emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61641: closed ([PATCH] build-system/guile: Expose #:scheme-file-rege


From: GNU bug Tracking System
Subject: bug#61641: closed ([PATCH] build-system/guile: Expose #:scheme-file-regexp when cross-compiling)
Date: Mon, 06 Mar 2023 14:11:01 +0000

Your message dated Mon, 06 Mar 2023 15:10:15 +0100
with message-id <87ttyy0y48.fsf@fsfe.org>
and subject line Re: bug#61641: [PATCH] build-system/guile: Expose 
#:scheme-file-regexp when cross-compiling
has caused the debbugs.gnu.org bug report #61641,
regarding [PATCH] build-system/guile: Expose #:scheme-file-regexp when 
cross-compiling
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61641: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61641
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] build-system/guile: Expose #:scheme-file-regexp when cross-compiling Date: Mon, 20 Feb 2023 00:19:18 +0100
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#61641: [PATCH] build-system/guile: Expose #:scheme-file-regexp when cross-compiling Date: Mon, 06 Mar 2023 15:10:15 +0100
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]