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:
parent
6bcf488584
commit
41c17ffebf
pkgs/desktops/kde-4.4
|
@ -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 {
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue