Fix alphabetization of perl modules
This commit is contained in:
parent
9410c39b9a
commit
df37647ab2
@ -450,35 +450,6 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
LinuxACL = buildPerlPackage rec {
|
||||
name = "Linux-ACL-0.05";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/N/NA/NAZAROV/${name}.tar.gz";
|
||||
sha256 = "312940c1f60f47c4fc93fa0a9d2a626425faa837040c8c2f1ad58ee09f62f371";
|
||||
};
|
||||
buildInputs = [ pkgs.acl ];
|
||||
NIX_CFLAGS_LINK = "-L${pkgs.acl.out}/lib -lacl";
|
||||
meta = {
|
||||
maintainers = [ maintainers.limeytexan ];
|
||||
description = "Perl extension for reading and setting Access Control Lists for files by libacl linux library";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
ListCompare = buildPerlPackage rec {
|
||||
name = "List-Compare-0.53";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/J/JK/JKEENAN/${name}.tar.gz";
|
||||
sha256 = "fdbf4ff67b3135d44475fef7fcac0cd4706407d5720d26dca914860eb10f8550";
|
||||
};
|
||||
buildInputs = [ IOCaptureOutput ];
|
||||
meta = {
|
||||
homepage = http://thenceforward.net/perl/modules/List-Compare/;
|
||||
description = "Compare elements of two or more lists";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
ArchiveCpio = buildPerlPackage rec {
|
||||
name = "Archive-Cpio-0.10";
|
||||
src = fetchurl {
|
||||
@ -8539,6 +8510,21 @@ let self = _self // overrides; _self = with self; {
|
||||
doCheck = false;
|
||||
};
|
||||
|
||||
LinuxACL = buildPerlPackage rec {
|
||||
name = "Linux-ACL-0.05";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/N/NA/NAZAROV/${name}.tar.gz";
|
||||
sha256 = "312940c1f60f47c4fc93fa0a9d2a626425faa837040c8c2f1ad58ee09f62f371";
|
||||
};
|
||||
buildInputs = [ pkgs.acl ];
|
||||
NIX_CFLAGS_LINK = "-L${pkgs.acl.out}/lib -lacl";
|
||||
meta = {
|
||||
maintainers = [ maintainers.limeytexan ];
|
||||
description = "Perl extension for reading and setting Access Control Lists for files by libacl linux library";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
LinuxDistribution = buildPerlModule {
|
||||
name = "Linux-Distribution-0.23";
|
||||
src = fetchurl {
|
||||
@ -8586,6 +8572,20 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
ListCompare = buildPerlPackage rec {
|
||||
name = "List-Compare-0.53";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/J/JK/JKEENAN/${name}.tar.gz";
|
||||
sha256 = "fdbf4ff67b3135d44475fef7fcac0cd4706407d5720d26dca914860eb10f8550";
|
||||
};
|
||||
buildInputs = [ IOCaptureOutput ];
|
||||
meta = {
|
||||
homepage = http://thenceforward.net/perl/modules/List-Compare/;
|
||||
description = "Compare elements of two or more lists";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
ListMoreUtils = buildPerlPackage rec {
|
||||
name = "List-MoreUtils-0.428";
|
||||
src = fetchurl {
|
||||
|
Loading…
x
Reference in New Issue
Block a user