From cf8ac29ff959d8c5ac8edf23cbfca1be16328f63 Mon Sep 17 00:00:00 2001 From: "Christopher R. Nelson" Date: Mon, 19 Jun 2023 09:37:57 -0400 Subject: fix: correct license short-form identifiers --- guix.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'guix.scm') 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+)) -- cgit v1.2.3