chore: Use gexp in dwlmsg
1 files changed, 3 insertions(+), 3 deletions(-) M modules/ruther/packages/wayland.scm
M modules/ruther/packages/wayland.scm => modules/ruther/packages/wayland.scm +3 -3
@@ 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)