Partially revert 7a45996 some more.

Removing more references to the non-existent license "stdenv.lib.licenses.perl5".
Thanks to @FlashKorten for catching those.
This commit is contained in:
Peter Simons 2014-07-28 20:51:40 +02:00
parent 559f423417
commit 5cc55e9523
5 changed files with 5 additions and 5 deletions

View file

@ -19,6 +19,6 @@ stdenv.mkDerivation {
meta = {
description = "Graphical download manager";
homepage = http://www.krasu.ru/soft/chuchelo/;
license = stdenv.lib.licenses.perl5;
license = "perl";
};
}

View file

@ -21,6 +21,6 @@ buildPerlPackage rec {
doCheck = !stdenv.isDarwin;
meta = {
license = stdenv.lib.licenses.perl5;
license = "perl";
};
}

View file

@ -16,7 +16,7 @@ buildPerlPackage rec {
meta = {
homepage = http://search.cpan.org/dist/DBD-Pg/;
description = "DBI PostgreSQL interface";
license = stdenv.lib.licenses.perl5;
license = "perl";
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -94,7 +94,7 @@ let
'';
homepage = http://www.simutrans.com/;
license = stdenv.lib.licenses.perl5;
license = "perl";
maintainers = [ stdenv.lib.maintainers.kkallio ];
platforms = stdenv.lib.platforms.linux;
};

View file

@ -33,7 +33,7 @@ buildPerlPackage {
meta = {
description = "Backend for BibLaTeX";
license = stdenv.lib.licenses.perl5;
license = "perl";
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.ttuegel ];
};