Fixed compilation of kdeplasma-addons-4.4.5
svn path=/nixpkgs/trunk/; revision=22447
This commit is contained in:
parent
04225887fa
commit
59710637c1
2 changed files with 3 additions and 3 deletions
|
@ -171,7 +171,7 @@ pkgs.recurseIntoAttrs (rec {
|
|||
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl python shared_mime_info;
|
||||
inherit (pkgs.xlibs) libXtst libXi;
|
||||
inherit kdelibs kdebase_workspace kdepimlibs kdebase kdegraphics kdeedu;
|
||||
inherit automoc4 phonon soprano eigen qimageblitz attica;
|
||||
inherit automoc4 phonon soprano eigen qimageblitz attica qca2;
|
||||
};
|
||||
|
||||
kdegames = import ./games {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchurl, lib, cmake, qt4, perl, python, shared_mime_info, libXtst, libXi
|
||||
, kdelibs, kdebase_workspace, kdepimlibs, kdebase, kdegraphics, kdeedu
|
||||
, automoc4, phonon, soprano, eigen, qimageblitz, attica}:
|
||||
, automoc4, phonon, soprano, eigen, qimageblitz, attica, qca2}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "kdeplasma-addons-4.4.5";
|
||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||
KDEDIRS="${kdeedu}";
|
||||
buildInputs = [ cmake qt4 perl python shared_mime_info libXtst libXi
|
||||
kdelibs kdebase_workspace kdepimlibs kdebase kdegraphics kdeedu
|
||||
automoc4 phonon soprano eigen qimageblitz attica ];
|
||||
automoc4 qca2 phonon soprano eigen qimageblitz attica ];
|
||||
meta = {
|
||||
description = "KDE Plasma Addons";
|
||||
license = "GPL";
|
||||
|
|
Loading…
Reference in a new issue