hyprland: fix build by relaxing glaze dependency (#549253)

This commit is contained in:
Donovan Glover
2026-08-04 23:55:58 +00:00
committed by GitHub
+5
View File
@@ -96,6 +96,11 @@ customStdenv.mkDerivation (finalAttrs: {
};
postPatch = ''
# Relax glaze dependency
# FIXME: this shouldn't be needed once the upstream code will adopt it
substituteInPlace CMakeLists.txt start/CMakeLists.txt hyprpm/CMakeLists.txt \
--replace-fail "glaze 7...<8" "glaze"
# Fix hardcoded paths to /usr installation
substituteInPlace src/render/types.hpp \
--replace-fail /usr $out