no trailing #t in phases

This commit is contained in:
qby 2024-03-12 15:29:31 +00:00
parent d55c7e2e6f
commit 9157c7e3f9

View File

@ -36,7 +36,7 @@
(replace 'configure (replace 'configure
(lambda _ (lambda _
(invoke "qmake") (invoke "qmake")
#t)) ))
(replace 'install (replace 'install
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))) (let ((out (assoc-ref outputs "out")))