Kde 4.4 runtime wants attica.
svn path=/nixpkgs/trunk/; revision=19970
This commit is contained in:
parent
9e12d318b0
commit
3615623c94
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, lib, cmake, perl, bzip2, xz, qt4, alsaLib, xineLib, samba, shared_mime_info
|
{ 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 {
|
stdenv.mkDerivation {
|
||||||
name = "kdebase-runtime-4.4.0";
|
name = "kdebase-runtime-4.4.0";
|
||||||
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
/* CLUCENE_HOME=cluceneCore;*/
|
/* CLUCENE_HOME=cluceneCore;*/
|
||||||
buildInputs = [ cmake perl bzip2 xz qt4 alsaLib xineLib samba stdenv.gcc.libc shared_mime_info
|
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 = {
|
meta = {
|
||||||
description = "KDE runtime";
|
description = "KDE runtime";
|
||||||
longDescription = "Libraries and tools which supports running KDE desktop applications";
|
longDescription = "Libraries and tools which supports running KDE desktop applications";
|
||||||
|
@ -86,7 +86,7 @@ pkgs.recurseIntoAttrs (rec {
|
|||||||
kdebase_runtime = import ./base-runtime {
|
kdebase_runtime = import ./base-runtime {
|
||||||
inherit (pkgs) stdenv fetchurl lib cmake perl bzip2 xz qt4;
|
inherit (pkgs) stdenv fetchurl lib cmake perl bzip2 xz qt4;
|
||||||
inherit (pkgs) shared_mime_info xineLib alsaLib samba cluceneCore;
|
inherit (pkgs) shared_mime_info xineLib alsaLib samba cluceneCore;
|
||||||
inherit kdelibs;
|
inherit kdelibs attica;
|
||||||
inherit automoc4 phonon strigi soprano;
|
inherit automoc4 phonon strigi soprano;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user