Switch to forward compatibility of kde45 on kde_baseapps.

svn path=/nixpkgs/trunk/; revision=28217
This commit is contained in:
Karn Kallio
2011-08-07 01:45:26 +00:00
parent 875b65ca0e
commit a233ebf891
6 changed files with 12 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, cmake, gettext, parted, libuuid, qt4, kdelibs, kdebase,
{ stdenv, fetchurl, cmake, gettext, parted, libuuid, qt4, kdelibs, kde_baseapps,
automoc4, phonon, perl }:
stdenv.mkDerivation {
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
};
buildInputs =
[ cmake gettext parted libuuid qt4 kdelibs kdebase automoc4 perl phonon ];
[ cmake gettext parted libuuid qt4 kdelibs kde_baseapps automoc4 perl phonon ];
preConfigure = ''
export VERBOSE=1