me
/
guix
Archived
1
0
Fork 0

gnu: guile-simple-zmq: Add "guile3.0-simple-zmq" variant.

* gnu/packages/guile-xyz.scm (guile3.0-simple-zmq): New variable.
master
Ludovic Courtès 2020-01-13 23:09:20 +01:00
parent fc870a0da2
commit 015bb1c8db
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 0 deletions

View File

@ -783,6 +783,12 @@ convenient nested tree operations.")
messaging library.")
(license license:gpl3+))))
(define-public guile3.0-simple-zmq
(package
(inherit guile-simple-zmq)
(name "guile3.0-simple-zmq")
(native-inputs `(("guile" ,guile-next)))))
(define-public jupyter-guile-kernel
(let ((commit "a7db9245a886e104138474df46c3e88b95cff629")
(revision "1"))