fix spacing

This commit is contained in:
Freya Murphy 2024-10-28 15:35:30 -04:00
parent 97e71e1b4c
commit 5e7f3b97a3
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17
5 changed files with 79 additions and 81 deletions

View file

@ -85,8 +85,7 @@
gtk2 "/include" ":" x11 "/include"
"\nUI_DIR")))
(invoke "qmake"
(string-append "prefix=" out))
)))
(string-append "prefix=" out)))))
(replace 'install
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))
@ -94,8 +93,7 @@
(invoke "make" (string-append "INSTALL_ROOT=\"" out "\"") "install")
(let ((lib (string-append out qt5 "/lib")))
(invoke "mv" lib out)
(invoke "rm" "-fr" (string-append out "/gnu"))))))
)))
(invoke "rm" "-fr" (string-append out "/gnu")))))))))
(native-inputs
(list pkg-config
qttools