Fix evaluation error

svn path=/nixpkgs/trunk/; revision=23341
This commit is contained in:
Yury G. Kudryashov 2010-08-21 20:20:34 +00:00
parent 3537d94672
commit 3adcb12100

View File

@ -296,7 +296,7 @@ pkgs.recurseIntoAttrs (rec {
inherit automoc4 phonon qca2; inherit automoc4 phonon qca2;
}; };
inherit (pkgs) konversation; inherit (pkgs) konversation yakuake;
gtk_qt_engine = import ./extragear/gtk-qt-engine { gtk_qt_engine = import ./extragear/gtk-qt-engine {
inherit (pkgs) stdenv fetchurl cmake qt4 perl gettext; inherit (pkgs) stdenv fetchurl cmake qt4 perl gettext;
@ -307,11 +307,6 @@ pkgs.recurseIntoAttrs (rec {
inherit automoc4 phonon; inherit automoc4 phonon;
}; };
yakuake = import ./extragear/yakuake {
inherit (pkgs) stdenv fetchurl cmake perl gettext;
inherit kdelibs automoc4 qt4 phonon;
};
k3b = import ./extragear/k3b { k3b = import ./extragear/k3b {
inherit (pkgs) stdenv fetchurl cmake qt4 perl shared_mime_info libvorbis taglib gettext; inherit (pkgs) stdenv fetchurl cmake qt4 perl shared_mime_info libvorbis taglib gettext;
inherit (pkgs) ffmpeg flac libsamplerate libdvdread lame libsndfile libmad; inherit (pkgs) ffmpeg flac libsamplerate libdvdread lame libsndfile libmad;