mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
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
|
||||
, pythonPackages, sip, pyqt4, pykde4, pycups, rhpl, system_config_printer
|
||||
, pythonPackages, cups, sip, pyqt4, pykde4, pycups, rhpl, system_config_printer
|
||||
, pythonDBus, makeWrapper }:
|
||||
|
||||
let s_c_p = system_config_printer.override { withGUI = false; }; in
|
||||
@ -8,7 +8,7 @@ kde rec {
|
||||
buildInputs = [ kdelibs pythonPackages.python pythonPackages.wrapPython
|
||||
] ++ pythonPath;
|
||||
|
||||
pythonPath = [ pyqt4 pykde4 pycups s_c_p ];
|
||||
pythonPath = [ cups pyqt4 pykde4 pycups s_c_p ];
|
||||
|
||||
passthru.propagatedUserEnvPackages = [ s_c_p ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user