mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
44eabf7559
commit
afc02c4a6a
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue