From 6f1aba602f2f389b17b1c0ffc2cc45a588782783 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Mon, 15 Apr 2024 17:31:23 +0200 Subject: [PATCH] . --- zilti/packages/hyprland.scm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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