~ruther/guix-exprs

f1f538afeac2a712b80321f617653674dbfce074 — Rutherther 11 days ago df9107c
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)

Do not follow this link