aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-28 11:23:50 -0300
committerEuAndreh <eu@euandre.org>2023-03-28 11:23:50 -0300
commit5e2f9e90f7a74c9bc44daca42126319564770c05 (patch)
treeada49a7ab280330f16c01e58752323cef3b1b8a4 /src/bin
parentMakefile: Use official HTTP version of Git remote (diff)
downloadpackage-repository-5e2f9e90f7a74c9bc44daca42126319564770c05.tar.gz
package-repository-5e2f9e90f7a74c9bc44daca42126319564770c05.tar.xz
src/bin/paku.in: Use gexps for #:make-flags
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/paku.in2
1 files changed, 1 insertions, 1 deletions
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))))