Merge pull request #47810 from volth/patch-251

remove support for pre-5.26 Perl (2)
This commit is contained in:
Jörg Thalheim 2018-10-03 21:42:15 +01:00 committed by GitHub
commit a0290d9d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,8 +50,7 @@ let
})
]
++ optional stdenv.isSunOS ./ld-shared.patch
++ optional stdenv.isDarwin ./cpp-precomp.patch
++ optional (stdenv.isDarwin && versionAtLeast version "5.24") ./sw_vers.patch
++ optionals stdenv.isDarwin [ ./cpp-precomp.patch ./sw_vers.patch ]
++ optional crossCompiling ./MakeMaker-cross.patch;
postPatch = ''