forked from mirrors/nixpkgs
Fix evaluation error
svn path=/nixpkgs/trunk/; revision=23341
This commit is contained in:
parent
3537d94672
commit
3adcb12100
|
@ -296,7 +296,7 @@ pkgs.recurseIntoAttrs (rec {
|
|||
inherit automoc4 phonon qca2;
|
||||
};
|
||||
|
||||
inherit (pkgs) konversation;
|
||||
inherit (pkgs) konversation yakuake;
|
||||
|
||||
gtk_qt_engine = import ./extragear/gtk-qt-engine {
|
||||
inherit (pkgs) stdenv fetchurl cmake qt4 perl gettext;
|
||||
|
@ -307,11 +307,6 @@ pkgs.recurseIntoAttrs (rec {
|
|||
inherit automoc4 phonon;
|
||||
};
|
||||
|
||||
yakuake = import ./extragear/yakuake {
|
||||
inherit (pkgs) stdenv fetchurl cmake perl gettext;
|
||||
inherit kdelibs automoc4 qt4 phonon;
|
||||
};
|
||||
|
||||
k3b = import ./extragear/k3b {
|
||||
inherit (pkgs) stdenv fetchurl cmake qt4 perl shared_mime_info libvorbis taglib gettext;
|
||||
inherit (pkgs) ffmpeg flac libsamplerate libdvdread lame libsndfile libmad;
|
||||
|
|
Loading…
Reference in a new issue