mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
build-system/scons: Fix typo.
Typo introduced in 7d873f194c
.
* guix/build-system/scons.scm (scons-build): Use #$name rather than ,name.
This commit is contained in:
parent
bfd17ecddd
commit
8886a96f74
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ provides a 'SConstruct' file as its build system."
|
||||||
#~(begin
|
#~(begin
|
||||||
(use-modules #$@(sexp->gexp modules))
|
(use-modules #$@(sexp->gexp modules))
|
||||||
|
|
||||||
(scons-build #:name ,name
|
(scons-build #:name #$name
|
||||||
#:source #+source
|
#:source #+source
|
||||||
#:scons-flags #$(sexp->gexp scons-flags)
|
#:scons-flags #$(sexp->gexp scons-flags)
|
||||||
#:system #$system
|
#:system #$system
|
||||||
|
|
Loading…
Add table
Reference in a new issue