1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-18 08:59:42 +00:00

perlPackages.YAMLOld: init at 1.23

This commit is contained in:
Thomas Sean Dominic Kelly 2021-08-13 12:34:37 +01:00 committed by thomassdk
parent df2b12d572
commit d624b27176

View file

@ -24559,6 +24559,21 @@ let
};
};
YAMLOld = buildPerlPackage {
pname = "YAML-Old";
version = "1.23";
src = fetchurl {
url = "mirror://cpan/authors/id/I/IN/INGY/YAML-Old-1.23.tar.gz";
sha256 = "fa546fcd9acc5a39bc8871902f7fc1eba50e7dc781c5cd5c0abf1aece6d17ecd";
};
buildInputs = [ TestYAML TestBase ];
meta = {
homepage = "https://github.com/ingydotnet/yaml-old-pm";
description = "Old YAML.pm Legacy Code";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
YAMLSyck = buildPerlPackage {
pname = "YAML-Syck";
version = "1.34";