perlPackages.MNI-Perllib: use callPackage instead of import
This commit is contained in:
parent
f7785dd61c
commit
b1d4962d67
@ -9634,9 +9634,7 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
MNI-Perllib = import ../development/perl-modules/MNI {
|
MNI-Perllib = pkgs.callPackage ../development/perl-modules/MNI {};
|
||||||
inherit buildPerlPackage fetchFromGitHub stdenv perl;
|
|
||||||
};
|
|
||||||
|
|
||||||
Mo = buildPerlPackage rec {
|
Mo = buildPerlPackage rec {
|
||||||
name = "Mo-0.40";
|
name = "Mo-0.40";
|
||||||
@ -16254,7 +16252,8 @@ let self = _self // overrides; _self = with self; {
|
|||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
maintainers = with maintainers; [ bcdarwin ];
|
maintainers = with maintainers; [ bcdarwin ];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
TextGerman = buildPerlPackage rec {
|
TextGerman = buildPerlPackage rec {
|
||||||
name = "Text-German-0.06";
|
name = "Text-German-0.06";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user