hyprland: fix incorrect substituteInPlace pattern (#480983)

This commit is contained in:
Austin Horstman
2026-01-17 14:34:40 +00:00
committed by GitHub
+2 -2
View File
@@ -108,9 +108,9 @@ customStdenv.mkDerivation (finalAttrs: {
# Remove extra @PREFIX@ to fix pkg-config paths
substituteInPlace hyprland.pc.in \
--replace-fail @PREFIX@ ""
--replace-fail "@PREFIX@/" ""
substituteInPlace example/hyprland.desktop.in \
--replace-fail @PREFIX@ ""
--replace-fail "@PREFIX@/" ""
'';
# variables used by CMake, and shown in `hyprctl version`