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:
@@ -21,6 +21,6 @@ buildPerlPackage rec {
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
meta = {
|
||||
license = stdenv.lib.licenses.perl5;
|
||||
license = "perl";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user