mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
hplip: add meta.downloadPage
This commit is contained in:
parent
1036dc6641
commit
1323930b7b
@ -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 ];
|
||||
|
@ -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 ];
|
||||
|
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user