KDE4.10 print-manager: Fix build.
Patch contributed by Karn Kallio.
This commit is contained in:
parent
a1924fca12
commit
ee4a7cbbf4
@ -1,5 +1,5 @@
|
|||||||
{ kde, kdelibs
|
{ kde, kdelibs
|
||||||
, pythonPackages, sip, pyqt4, pykde4, pycups, rhpl, system_config_printer
|
, pythonPackages, cups, sip, pyqt4, pykde4, pycups, rhpl, system_config_printer
|
||||||
, pythonDBus, makeWrapper }:
|
, pythonDBus, makeWrapper }:
|
||||||
|
|
||||||
let s_c_p = system_config_printer.override { withGUI = false; }; in
|
let s_c_p = system_config_printer.override { withGUI = false; }; in
|
||||||
@ -8,7 +8,7 @@ kde rec {
|
|||||||
buildInputs = [ kdelibs pythonPackages.python pythonPackages.wrapPython
|
buildInputs = [ kdelibs pythonPackages.python pythonPackages.wrapPython
|
||||||
] ++ pythonPath;
|
] ++ pythonPath;
|
||||||
|
|
||||||
pythonPath = [ pyqt4 pykde4 pycups s_c_p ];
|
pythonPath = [ cups pyqt4 pykde4 pycups s_c_p ];
|
||||||
|
|
||||||
passthru.propagatedUserEnvPackages = [ s_c_p ];
|
passthru.propagatedUserEnvPackages = [ s_c_p ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user