forked from mirrors/nixpkgs
Making kdeadmin build (pkgs => pythonpackages change)
svn path=/nixpkgs/trunk/; revision=21154
This commit is contained in:
parent
98c2d9c386
commit
673d1674fb
|
@ -106,8 +106,8 @@ pkgs.recurseIntoAttrs (rec {
|
|||
};
|
||||
|
||||
kdeadmin = import ./admin {
|
||||
inherit (pkgs) stdenv fetchurl lib cmake qt4 pkgconfig perl python sip pyqt4 rhpl system_config_printer;
|
||||
inherit (pkgs.pythonPackages) pycups;
|
||||
inherit (pkgs) stdenv fetchurl lib cmake qt4 pkgconfig perl python sip pyqt4 system_config_printer;
|
||||
inherit (pkgs.pythonPackages) pycups rhpl;
|
||||
inherit kdelibs kdepimlibs kdebindings;
|
||||
inherit automoc4 phonon;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue