forked from mirrors/nixpkgs
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 {
|
||||
inherit buildPerlPackage fetchFromGitHub stdenv perl;
|
||||
};
|
||||
MNI-Perllib = pkgs.callPackage ../development/perl-modules/MNI {};
|
||||
|
||||
Mo = buildPerlPackage rec {
|
||||
name = "Mo-0.40";
|
||||
|
@ -16254,7 +16252,8 @@ let self = _self // overrides; _self = with self; {
|
|||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = with maintainers; [ bcdarwin ];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
TextGerman = buildPerlPackage rec {
|
||||
name = "Text-German-0.06";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue