address license/version issues for PR #29782

This commit is contained in:
Ben Darwin
2017-09-26 13:22:46 -04:00
parent e90d1e8631
commit cf2aac6a04
9 changed files with 31 additions and 19 deletions

View File

@@ -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 ];
};
}