Merge pull request #24942 from snyh/go-modules
buildGoPackage: fix preFixup failing
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user