mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
[cpan2nix] perlPackages.FilterSimple: removed built-in
This commit is contained in:
parent
2fe502905e
commit
f2615b7474
@ -6198,17 +6198,7 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
FilterSimple = buildPerlPackage {
|
||||
name = "Filter-Simple-0.94";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/S/SM/SMUELLER/Filter-Simple-0.94.tar.gz;
|
||||
sha256 = "1lkrgsqaxf595ha1y29gxqqf4kf8cpm5yzr4gg7zngbq1nb0pz6g";
|
||||
};
|
||||
meta = {
|
||||
description = "Simplified source filtering";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
FilterSimple = null; # part of Perl 5.28
|
||||
|
||||
FinanceQuote = buildPerlPackage rec {
|
||||
name = "Finance-Quote-1.47";
|
||||
|
Loading…
Reference in New Issue
Block a user