This commit is contained in:
Daniel Ziltener 2024-04-15 17:42:46 +02:00
parent 6f1aba602f
commit 134319954a
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
1 changed files with 3 additions and 2 deletions

View File

@ -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")