mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
Text-RecordParser: 1.5.0 -> 1.6.5
This commit is contained in:
parent
897b30ffd0
commit
85fe494c48
@ -11328,18 +11328,19 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
TextRecordParser = buildPerlPackage rec {
|
||||
name = "Text-RecordParser-1.5.0";
|
||||
name = "Text-RecordParser-1.6.5";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/K/KC/KCLARK/Text-RecordParser-v1.5.0.tar.gz";
|
||||
sha256 = "0zlwpayjnpjani3v3hgi77207i3n5fppcxww20chdldx98dkj7jm";
|
||||
url = "mirror://cpan/authors/id/K/KC/KCLARK/${name}.tar.gz";
|
||||
sha256 = "0nn33c058bl957v38xhqig4ld34lifl4arqiilhxky339i0q2fys";
|
||||
};
|
||||
|
||||
# In a NixOS chroot build, the tests fail because the font configuration
|
||||
# at /etc/fonts/font.conf is not available.
|
||||
doCheck = false;
|
||||
|
||||
propagatedBuildInputs = [ TestException IOStringy ClassAccessor Readonly ListMoreUtils
|
||||
TestPod TestPodCoverage GraphViz ReadonlyXS TextTabularDisplay];
|
||||
propagatedBuildInputs = [ TestException IOStringy ClassAccessor Readonly
|
||||
ListMoreUtils TestPod TestPodCoverage GraphViz ReadonlyXS
|
||||
TextTabularDisplay];
|
||||
};
|
||||
|
||||
TextReform = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user