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

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