hydrapaper: remove hardcoded /build

This commit is contained in:
Peder Bergebakken Sundt 2024-08-02 22:59:42 +02:00
parent eca98a6301
commit 692e4c9207

View File

@ -52,8 +52,8 @@ python3Packages.buildPythonApplication rec {
]; ];
# wrapGAppsHook4 propogates gtk4 -- which provides gtk4-update-icon-cache instead # wrapGAppsHook4 propogates gtk4 -- which provides gtk4-update-icon-cache instead
preInstall = '' postPatch = ''
substituteInPlace /build/source/meson_post_install.py \ substituteInPlace meson_post_install.py \
--replace-fail gtk-update-icon-cache gtk4-update-icon-cache --replace-fail gtk-update-icon-cache gtk4-update-icon-cache
''; '';