mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
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:
parent
559f423417
commit
5cc55e9523
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user