summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorPetr Rockai <me@mornfall.net>2012-09-24 16:26:46 +0200
committerPetr Rockai <me@mornfall.net>2012-09-24 16:26:46 +0200
commite9315d4a1cdc2e9f832eac6a76403a448e8d1abc (patch)
tree03657e0f6df0ce577d087a9c1befc285926574a4 /pkgs/desktops
parentf1bfc3055d050c2149507048f1c521b4e4007f03 (diff)
downloadnixlib-e9315d4a1cdc2e9f832eac6a76403a448e8d1abc.tar
nixlib-e9315d4a1cdc2e9f832eac6a76403a448e8d1abc.tar.gz
nixlib-e9315d4a1cdc2e9f832eac6a76403a448e8d1abc.tar.bz2
nixlib-e9315d4a1cdc2e9f832eac6a76403a448e8d1abc.tar.lz
nixlib-e9315d4a1cdc2e9f832eac6a76403a448e8d1abc.tar.xz
nixlib-e9315d4a1cdc2e9f832eac6a76403a448e8d1abc.tar.zst
nixlib-e9315d4a1cdc2e9f832eac6a76403a448e8d1abc.zip
Enable the aspell plugin for KDE 4.7 (the default kde4).
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-4.7/kdelibs.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/kde-4.7/kdelibs.nix b/pkgs/desktops/kde-4.7/kdelibs.nix
index 31df83e5ee92..429fbb2a709c 100644
--- a/pkgs/desktops/kde-4.7/kdelibs.nix
+++ b/pkgs/desktops/kde-4.7/kdelibs.nix
@@ -1,4 +1,4 @@
-{ kde, gcc, cmake, perl
+{ kde, gcc, cmake, perl, aspell
 , qt4, bzip2, pcre, fam, libxml2, libxslt, shared_mime_info, giflib, jasper
 , openexr, avahi, kerberos, acl, attr, shared_desktop_ontologies, libXScrnSaver
 , automoc4, strigi, soprano, qca2, attica, enchant, libdbusmenu_qt
@@ -10,7 +10,7 @@ kde {
   buildInputs =
     [ acl attr attica avahi bzip2 enchant fam getopt giflib herqq jasper
       libdbusmenu_qt libXScrnSaver libxslt pcre polkit_qt_1 qca2
-      shared_desktop_ontologies xz udev libxml2 libjpeg kerberos
+      shared_desktop_ontologies xz udev libxml2 libjpeg kerberos aspell
     ];
 
   propagatedBuildInputs = [ qt4 soprano strigi phonon ];