address license/version issues for PR #29782
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ fetchFromGitHub, buildPerlPackage, stdenv, perl }:
|
||||
|
||||
buildPerlPackage rec {
|
||||
name = "MNI-Perllib-0.08";
|
||||
name = "MNI-Perllib-2012-04-13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "BIC-MNI";
|
||||
@@ -14,7 +14,8 @@ buildPerlPackage rec {
|
||||
|
||||
doCheck = false; # TODO: almost all tests fail ... is this a real problem?
|
||||
|
||||
meta = {
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
meta = with stdenv.lib; {
|
||||
license = with licenses; [ artistic1 gpl1Plus ];
|
||||
maintainer = with maintainers; [ bcdarwin ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user