3
0
Fork 0
forked from mirrors/nixpkgs

go/errcheck: bump version, remove postPatch

This commit is contained in:
Stefan Junker 2016-05-24 23:15:34 +02:00
parent c726773f26
commit 9a41e8f91d

View file

@ -831,16 +831,10 @@ let
};
errcheck = buildFromGitHub {
rev = "f76568f8d87e48ccbbd17a827c2eaf31805bf58c";
rev = "8e25ad9d46f6c5d4e994edf82c57eb773a9aa73d";
owner = "kisielk";
repo = "errcheck";
sha256 = "1y1cqd0ibgr03zf96q6aagk65yhv6vcnq9xa8nqhjpnz7jhfndhs";
postPatch = ''
for f in $(find -name "*.go"); do
substituteInPlace $f \
--replace '"go/types"' '"golang.org/x/tools/go/types"'
done
'';
sha256 = "1089qf05q8db8h6ayn1c1iaq4fcpv18z3k94dr27v31k6f73dzhg";
excludedPackages = [ "testdata" ];
buildInputs = [ gotool tools ];
};