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 {
|
TextRecordParser = buildPerlPackage rec {
|
||||||
name = "Text-RecordParser-1.5.0";
|
name = "Text-RecordParser-1.6.5";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/K/KC/KCLARK/Text-RecordParser-v1.5.0.tar.gz";
|
url = "mirror://cpan/authors/id/K/KC/KCLARK/${name}.tar.gz";
|
||||||
sha256 = "0zlwpayjnpjani3v3hgi77207i3n5fppcxww20chdldx98dkj7jm";
|
sha256 = "0nn33c058bl957v38xhqig4ld34lifl4arqiilhxky339i0q2fys";
|
||||||
};
|
};
|
||||||
|
|
||||||
# In a NixOS chroot build, the tests fail because the font configuration
|
# In a NixOS chroot build, the tests fail because the font configuration
|
||||||
# at /etc/fonts/font.conf is not available.
|
# at /etc/fonts/font.conf is not available.
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
propagatedBuildInputs = [ TestException IOStringy ClassAccessor Readonly ListMoreUtils
|
propagatedBuildInputs = [ TestException IOStringy ClassAccessor Readonly
|
||||||
TestPod TestPodCoverage GraphViz ReadonlyXS TextTabularDisplay];
|
ListMoreUtils TestPod TestPodCoverage GraphViz ReadonlyXS
|
||||||
|
TextTabularDisplay];
|
||||||
};
|
};
|
||||||
|
|
||||||
TextReform = buildPerlPackage {
|
TextReform = buildPerlPackage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user