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:
Ludovic Courtès 2021-03-31 14:03:01 +02:00
parent bfd17ecddd
commit 8886a96f74
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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