aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher R. Nelson <christopher.nelson@languidnights.com>2023-06-19 09:37:57 -0400
committerChristopher R. Nelson <christopher.nelson@languidnights.com>2023-06-19 09:37:57 -0400
commitcf8ac29ff959d8c5ac8edf23cbfca1be16328f63 (patch)
treedb1401c884f25de5bfea25e088a623c71788aee7
parenta4b396954b70402c2ed8cba07221f06c27816839 (diff)
fix: correct license short-form identifiers
-rw-r--r--guix.scm6
-rw-r--r--hall.scm2
-rw-r--r--manifest.scm2
-rw-r--r--reading-heap/hconfig.scm.hall2
4 files changed, 6 insertions, 6 deletions
diff --git a/guix.scm b/guix.scm
index 3d418b8..210b1ed 100644
--- a/guix.scm
+++ b/guix.scm
@@ -29,10 +29,10 @@
(arguments `())
(native-inputs
(list autoconf automake pkg-config texinfo))
- (inputs (list guile-3.0 guile-json guile-websocket))
- ;; (propagated-inputs (list guile-json))
+ (inputs (list guile-3.0 guile-json guile-config guile-simple-zmq))
+ (propagated-inputs (list zeromq)
(synopsis "")
(description "")
(home-page "")
- (license license:gpl3+))
+ (license license:agpl3+))
diff --git a/hall.scm b/hall.scm
index c3fe3d1..5cad2b2 100644
--- a/hall.scm
+++ b/hall.scm
@@ -8,7 +8,7 @@
(synopsis "")
(description "")
(home-page "")
- (license gpl3+)
+ (license agpl3+)
(dependencies `())
(skip ())
(features
diff --git a/manifest.scm b/manifest.scm
index 3528e2f..2d2d246 100644
--- a/manifest.scm
+++ b/manifest.scm
@@ -1,3 +1,3 @@
(use-modules (guix packages))
-(specifications->manifest (list "guile@3.0" "guile-json" "guile-simple-zmq" "zeromq"))
+(specifications->manifest (list "guile@3.0" "guile-config" "guile-json" "guile-simple-zmq" "zeromq"))
diff --git a/reading-heap/hconfig.scm.hall b/reading-heap/hconfig.scm.hall
index 62f3b9b..23a3b0a 100644
--- a/reading-heap/hconfig.scm.hall
+++ b/reading-heap/hconfig.scm.hall
@@ -17,7 +17,7 @@
(define %author "Christopher R. Nelson")
-(define %license 'gpl3+)
+(define %license 'agpl3+)
(define %copyright '(2023))