about summary refs log tree commit diff
path: root/pkgs/misc/drivers/hplip
diff options
context:
space:
mode:
authorYarny0 <41838844+Yarny0@users.noreply.github.com>2019-07-13 09:31:46 +0200
committerYarny0 <41838844+Yarny0@users.noreply.github.com>2019-07-13 09:48:40 +0200
commit1323930b7b263568ace78caf346189272fffb08e (patch)
tree603769b761aa01fcd85de7af8e392e53d409aff9 /pkgs/misc/drivers/hplip
parent1036dc664169b32613ec11b58cc1740c7511a340 (diff)
downloadnixlib-1323930b7b263568ace78caf346189272fffb08e.tar
nixlib-1323930b7b263568ace78caf346189272fffb08e.tar.gz
nixlib-1323930b7b263568ace78caf346189272fffb08e.tar.bz2
nixlib-1323930b7b263568ace78caf346189272fffb08e.tar.lz
nixlib-1323930b7b263568ace78caf346189272fffb08e.tar.xz
nixlib-1323930b7b263568ace78caf346189272fffb08e.tar.zst
nixlib-1323930b7b263568ace78caf346189272fffb08e.zip
hplip: add meta.downloadPage
Diffstat (limited to 'pkgs/misc/drivers/hplip')
-rw-r--r--pkgs/misc/drivers/hplip/3.16.11.nix1
-rw-r--r--pkgs/misc/drivers/hplip/3.18.5.nix1
-rw-r--r--pkgs/misc/drivers/hplip/default.nix1
3 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/misc/drivers/hplip/3.16.11.nix b/pkgs/misc/drivers/hplip/3.16.11.nix
index 8f5004693eac..5e275a1f2b3d 100644
--- a/pkgs/misc/drivers/hplip/3.16.11.nix
+++ b/pkgs/misc/drivers/hplip/3.16.11.nix
@@ -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 ];
diff --git a/pkgs/misc/drivers/hplip/3.18.5.nix b/pkgs/misc/drivers/hplip/3.18.5.nix
index 2be65e40c45f..9c9694edbd43 100644
--- a/pkgs/misc/drivers/hplip/3.18.5.nix
+++ b/pkgs/misc/drivers/hplip/3.18.5.nix
@@ -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 ];
diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix
index ea9554288091..2e2b4548e155 100644
--- a/pkgs/misc/drivers/hplip/default.nix
+++ b/pkgs/misc/drivers/hplip/default.nix
@@ -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 ];