Merge pull request #24942 from snyh/go-modules
buildGoPackage: fix preFixup failing
This commit is contained in:
commit
e7fd6d27e2
@ -184,7 +184,7 @@ go.stdenv.mkDerivation (
|
||||
'';
|
||||
|
||||
preFixup = preFixup + ''
|
||||
find $bin/bin -type f -exec ${removeExpr removeReferences} '{}' +
|
||||
find $bin/bin -type f -exec ${removeExpr removeReferences} '{}' + || true
|
||||
'';
|
||||
|
||||
shellHook = ''
|
||||
|
Loading…
Reference in New Issue
Block a user