hplip: add meta.downloadPage

This commit is contained in:
Yarny0 2019-07-13 09:31:46 +02:00
parent 1036dc6641
commit 1323930b7b
3 changed files with 3 additions and 0 deletions

View file

@ -184,6 +184,7 @@ pythonPackages.buildPythonApplication {
meta = with stdenv.lib; {
description = "Print, scan and fax HP drivers for Linux";
homepage = http://hplipopensource.com/;
downloadPage = https://sourceforge.net/projects/hplip/files/hplip/;
license = if withPlugin
then licenses.unfree
else with licenses; [ mit bsd2 gpl2Plus ];

View file

@ -216,6 +216,7 @@ pythonPackages.buildPythonApplication {
meta = with stdenv.lib; {
description = "Print, scan and fax HP drivers for Linux";
homepage = https://developers.hp.com/hp-linux-imaging-and-printing;
downloadPage = https://sourceforge.net/projects/hplip/files/hplip/;
license = if withPlugin
then licenses.unfree
else with licenses; [ mit bsd2 gpl2Plus ];

View file

@ -216,6 +216,7 @@ pythonPackages.buildPythonApplication {
meta = with stdenv.lib; {
description = "Print, scan and fax HP drivers for Linux";
homepage = https://developers.hp.com/hp-linux-imaging-and-printing;
downloadPage = https://sourceforge.net/projects/hplip/files/hplip/;
license = if withPlugin
then licenses.unfree
else with licenses; [ mit bsd2 gpl2Plus ];