perl: remove obsolete patch

This commit is contained in:
volth
2020-09-09 09:08:48 +00:00
parent 682465a45a
commit 4faa3e3dcd
2 changed files with 1 additions and 252 deletions
@@ -36,8 +36,7 @@ let
patches =
[
# Do not look in /usr etc. for dependencies.
(if (versionOlder version "5.29.6") then ./no-sys-dirs-5.26.patch
else 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)
]
++ optional (versionOlder version "5.29.6")