about summary refs log tree commit diff
path: root/.guix
diff options
context:
space:
mode:
Diffstat (limited to '.guix')
-rw-r--r--.guix/run64-package.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/.guix/run64-package.scm b/.guix/run64-package.scm
index 7b9a632..fd03f6d 100644
--- a/.guix/run64-package.scm
+++ b/.guix/run64-package.scm
@@ -1,5 +1,5 @@
 ;;; run64 --- SRFI-64 test runner
-;;; Copyright © 2024 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2024, 2025 Arun Isaac <arunisaac@systemreboot.net>
 ;;;
 ;;; This file is part of run64.
 ;;;
@@ -37,10 +37,10 @@
                                       (const #t))))
     (build-system gnu-build-system)
     (arguments
-     `(#:make-flags (list (string-append "prefix=" %output))
-       #:phases
-       (modify-phases %standard-phases
-         (delete 'configure))))
+     (list #:make-flags #~(list (string-append "prefix=" #$output))
+           #:phases
+           #~(modify-phases %standard-phases
+               (delete 'configure))))
     (home-page "https://run64.systemreboot.net")
     (synopsis "SRFI-64 test runner for Scheme")
     (description "run64 is a SRFI-64 test runner for Scheme.")