Skip to content

Commit 754861e

Browse files
committed
chore: update guix.scm from squisher-corpus
1 parent bfd10bb commit 754861e

1 file changed

Lines changed: 10 additions & 16 deletions

File tree

guix.scm

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
1-
;; SPDX-License-Identifier: MPL-2.0
2-
;; Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath)
3-
;;
4-
;; Guix development environment for standards.
5-
;; Usage: guix shell -D -f guix.scm
1+
; SPDX-License-Identifier: MPL-2.0
2+
;; guix.scm — GNU Guix package definition for squisher-corpus
3+
;; Usage: guix shell -f guix.scm
64

75
(use-modules (guix packages)
86
(guix build-system gnu)
9-
(gnu packages node))
7+
(guix licenses))
108

119
(package
12-
(name "standards")
10+
(name "squisher-corpus")
1311
(version "0.1.0")
1412
(source #f)
1513
(build-system gnu-build-system)
16-
(native-inputs
17-
(list deno
18-
nickel))
19-
(synopsis "Hyperpolymath standards monorepo")
20-
(description
21-
"Collection of hyperpolymath standards including A2ML, K9, Axel
22-
protocol, Groove protocol, eNSAID configuration, and component
23-
readiness grades, with Deno tooling and Nickel configuration.")
24-
(license #f))
14+
(synopsis "squisher-corpus")
15+
(description "squisher-corpus — part of the hyperpolymath ecosystem.")
16+
(home-page "https://github.com/hyperpolymath/squisher-corpus")
17+
(license ((@@ (guix licenses) license) "PMPL-1.0-or-later"
18+
"https://github.com/hyperpolymath/palimpsest-license")))

0 commit comments

Comments
 (0)