Fixed gpgme detection of kdepimlibs

svn path=/nixpkgs/trunk/; revision=14224
This commit is contained in:
Sander van der Burg 2009-02-24 13:00:26 +00:00
parent 8f51ff86fd
commit 02aa7e7d96

View file

@ -7,6 +7,6 @@ stdenv.mkDerivation {
url = mirror://kde/stable/4.2.0/src/kdepimlibs-4.2.0.tar.bz2;
md5 = "8a91677e2dca7d4db26b33c78e239e5e";
};
buildInputs = [ cmake qt4 perl boost cyrus_sasl gpgme libical openldap
buildInputs = [ cmake qt4 perl boost cyrus_sasl gpgme stdenv.gcc.libc libical openldap
kdelibs automoc4 phonon akonadi ];
}