buildGoPackage: remove references in $out/libexec

This commit is contained in:
betaboon 2020-07-03 09:17:54 +02:00
parent 00422d6a8b
commit b9ac86e752

View file

@ -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;