diff --git a/zilti/packages/hyprland.scm b/zilti/packages/hyprland.scm index 78fb26d..ee704c3 100644 --- a/zilti/packages/hyprland.scm +++ b/zilti/packages/hyprland.scm @@ -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