mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
build-system/guile: Expose #:scheme-file-regexp when cross-compiling
* guix/build-system/guile.scm (guile-cross-build): Accept #:scheme-file-regexp and pass it on to builder.
This commit is contained in:
parent
3f222cd5ad
commit
7bbeaa87e3
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,7 @@
|
||||||
|
|
||||||
(phases '%standard-phases)
|
(phases '%standard-phases)
|
||||||
(source-directory ".")
|
(source-directory ".")
|
||||||
|
(scheme-file-regexp %scheme-file-regexp)
|
||||||
not-compiled-file-regexp
|
not-compiled-file-regexp
|
||||||
(compile-flags %compile-flags)
|
(compile-flags %compile-flags)
|
||||||
(imported-modules %guile-build-system-modules)
|
(imported-modules %guile-build-system-modules)
|
||||||
|
@ -154,6 +155,7 @@
|
||||||
#:target #$target
|
#:target #$target
|
||||||
#:outputs %outputs
|
#:outputs %outputs
|
||||||
#:source-directory #$source-directory
|
#:source-directory #$source-directory
|
||||||
|
#:scheme-file-regexp #$scheme-file-regexp
|
||||||
#:not-compiled-file-regexp #$not-compiled-file-regexp
|
#:not-compiled-file-regexp #$not-compiled-file-regexp
|
||||||
#:compile-flags #$compile-flags
|
#:compile-flags #$compile-flags
|
||||||
#:inputs %build-target-inputs
|
#:inputs %build-target-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue