Kde 4.4 runtime wants attica.

svn path=/nixpkgs/trunk/; revision=19970
This commit is contained in:
Lluís Batlle i Rossell 2010-02-13 00:06:51 +00:00
parent 9e12d318b0
commit 3615623c94
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, lib, cmake, perl, bzip2, xz, qt4, alsaLib, xineLib, samba, shared_mime_info
, kdelibs, automoc4, phonon, strigi, soprano, cluceneCore}:
, kdelibs, automoc4, phonon, strigi, soprano, cluceneCore, attica}:
stdenv.mkDerivation {
name = "kdebase-runtime-4.4.0";
@ -9,7 +9,7 @@ stdenv.mkDerivation {
};
/* CLUCENE_HOME=cluceneCore;*/
buildInputs = [ cmake perl bzip2 xz qt4 alsaLib xineLib samba stdenv.gcc.libc shared_mime_info
kdelibs automoc4 phonon strigi soprano cluceneCore ];
kdelibs automoc4 phonon strigi soprano cluceneCore attica ];
meta = {
description = "KDE runtime";
longDescription = "Libraries and tools which supports running KDE desktop applications";

View file

@ -86,7 +86,7 @@ pkgs.recurseIntoAttrs (rec {
kdebase_runtime = import ./base-runtime {
inherit (pkgs) stdenv fetchurl lib cmake perl bzip2 xz qt4;
inherit (pkgs) shared_mime_info xineLib alsaLib samba cluceneCore;
inherit kdelibs;
inherit kdelibs attica;
inherit automoc4 phonon strigi soprano;
};