buildGoPackage: remove references in $out/libexec
This commit is contained in:
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;
|
||||
|
|
Loading…
Reference in New Issue