From 5e2f9e90f7a74c9bc44daca42126319564770c05 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 28 Mar 2023 11:23:50 -0300 Subject: src/bin/paku.in: Use gexps for #:make-flags --- src/bin/paku.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/paku.in') diff --git a/src/bin/paku.in b/src/bin/paku.in index 2552927..449d8aa 100755 --- a/src/bin/paku.in +++ b/src/bin/paku.in @@ -349,7 +349,7 @@ sub emit_guix() { print <<~EOF; (arguments (list - #:make-flags '(list (string-append "PREFIX=" %output)) + #:make-flags #~(list (string-append "PREFIX=" #\$output)) #:phases #~(modify-phases %standard-phases (delete 'configure)))) -- cgit v1.2.3