diff options
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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+)) |