Skip to content

Commit 3e3f1ba

Browse files
committed
chore: update guix.scm from squisher-corpus
1 parent 9a6c776 commit 3e3f1ba

1 file changed

Lines changed: 12 additions & 26 deletions

File tree

k9-svc/guix.scm

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,18 @@
1-
;;; SPDX-License-Identifier: MPL-2.0
2-
;;; guix.scm — Guix environment for K9 SVC development
3-
;;;
4-
;;; Usage:
5-
;;; guix shell -D -f guix.scm
6-
;;;
1+
; SPDX-License-Identifier: MPL-2.0
2+
;; guix.scm — GNU Guix package definition for squisher-corpus
3+
;; Usage: guix shell -f guix.scm
74

85
(use-modules (guix packages)
96
(guix build-system gnu)
10-
(guix licenses)
11-
(gnu packages base)
12-
(gnu packages crypto)
13-
(gnu packages shells)
14-
(gnu packages rust-apps) ; for just
15-
(gnu packages node)) ; for nickel if available or used
7+
(guix licenses))
168

179
(package
18-
(name "k9-svc")
19-
(version "1.0.0")
20-
(source #f) ; Development environment only
10+
(name "squisher-corpus")
11+
(version "0.1.0")
12+
(source #f)
2113
(build-system gnu-build-system)
22-
(native-inputs
23-
(list just
24-
openssl
25-
nickel
26-
ripgrep))
27-
(synopsis "Self-Validating Components - Data-first configuration")
28-
(description
29-
"Development environment for K9 SVC, including Nickel for schema
30-
validation and OpenSSL for cryptographic signing.")
31-
(home-page "https://github.com/hyperpolymath/standards/tree/main/k9-svc")
32-
(license agpl3+))
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)