.
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"
|
||||
#:cmake utils:cmake
|
||||
#:parallel-build? #t
|
||||
#:out-of-source? #t
|
||||
#:configure-flags #~(list "-DNO_XWAYLAND=1"
|
||||
"-DNO_SYSTEMD=1")
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(delete 'check)
|
||||
(replace 'install
|
||||
(lambda _
|
||||
(invoke "ls")
|
||||
(with-directory-excursion
|
||||
"../hyprland-source"
|
||||
"../source"
|
||||
(invoke "ln" "-s" "../build" "build")
|
||||
(invoke "make"
|
||||
(string-append "PREFIX=" #$output)
|
||||
"install")
|
||||
|
|
Loading…
Reference in a new issue