GNU bug report logs -
#61641
[PATCH] build-system/guile: Expose #:scheme-file-regexp when cross-compiling
Previous Next
Reported by: jlicht <at> fsfe.org
Date: Sun, 19 Feb 2023 23:20:02 UTC
Severity: normal
Tags: patch
Done: Jelle Licht <jlicht <at> fsfe.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Jelle Licht <jlicht <at> fsfe.org>
* guix/build-system/guile.scm (guile-cross-build): Accept #:scheme-file-regexp
and pass it on to builder.
---
guix/build-system/guile.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/guix/build-system/guile.scm b/guix/build-system/guile.scm
index ffc892260a..7e2e33c13e 100644
--- a/guix/build-system/guile.scm
+++ b/guix/build-system/guile.scm
@@ -129,6 +129,7 @@ (define* (guile-cross-build name
(phases '%standard-phases)
(source-directory ".")
+ (scheme-file-regexp %scheme-file-regexp)
not-compiled-file-regexp
(compile-flags %compile-flags)
(imported-modules %guile-build-system-modules)
@@ -154,6 +155,7 @@ (define* (guile-cross-build name
#:target #$target
#:outputs %outputs
#:source-directory #$source-directory
+ #:scheme-file-regexp #$scheme-file-regexp
#:not-compiled-file-regexp #$not-compiled-file-regexp
#:compile-flags #$compile-flags
#:inputs %build-target-inputs
base-commit: 57495d063587e9301feddbe051abe2f97ca038be
--
2.39.1
This bug report was last modified 2 years and 128 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.