summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorThéophane Hufschmitt <theophane.hufschmitt@polytechnique.org>2016-04-18 13:27:14 +0200
committerThéophane Hufschmitt <theophane.hufschmitt@polytechnique.org>2016-04-18 13:47:15 +0200
commit50595113243607d18a1b050e232ffee32b7a70d6 (patch)
treea2a56997b3d565ca611108a0832601b17e89d51d /pkgs/misc
parent55a82158e20bba62400a401c729357cce25d7d52 (diff)
downloadnixpkgs-50595113243607d18a1b050e232ffee32b7a70d6.tar
nixpkgs-50595113243607d18a1b050e232ffee32b7a70d6.tar.gz
nixpkgs-50595113243607d18a1b050e232ffee32b7a70d6.tar.bz2
nixpkgs-50595113243607d18a1b050e232ffee32b7a70d6.tar.lz
nixpkgs-50595113243607d18a1b050e232ffee32b7a70d6.tar.xz
nixpkgs-50595113243607d18a1b050e232ffee32b7a70d6.tar.zst
nixpkgs-50595113243607d18a1b050e232ffee32b7a70d6.zip
hplip : add openssl as buildInput
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/drivers/hplip/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/misc/drivers/hplip/default.nix b/pkgs/misc/drivers/hplip/default.nix
index cd8e906c817..7aed8dad599 100644
--- a/pkgs/misc/drivers/hplip/default.nix
+++ b/pkgs/misc/drivers/hplip/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl, substituteAll
 , pkgconfig
 , cups, zlib, libjpeg, libusb1, pythonPackages, sane-backends, dbus, usbutils
-, net_snmp, polkit
+, net_snmp, openssl, polkit
 , bash, coreutils, utillinux
 , qtSupport ? true, qt4, pyqt4
 , withPlugin ? false
@@ -59,6 +59,7 @@ stdenv.mkDerivation {
     sane-backends
     dbus
     net_snmp
+    openssl
   ] ++ stdenv.lib.optionals qtSupport [
     qt4
   ];