mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
build-system: rakudo: Clarify private-keywords.
Some arguments used for lower but not for the builder were passed as arguments to the builders. Remove this ambiguity. * guix/build-system/rakudo.scm (lower)[private-keywords]: Add keywords with-prove6? and with-zed?,... (rakudo-build): ... removed from here. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
fcdcfa149d
commit
97f6cc4389
1 changed files with 2 additions and 3 deletions
|
@ -72,7 +72,8 @@
|
|||
#:rest arguments)
|
||||
"Return a bag for NAME."
|
||||
(define private-keywords
|
||||
'(#:target #:rakudo #:prove6 #:zef #:inputs #:native-inputs))
|
||||
'(#:target #:inputs #:native-inputs
|
||||
#:rakudo #:prove6 #:zef #:with-prove6? #:with-zef?))
|
||||
|
||||
(and (not target) ;XXX: no cross-compilation
|
||||
(bag
|
||||
|
@ -106,8 +107,6 @@
|
|||
(outputs '("out"))
|
||||
(system (%current-system))
|
||||
(guile #f)
|
||||
(with-zef? #t)
|
||||
(with-prove6? #t)
|
||||
(imported-modules %rakudo-build-system-modules)
|
||||
(modules '((guix build rakudo-build-system)
|
||||
(guix build utils))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue