Merge pull request 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
1 changed files with 1 additions and 1 deletions
pkgs/development/go-modules/generic

View File

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