perl: fix parallel building
https://hydra.nixos.org/build/65428077/nixlog/1
This commit is contained in:
parent
9ab5848335
commit
8ce5ee5c5a
@ -34,6 +34,11 @@ let
|
|||||||
patches =
|
patches =
|
||||||
[ # Do not look in /usr etc. for dependencies.
|
[ # Do not look in /usr etc. for dependencies.
|
||||||
./no-sys-dirs.patch
|
./no-sys-dirs.patch
|
||||||
|
# Fix parallel building: https://rt.perl.org/Public/Bug/Display.html?id=132360
|
||||||
|
(fetchurlBoot {
|
||||||
|
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
|
||||||
++ optional stdenv.isDarwin ./cpp-precomp.patch
|
++ optional stdenv.isDarwin ./cpp-precomp.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user