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

View file

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