mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
perl-local-lib: 2.000014 -> 2.000017
This commit is contained in:
parent
270499c3d2
commit
4cb510e729
1 changed files with 4 additions and 4 deletions
|
@ -6233,11 +6233,11 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
locallib = buildPerlPackage {
|
||||
name = "local-lib-2.000014";
|
||||
locallib = buildPerlPackage rec {
|
||||
name = "local-lib-2.000017";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/H/HA/HAARG/local-lib-2.000014.tar.gz;
|
||||
sha256 = "ae63356ab780c5a3aa46287b48daea748a3dd021d9b52dff8bf480b43787fa2b";
|
||||
url = "mirror://cpan/authors/id/H/HA/HAARG/${name}.tar.gz";
|
||||
sha256 = "05607zxpb0jqvxn0cw064pnwsvbajw7k2pmzlisffadihg11m6ps";
|
||||
};
|
||||
meta = {
|
||||
description = "Create and use a local lib/ for perl modules with PERL5LIB";
|
||||
|
|
Loading…
Reference in a new issue