aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/guix.scm')
-rw-r--r--scripts/guix.scm9
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/guix.scm b/scripts/guix.scm
index f020351..12dd0e8 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -61,7 +61,14 @@
(gnu packages python-xyz)
(gnu packages tls))
-(define %strict-cflags "CFLAGS=-Werror -W -Wall -Wunused -Wunused-function")
+(define %strict-cflags
+ (string-append
+ " CFLAGS="
+ " -W"
+ " -Wall"
+ " -Werror"
+ " -Wunused"
+ " -Wunused-function"))
(define %commit
(let* ((port (open-input-pipe