diff --git a/packages/hyprland.scm b/packages/hyprland.scm index d2563b3..da3798a 100644 --- a/packages/hyprland.scm +++ b/packages/hyprland.scm @@ -192,7 +192,7 @@ Wayland compositor based on wlroots") (description "Hyprland.") (add-before 'configure 'pre-configure (lambda* (#:key outputs #:allow-other-keys) - (system "pkgs-config --list-all") + (system "pkg-config --list-all") (system "patch -p1 -i nix/patches/meson-build.patch")))))) (native-inputs (list gcc-13