diff --git a/zilti/packages/hyprland.scm b/zilti/packages/hyprland.scm index ee704c3..37b79f2 100644 --- a/zilti/packages/hyprland.scm +++ b/zilti/packages/hyprland.scm @@ -233,15 +233,16 @@ and libliftoff will pick hardware planes for these layers if possible.") (list #:build-type "release" #:cmake utils:cmake #:parallel-build? #t + #:out-of-source? #t #:configure-flags #~(list "-DNO_XWAYLAND=1" "-DNO_SYSTEMD=1") #:phases #~(modify-phases %standard-phases (delete 'check) (replace 'install (lambda _ - (invoke "ls") (with-directory-excursion - "../hyprland-source" + "../source" + (invoke "ln" "-s" "../build" "build") (invoke "make" (string-append "PREFIX=" #$output) "install")