mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: guile2.2-simple-zmq: Use modify-inputs.
* gnu/packages/guile-xyz.scm (guile2.2-simple-zmq): Use modify-inputs. Change-Id: I4a973f3ca212d64da314957831a13833f12410a8 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
committed by
Christopher Baines
parent
44eabf7559
commit
afc02c4a6a
@@ -1640,7 +1640,8 @@ messaging library.")
|
||||
(package
|
||||
(inherit guile-simple-zmq)
|
||||
(name "guile2.2-simple-zmq")
|
||||
(native-inputs (list guile-2.2))))
|
||||
(native-inputs (modify-inputs (package-native-inputs guile-simple-zmq)
|
||||
(replace "guile" guile-2.2)))))
|
||||
|
||||
(define-public jupyter-guile-kernel
|
||||
(let ((commit "f25fb90b95529b17a006a807bd04e6aee12ea304")
|
||||
|
||||
Reference in New Issue
Block a user