hplip: add meta.downloadPage
This commit is contained in:
parent
1036dc6641
commit
1323930b7b
|
@ -184,6 +184,7 @@ pythonPackages.buildPythonApplication {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Print, scan and fax HP drivers for Linux";
|
description = "Print, scan and fax HP drivers for Linux";
|
||||||
homepage = http://hplipopensource.com/;
|
homepage = http://hplipopensource.com/;
|
||||||
|
downloadPage = https://sourceforge.net/projects/hplip/files/hplip/;
|
||||||
license = if withPlugin
|
license = if withPlugin
|
||||||
then licenses.unfree
|
then licenses.unfree
|
||||||
else with licenses; [ mit bsd2 gpl2Plus ];
|
else with licenses; [ mit bsd2 gpl2Plus ];
|
||||||
|
|
|
@ -216,6 +216,7 @@ pythonPackages.buildPythonApplication {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Print, scan and fax HP drivers for Linux";
|
description = "Print, scan and fax HP drivers for Linux";
|
||||||
homepage = https://developers.hp.com/hp-linux-imaging-and-printing;
|
homepage = https://developers.hp.com/hp-linux-imaging-and-printing;
|
||||||
|
downloadPage = https://sourceforge.net/projects/hplip/files/hplip/;
|
||||||
license = if withPlugin
|
license = if withPlugin
|
||||||
then licenses.unfree
|
then licenses.unfree
|
||||||
else with licenses; [ mit bsd2 gpl2Plus ];
|
else with licenses; [ mit bsd2 gpl2Plus ];
|
||||||
|
|
|
@ -216,6 +216,7 @@ pythonPackages.buildPythonApplication {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Print, scan and fax HP drivers for Linux";
|
description = "Print, scan and fax HP drivers for Linux";
|
||||||
homepage = https://developers.hp.com/hp-linux-imaging-and-printing;
|
homepage = https://developers.hp.com/hp-linux-imaging-and-printing;
|
||||||
|
downloadPage = https://sourceforge.net/projects/hplip/files/hplip/;
|
||||||
license = if withPlugin
|
license = if withPlugin
|
||||||
then licenses.unfree
|
then licenses.unfree
|
||||||
else with licenses; [ mit bsd2 gpl2Plus ];
|
else with licenses; [ mit bsd2 gpl2Plus ];
|
||||||
|
|
Loading…
Reference in New Issue