From f1f538afeac2a712b80321f617653674dbfce074 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 20 Jun 2025 16:32:26 +0200 Subject: [PATCH] chore: Use gexp in dwlmsg --- modules/ruther/packages/wayland.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ruther/packages/wayland.scm b/modules/ruther/packages/wayland.scm index 33418d3..02904a9 100644 --- a/modules/ruther/packages/wayland.scm +++ b/modules/ruther/packages/wayland.scm @@ -298,9 +298,9 @@ (list #:tests? #f #:make-flags - `(list - (string-append "CC=" ,(cc-for-target)) - (string-append "PREFIX=" (assoc-ref %outputs "out"))) + #~(list + (string-append "CC=" #$(cc-for-target)) + (string-append "PREFIX=" #$output)) #:phases #~(modify-phases %standard-phases (delete 'configure) -- 2.49.0