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