GNU bug report logs -
#76651
[PATCH 0/2] Improve packaging of guile-simple-zmq
Previous Next
Reported by: Evgeny Pisemsky <mail <at> pisemsky.site>
Date: Fri, 28 Feb 2025 18:04:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 76651 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/guile-xyz.scm (guile2.2-simple-zmq): Use modify-inputs.
Change-Id: I4a973f3ca212d64da314957831a13833f12410a8
---
gnu/packages/guile-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 9509438738..00b7540a09 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1640,7 +1640,8 @@ (define-public guile2.2-simple-zmq
(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")
--
2.48.1
This bug report was last modified 83 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.