forked from mirrors/nixpkgs
Fixed gpgme detection of kdepimlibs
svn path=/nixpkgs/trunk/; revision=14224
This commit is contained in:
parent
8f51ff86fd
commit
02aa7e7d96
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue