buildGoPackage: remove references in $out/libexec
This commit is contained in:
@@ -212,6 +212,7 @@ let
|
|||||||
|
|
||||||
preFixup = preFixup + ''
|
preFixup = preFixup + ''
|
||||||
find $out/bin -type f -exec ${removeExpr removeReferences} '{}' + || true
|
find $out/bin -type f -exec ${removeExpr removeReferences} '{}' + || true
|
||||||
|
find $out/libexec -type f -exec ${removeExpr removeReferences} '{}' + || true
|
||||||
'';
|
'';
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user