mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
perl-Test-YAML: init at 1.06
This commit is contained in:
parent
ed96d04832
commit
d17b367e0c
1 changed files with 8 additions and 0 deletions
|
@ -11299,6 +11299,14 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
TestYAML = buildPerlPackage rec {
|
||||
name = "Test-YAML-1.06";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/I/IN/INGY/${name}.tar.gz";
|
||||
sha256 = "0hxrfs7p9hqkhvv5nhk2hd3kh32smwng4nz47b8xf4iw2q1n2dr7";
|
||||
};
|
||||
};
|
||||
|
||||
TextAbbrev = buildPerlPackage {
|
||||
name = "Text-Abbrev-1.02";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue