.
This commit is contained in:
parent
6f1aba602f
commit
134319954a
1 changed files with 3 additions and 2 deletions
|
@ -233,15 +233,16 @@ and libliftoff will pick hardware planes for these layers if possible.")
|
||||||
(list #:build-type "release"
|
(list #:build-type "release"
|
||||||
#:cmake utils:cmake
|
#:cmake utils:cmake
|
||||||
#:parallel-build? #t
|
#:parallel-build? #t
|
||||||
|
#:out-of-source? #t
|
||||||
#:configure-flags #~(list "-DNO_XWAYLAND=1"
|
#:configure-flags #~(list "-DNO_XWAYLAND=1"
|
||||||
"-DNO_SYSTEMD=1")
|
"-DNO_SYSTEMD=1")
|
||||||
#:phases #~(modify-phases %standard-phases
|
#:phases #~(modify-phases %standard-phases
|
||||||
(delete 'check)
|
(delete 'check)
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "ls")
|
|
||||||
(with-directory-excursion
|
(with-directory-excursion
|
||||||
"../hyprland-source"
|
"../source"
|
||||||
|
(invoke "ln" "-s" "../build" "build")
|
||||||
(invoke "make"
|
(invoke "make"
|
||||||
(string-append "PREFIX=" #$output)
|
(string-append "PREFIX=" #$output)
|
||||||
"install")
|
"install")
|
||||||
|
|
Loading…
Reference in a new issue