hydrapaper: remove hardcoded /build
This commit is contained in:
parent
eca98a6301
commit
692e4c9207
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user