fix spacing
This commit is contained in:
parent
97e71e1b4c
commit
5e7f3b97a3
5 changed files with 79 additions and 81 deletions
|
@ -85,8 +85,7 @@
|
||||||
gtk2 "/include" ":" x11 "/include"
|
gtk2 "/include" ":" x11 "/include"
|
||||||
"\nUI_DIR")))
|
"\nUI_DIR")))
|
||||||
(invoke "qmake"
|
(invoke "qmake"
|
||||||
(string-append "prefix=" out))
|
(string-append "prefix=" out)))))
|
||||||
)))
|
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out"))
|
(let ((out (assoc-ref outputs "out"))
|
||||||
|
@ -94,8 +93,7 @@
|
||||||
(invoke "make" (string-append "INSTALL_ROOT=\"" out "\"") "install")
|
(invoke "make" (string-append "INSTALL_ROOT=\"" out "\"") "install")
|
||||||
(let ((lib (string-append out qt5 "/lib")))
|
(let ((lib (string-append out qt5 "/lib")))
|
||||||
(invoke "mv" lib out)
|
(invoke "mv" lib out)
|
||||||
(invoke "rm" "-fr" (string-append out "/gnu"))))))
|
(invoke "rm" "-fr" (string-append out "/gnu")))))))))
|
||||||
)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
qttools
|
qttools
|
||||||
|
|
Loading…
Reference in a new issue