enable networking support for hplip, net_snmp is available now

This commit is contained in:
Aristid Breitkreuz 2013-02-06 14:08:27 +01:00
parent b5e2a027c4
commit b73dff89f7

View File

@ -1,5 +1,5 @@
{stdenv, fetchurl, cups, zlib, libjpeg, libusb, pythonPackages, saneBackends, dbus {stdenv, fetchurl, cups, zlib, libjpeg, libusb, pythonPackages, saneBackends, dbus
, pkgconfig, polkit, qtSupport ? true, qt4, pythonDBus, pyqt4 , pkgconfig, polkit, qtSupport ? true, qt4, pythonDBus, pyqt4, net_snmp
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
--with-systraydir=$out/xdg/autostart --with-systraydir=$out/xdg/autostart
--with-mimedir=$out/etc/cups --with-mimedir=$out/etc/cups
--enable-policykit --enable-policykit
--disable-network-build" "
export makeFlags=" export makeFlags="
halpredir=$out/share/hal/fdi/preprobe/10osvendor halpredir=$out/share/hal/fdi/preprobe/10osvendor
@ -54,8 +54,9 @@ stdenv.mkDerivation rec {
pythonPackages.wrapPython pythonPackages.wrapPython
saneBackends saneBackends
dbus dbus
pkgconfig] ++ pkgconfig
stdenv.lib.optional qtSupport qt4; net_snmp
] ++ stdenv.lib.optional qtSupport qt4;
pythonPath = with pythonPackages; [ pythonPath = with pythonPackages; [
pythonDBus pythonDBus