.
This commit is contained in:
parent
20a811bbc2
commit
6f1aba602f
1 changed files with 12 additions and 1 deletions
|
@ -236,7 +236,18 @@ and libliftoff will pick hardware planes for these layers if possible.")
|
||||||
#: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
|
||||||
|
(lambda _
|
||||||
|
(invoke "ls")
|
||||||
|
(with-directory-excursion
|
||||||
|
"../hyprland-source"
|
||||||
|
(invoke "make"
|
||||||
|
(string-append "PREFIX=" #$output)
|
||||||
|
"install")
|
||||||
|
(invoke "make"
|
||||||
|
(string-append "PREFIX=" #$output)
|
||||||
|
"installheaders")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list cpio
|
(list cpio
|
||||||
meson
|
meson
|
||||||
|
|
Loading…
Reference in a new issue