enable networking support for hplip, net_snmp is available now
This commit is contained in:
parent
b5e2a027c4
commit
b73dff89f7
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user