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 = {
|
meta = {
|
||||||
description = "Graphical download manager";
|
description = "Graphical download manager";
|
||||||
homepage = http://www.krasu.ru/soft/chuchelo/;
|
homepage = http://www.krasu.ru/soft/chuchelo/;
|
||||||
license = stdenv.lib.licenses.perl5;
|
license = "perl";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,6 +21,6 @@ buildPerlPackage rec {
|
|||||||
doCheck = !stdenv.isDarwin;
|
doCheck = !stdenv.isDarwin;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
license = stdenv.lib.licenses.perl5;
|
license = "perl";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@ buildPerlPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://search.cpan.org/dist/DBD-Pg/;
|
homepage = http://search.cpan.org/dist/DBD-Pg/;
|
||||||
description = "DBI PostgreSQL interface";
|
description = "DBI PostgreSQL interface";
|
||||||
license = stdenv.lib.licenses.perl5;
|
license = "perl";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -94,7 +94,7 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
homepage = http://www.simutrans.com/;
|
homepage = http://www.simutrans.com/;
|
||||||
license = stdenv.lib.licenses.perl5;
|
license = "perl";
|
||||||
maintainers = [ stdenv.lib.maintainers.kkallio ];
|
maintainers = [ stdenv.lib.maintainers.kkallio ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
|
@ -33,7 +33,7 @@ buildPerlPackage {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Backend for BibLaTeX";
|
description = "Backend for BibLaTeX";
|
||||||
license = stdenv.lib.licenses.perl5;
|
license = "perl";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = [ stdenv.lib.maintainers.ttuegel ];
|
maintainers = [ stdenv.lib.maintainers.ttuegel ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user