buildGoPackage: remove references in $out/libexec

This commit is contained in:
betaboon
2020-07-03 09:21:26 +02:00
parent 00422d6a8b
commit b9ac86e752
@@ -212,6 +212,7 @@ let
preFixup = preFixup + ''
find $out/bin -type f -exec ${removeExpr removeReferences} '{}' + || true
find $out/libexec -type f -exec ${removeExpr removeReferences} '{}' + || true
'';
strictDeps = true;