Nix: fix pkgconfig prefix

This commit is contained in:
Mihai Fufezan 2024-05-09 19:24:31 +03:00
parent 33a7b7bb6b
commit 6be765b7a1
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
postPatch = ''
# Fix hardcoded paths to /usr installation
sed -i "s#/usr#$out#" src/render/OpenGL.cpp
# Remove extra @PREFIX@ to fix pkg-config paths
sed -i "s#@PREFIX@/##g" hyprland.pc.in
'';
DATE = date;