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 #11 received at 76651 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/guile-xyz.scm (guile-simple-zmq): Run guix style.
[arguments]: Use gexps.
[native-inputs]: Add autoconf, automake, pkg-config.
[inputs]: Remove autoconf, automake, pkg-config.
Change-Id: Ia41ceb2ad01ea1b32341e429816cdd20d0377f95
---
gnu/packages/guile-xyz.scm | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 00b7540a09..763df902fd 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1617,18 +1617,15 @@ (define-public guile-simple-zmq
(url "https://github.com/jerry40/guile-simple-zmq")
(commit commit)))
(sha256
- (base32
- "1aq1s0f0z5g6qsv9jqr0663qv4rwxd9j1pmg1g8v6rl09xb8g8lp"))
+ (base32 "1aq1s0f0z5g6qsv9jqr0663qv4rwxd9j1pmg1g8v6rl09xb8g8lp"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
- '(#:make-flags
- '("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
-
- (native-inputs
- (list guile-3.0))
- (inputs
- (list autoconf automake pkg-config zeromq))
+ (list
+ #:make-flags
+ #~'("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
+ (native-inputs (list autoconf automake pkg-config guile-3.0))
+ (inputs (list zeromq))
(home-page "https://github.com/jerry40/guile-simple-zmq")
(synopsis "Guile wrapper over ZeroMQ library")
(description
--
2.48.1
This bug report was last modified 116 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.