parent
e22ea832fd
commit
faa9ed0b10
@ -1,5 +1,5 @@
|
|||||||
{ kde, kdelibs
|
{ kde, kdelibs
|
||||||
, pythonPackages, cups, pykde4, pycups, system-config-printer }:
|
, pythonPackages, cups, pykde4, system-config-printer }:
|
||||||
|
|
||||||
let s_c_p = system-config-printer.override { withGUI = false; }; in
|
let s_c_p = system-config-printer.override { withGUI = false; }; in
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ kde rec {
|
|||||||
buildInputs = [ kdelibs pythonPackages.python pythonPackages.wrapPython
|
buildInputs = [ kdelibs pythonPackages.python pythonPackages.wrapPython
|
||||||
] ++ pythonPath;
|
] ++ pythonPath;
|
||||||
|
|
||||||
pythonPath = [ cups pythonPackages.pyqt4 pykde4 pycups s_c_p ];
|
pythonPath = [ cups pythonPackages.pyqt4 pykde4 pythonPackages.pycups s_c_p ];
|
||||||
|
|
||||||
# system-config-printer supplies some D-Bus policy that we need.
|
# system-config-printer supplies some D-Bus policy that we need.
|
||||||
propagatedUserEnvPkgs = [ s_c_p ];
|
propagatedUserEnvPkgs = [ s_c_p ];
|
||||||
|
@ -10060,8 +10060,6 @@ in
|
|||||||
|
|
||||||
pycrypto = pythonPackages.pycrypto;
|
pycrypto = pythonPackages.pycrypto;
|
||||||
|
|
||||||
pycups = pythonPackages.pycups;
|
|
||||||
|
|
||||||
pyexiv2 = pythonPackages.pyexiv2;
|
pyexiv2 = pythonPackages.pyexiv2;
|
||||||
|
|
||||||
pygobject = pythonPackages.pygobject;
|
pygobject = pythonPackages.pygobject;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user