This commit is contained in:
Daniel Ziltener 2024-04-15 17:31:23 +02:00
parent 20a811bbc2
commit 6f1aba602f
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
1 changed files with 12 additions and 1 deletions

View File

@ -236,7 +236,18 @@ and libliftoff will pick hardware planes for these layers if possible.")
#:configure-flags #~(list "-DNO_XWAYLAND=1"
"-DNO_SYSTEMD=1")
#:phases #~(modify-phases %standard-phases
(delete 'check))))
(delete 'check)
(replace 'install
(lambda _
(invoke "ls")
(with-directory-excursion
"../hyprland-source"
(invoke "make"
(string-append "PREFIX=" #$output)
"install")
(invoke "make"
(string-append "PREFIX=" #$output)
"installheaders")))))))
(native-inputs
(list cpio
meson