Making kdeadmin build (pkgs => pythonpackages change)

svn path=/nixpkgs/trunk/; revision=21154
This commit is contained in:
Lluís Batlle i Rossell 2010-04-19 10:24:09 +00:00
parent 98c2d9c386
commit 673d1674fb

View file

@ -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;
};