Update overrides.nix

This commit is contained in:
Alexander Borsuk 2025-03-01 19:50:10 +01:00 committed by Ben Wolsieffer
parent abafa3a103
commit ab3c1b3b7c

View file

@ -77,7 +77,7 @@ in {
# "RPATH of binary libGrid3D.so contains a forbidden reference to
# /build/" (see https://github.com/gazebosim/gz-gui/issues/627).
postInstall = postInstall + ''
${self.patchelf}/bin/patchelf --remove-rpath $out/lib64/gz-gui-8/plugins/libGrid3D.so
${self.patchelf}/bin/patchelf --remove-rpath $out/lib*/gz-gui-8/plugins/libGrid3D.so
'';
});