From 059cd3f7de99b7c051ea9445e13f8b8da609bb7e Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Tue, 28 Nov 2023 11:03:50 +0100 Subject: [PATCH] . --- packages/hyprland.scm | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/packages/hyprland.scm b/packages/hyprland.scm index a9cb2c8..d2563b3 100644 --- a/packages/hyprland.scm +++ b/packages/hyprland.scm @@ -187,13 +187,13 @@ Wayland compositor based on wlroots") (description "Hyprland.") (("/usr") "$out")))))) (build-system meson-build-system) (arguments - '(;#:configure-flags - ;'("-DNO_SYSTEMD=true") - #:phases (modify-phases %standard-phases - (add-before 'configure - 'pre-configure - (lambda* (#:key outputs #:allow-other-keys) - (system "patch -p1 -i nix/patches/meson-build.patch")))))) + '(#:phases + (modify-phases %standard-phases + (add-before 'configure + 'pre-configure + (lambda* (#:key outputs #:allow-other-keys) + (system "pkgs-config --list-all") + (system "patch -p1 -i nix/patches/meson-build.patch")))))) (native-inputs (list gcc-13 jq @@ -202,8 +202,6 @@ Wayland compositor based on wlroots") (description "Hyprland.") mesa-headers meson pkg-config)) - (propagated-inputs - (list wlroots)) (inputs (list cairo egl-wayland