diff --git a/packages/hyprland.scm b/packages/hyprland.scm index fc78ac9..9373f85 100644 --- a/packages/hyprland.scm +++ b/packages/hyprland.scm @@ -196,7 +196,8 @@ Wayland compositor based on wlroots") (description "Hyprland.") (system "pkg-config --list-all") (system "pkg-config --libs wlroots") (system "pkg-config --mobversion wlroots") - (system "patch -p1 -i nix/patches/meson-build.patch")))))) + (system "patch -p1 -i nix/patches/meson-build.patch") + (system "cat src/meson.build")))))) (native-inputs (list gcc-13 cmake