perlPackages.FileSlurp: remove obsolete patch (#58135)

FileSlurp no longer uses syswrite.
This commit is contained in:
Sarah Brofeldt 2019-03-22 19:59:30 +01:00 committed by Robert Helgesson
parent f1c7bb9d29
commit a194f8855b
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -6031,8 +6031,6 @@ let
FileSlurp = buildPerlPackage {
name = "File-Slurp-9999.26";
# WARNING: check on next update if deprecation warning is gone
patches = [ ../development/perl-modules/File-Slurp/silence-deprecation.patch ];
src = fetchurl {
url = mirror://cpan/authors/id/C/CA/CAPOEIRAB/File-Slurp-9999.26.tar.gz;
sha256 = "0c09ivl50sg9j75si6cahfp1wgvhqawakb6h5j6hlca6vwjqs9qy";