1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-21 11:33:24 +00:00

Added attica to buildInputs of kdeplasma-addons-4.4.0

svn path=/nixpkgs/trunk/; revision=20000
This commit is contained in:
Sander van der Burg 2010-02-14 23:04:56 +00:00
parent 6bcf488584
commit 41c17ffebf
2 changed files with 3 additions and 3 deletions
pkgs/desktops/kde-4.4

View file

@ -169,7 +169,7 @@ pkgs.recurseIntoAttrs (rec {
kdeplasma_addons = import ./plasma-addons {
inherit (pkgs) stdenv fetchurl lib cmake qt4 perl python shared_mime_info;
inherit kdelibs kdebase_workspace kdepimlibs kdebase kdegraphics kdeedu;
inherit automoc4 phonon soprano eigen qimageblitz;
inherit automoc4 phonon soprano eigen qimageblitz attica;
};
kdegames = import ./games {

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl, lib, cmake, qt4, perl, python, shared_mime_info
, kdelibs, kdebase_workspace, kdepimlibs, kdebase, kdegraphics, kdeedu
, automoc4, phonon, soprano, eigen, qimageblitz}:
, automoc4, phonon, soprano, eigen, qimageblitz, attica}:
stdenv.mkDerivation {
name = "kdeplasma-addons-4.4.0";
@ -13,7 +13,7 @@ stdenv.mkDerivation {
KDEDIRS="${kdeedu}";
buildInputs = [ cmake qt4 perl python shared_mime_info
kdelibs kdebase_workspace kdepimlibs kdebase kdegraphics kdeedu
automoc4 phonon soprano eigen qimageblitz ];
automoc4 phonon soprano eigen qimageblitz attica ];
meta = {
description = "KDE Plasma Addons";
license = "GPL";