guix-commits
[Top][All Lists]
Advanced

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

01/02: build-system/scons: Fix typo.


From: guix-commits
Subject: 01/02: build-system/scons: Fix typo.
Date: Wed, 31 Mar 2021 08:41:11 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 8886a96f7469beaf5a1710b84cbfec20b1f6c7a0
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Mar 31 14:03:01 2021 +0200

    build-system/scons: Fix typo.
    
    Typo introduced in 7d873f194ca69d6096d28d7a224ab78e83e34fe1.
    
    * guix/build-system/scons.scm (scons-build): Use #$name rather than ,name.
---
 guix/build-system/scons.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/build-system/scons.scm b/guix/build-system/scons.scm
index 07fd008..7cc0c39 100644
--- a/guix/build-system/scons.scm
+++ b/guix/build-system/scons.scm
@@ -97,7 +97,7 @@ provides a 'SConstruct' file as its build system."
       #~(begin
           (use-modules #$@(sexp->gexp modules))
 
-          (scons-build #:name ,name
+          (scons-build #:name #$name
                        #:source #+source
                        #:scons-flags #$(sexp->gexp scons-flags)
                        #:system #$system



reply via email to

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