Merge pull request #24942 from snyh/go-modules

buildGoPackage: fix preFixup failing
This commit is contained in:
Michael Raskin 2017-05-01 12:05:27 +02:00 committed by GitHub
commit e7fd6d27e2

View File

@ -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 = ''