Revert "go: apply upstream patch"
This reverts commit d8218de5c53c5b1984d27f37182ced01a88808b0. It makes no sense after the parent commit.
This commit is contained in:
parent
cffba01e12
commit
610afbca84
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, tzdata, iana-etc, runCommand
|
{ stdenv, fetchurl, tzdata, iana-etc, runCommand
|
||||||
, perl, which, pkgconfig, patch, procps, pcre, cacert, Security, Foundation
|
, perl, which, pkgconfig, patch, procps, pcre, cacert, Security, Foundation
|
||||||
, mailcap, runtimeShell
|
, mailcap, runtimeShell
|
||||||
, buildPackages, pkgsTargetTarget
|
, buildPackages, pkgsTargetTarget
|
||||||
@ -143,11 +143,6 @@ stdenv.mkDerivation rec {
|
|||||||
./skip-nohup-tests.patch
|
./skip-nohup-tests.patch
|
||||||
# breaks under load: https://github.com/golang/go/issues/25628
|
# breaks under load: https://github.com/golang/go/issues/25628
|
||||||
./skip-test-extra-files-on-386.patch
|
./skip-test-extra-files-on-386.patch
|
||||||
(fetchpatch { # probably included in >= 1.12.10
|
|
||||||
url = "https://github.com/golang/go/commit/aae0b5b0b.diff";
|
|
||||||
name = "TestGcSys-too-much-memory.diff";
|
|
||||||
sha256 = "1bl9d2pl6n99n9g65cq91sygmp1iva5rmrxbprwn4xd0ql36psa8";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user