perl: remove obsolete parallel building patch
This commit is contained in:
parent
f217c0ea7c
commit
f315259280
1 changed files with 0 additions and 6 deletions
|
@ -39,12 +39,6 @@ let
|
||||||
(if (versionOlder version "5.31.1") then ./no-sys-dirs-5.29.patch
|
(if (versionOlder version "5.31.1") then ./no-sys-dirs-5.29.patch
|
||||||
else ./no-sys-dirs-5.31.patch)
|
else ./no-sys-dirs-5.31.patch)
|
||||||
]
|
]
|
||||||
++ optional (versionOlder version "5.29.6")
|
|
||||||
# Fix parallel building: https://rt.perl.org/Public/Bug/Display.html?id=132360
|
|
||||||
(fetchurl {
|
|
||||||
url = "https://rt.perl.org/Public/Ticket/Attachment/1502646/807252/0001-Fix-missing-build-dependency-for-pods.patch";
|
|
||||||
sha256 = "1bb4mldfp8kq1scv480wm64n2jdsqa3ar46cjp1mjpby8h5dr2r0";
|
|
||||||
})
|
|
||||||
++ optional stdenv.isSunOS ./ld-shared.patch
|
++ optional stdenv.isSunOS ./ld-shared.patch
|
||||||
++ optionals stdenv.isDarwin [ ./cpp-precomp.patch ./sw_vers.patch ]
|
++ optionals stdenv.isDarwin [ ./cpp-precomp.patch ./sw_vers.patch ]
|
||||||
++ optional crossCompiling ./MakeMaker-cross.patch;
|
++ optional crossCompiling ./MakeMaker-cross.patch;
|
||||||
|
|
Loading…
Reference in a new issue