diff --git a/packages/hyprland.scm b/packages/hyprland.scm index da3798a..154bf63 100644 --- a/packages/hyprland.scm +++ b/packages/hyprland.scm @@ -193,6 +193,9 @@ Wayland compositor based on wlroots") (description "Hyprland.") 'pre-configure (lambda* (#:key outputs #:allow-other-keys) (system "pkg-config --list-all") + (system "pkg-config --libs wlroots") + (system "pkg-config --mobversion wlroots") + (system "pkgconfig --list-all") (system "patch -p1 -i nix/patches/meson-build.patch")))))) (native-inputs (list gcc-13