{ stdenv, fetchurl, cmake, lib, perl , qt4, bzip2, pcre, fam, libxml2, libxslt, shared_mime_info, giflib, jasper , xz, flex, bison, openexr, aspell, avahi , automoc4, phonon, strigi, soprano }: stdenv.mkDerivation { name = "kdelibs-4.3.2"; src = fetchurl { url = mirror://kde/stable/4.3.2/src/kdelibs-4.3.2.tar.bz2; sha1 = "1kx9scjn12i37wgr047cpyxzfn1dvy1p"; }; includeAllQtDirs = true; buildInputs = [ cmake perl qt4 stdenv.gcc.libc xz flex bison bzip2 pcre fam libxml2 libxslt shared_mime_info giflib jasper /* openexr */ aspell avahi automoc4 phonon strigi soprano ]; meta = { description = "KDE libraries"; license = "LGPL"; homepage = http://www.kde.org; maintainers = [ lib.maintainers.sander ]; }; }