[cpan2nix] perlPackages.FileShareDir: 1.112 -> 1.116
This commit is contained in:
parent
d107807c62
commit
bc95e3b851
@ -6089,16 +6089,17 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
FileShareDir = buildPerlPackage {
|
FileShareDir = buildPerlPackage {
|
||||||
name = "File-ShareDir-1.112";
|
name = "File-ShareDir-1.116";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/R/RE/REHSACK/File-ShareDir-1.112.tar.gz;
|
url = mirror://cpan/authors/id/R/RE/REHSACK/File-ShareDir-1.116.tar.gz;
|
||||||
sha256 = "196vf98l6pasrpdcpd840321fknknhyidhsm1y5ifx74lrk5ac7q";
|
sha256 = "0a43rfb0a1fpxh4d2dayarkdxw4cx9a2krkk87zmcilcz7yhpnar";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ ClassInspector ];
|
propagatedBuildInputs = [ ClassInspector ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Locate per-dist and per-module shared files";
|
description = "Locate per-dist and per-module shared files";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
buildInputs = [ FileShareDirInstall ];
|
||||||
};
|
};
|
||||||
|
|
||||||
FileShareDirInstall = buildPerlPackage {
|
FileShareDirInstall = buildPerlPackage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user