GNU bug report logs -
#59726
[PATCH 0/2] gnu: g-wrap: Build with Guile 3.0.
Previous Next
Reported by: Z572 <873216071 <at> qq.com>
Date: Wed, 30 Nov 2022 16:28:01 UTC
Severity: normal
Tags: patch
Done: Z572 <873216071 <at> qq.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 59726 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/guile-xyz.scm (g-wrap): Use gexp.
---
gnu/packages/guile-xyz.scm | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index a0b5964072..5560f3a98d 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2162,17 +2162,17 @@ (define-public g-wrap
libffi))
(inputs (list libffi indent guile-3.0))
(arguments
- `(#:parallel-build? #f ;not supported
- ;; TODO: compile go files.
- #:make-flags '("GUILE_AUTO_COMPILE=0")
- #:phases (modify-phases %standard-phases
- (add-after 'unpack 'set-indent-program-path
- (lambda* (#:key inputs #:allow-other-keys)
- (substitute* "g-wrap/util.scm"
- (("indent \\~S")
- (string-append (search-input-file inputs
- "/bin/indent")
- " ~S"))))))))
+ (list #:parallel-build? #f ;not supported
+ ;; TODO: compile go files.
+ #:make-flags #~'("GUILE_AUTO_COMPILE=0")
+ #:phases #~(modify-phases %standard-phases
+ (add-after 'unpack 'set-indent-program-path
+ (lambda* (#:key inputs #:allow-other-keys)
+ (substitute* "g-wrap/util.scm"
+ (("indent \\~S")
+ (string-append (search-input-file inputs
+ "/bin/indent")
+ " ~S"))))))))
(synopsis "Generate C bindings for Guile")
(description "G-Wrap is a tool and Guile library for generating function
wrappers for inter-language calls. It currently only supports generating Guile
--
2.38.1
This bug report was last modified 2 years and 170 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.