unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61641] [PATCH] build-system/guile: Expose #:scheme-file-regexp when cross-compiling
@ 2023-02-19 23:19 jlicht
  2023-02-24 21:27 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: jlicht @ 2023-02-19 23:19 UTC (permalink / raw)
  To: 61641; +Cc: Jelle Licht

From: Jelle Licht <jlicht@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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#61641] [PATCH] build-system/guile: Expose #:scheme-file-regexp when cross-compiling
  2023-02-19 23:19 [bug#61641] [PATCH] build-system/guile: Expose #:scheme-file-regexp when cross-compiling jlicht
@ 2023-02-24 21:27 ` Ludovic Courtès
  2023-03-06 14:10   ` bug#61641: " Jelle Licht
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2023-02-24 21:27 UTC (permalink / raw)
  To: jlicht; +Cc: 61641

Hello,

jlicht@fsfe.org skribis:

> From: Jelle Licht <jlicht@fsfe.org>
>
> * guix/build-system/guile.scm (guile-cross-build): Accept #:scheme-file-regexp
> and pass it on to builder.

LGTM! :-)

Ludo’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#61641: [PATCH] build-system/guile: Expose #:scheme-file-regexp when cross-compiling
  2023-02-24 21:27 ` Ludovic Courtès
@ 2023-03-06 14:10   ` Jelle Licht
  0 siblings, 0 replies; 3+ messages in thread
From: Jelle Licht @ 2023-03-06 14:10 UTC (permalink / raw)
  To: 61641-done; +Cc: Ludovic Courtès

Ludovic Courtès <ludo@gnu.org> writes:

> Hello,
>
> jlicht@fsfe.org skribis:
>
>> From: Jelle Licht <jlicht@fsfe.org>
>>
>> * guix/build-system/guile.scm (guile-cross-build): Accept #:scheme-file-regexp
>> and pass it on to builder.
>
> LGTM! :-)

Pushed to master, thanks again!
- Jelle




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-06 14:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-19 23:19 [bug#61641] [PATCH] build-system/guile: Expose #:scheme-file-regexp when cross-compiling jlicht
2023-02-24 21:27 ` Ludovic Courtès
2023-03-06 14:10   ` bug#61641: " Jelle Licht

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).