- Loudmouth uses OpenSSL now instead of GnuTLS, because I could not compile it with GnuTLS
- Upgraded KOffice to 2.0.2 - Upgraded KTorrent to 3.2.3 - Upgraded Amarok to 2.1.1 svn path=/nixpkgs/trunk/; revision=17038
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, gnutls, libidn, glib, pkgconfig, zlib}:
|
||||
{stdenv, fetchurl, openssl, libidn, glib, pkgconfig, zlib}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "loudmouth-1.4.3";
|
||||
@@ -8,7 +8,9 @@ stdenv.mkDerivation {
|
||||
md5 = "55339ca42494690c3942ee1465a96937";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [gnutls libidn glib zlib];
|
||||
configureFlags = "--with-ssl=openssl";
|
||||
|
||||
propagatedBuildInputs = [openssl libidn glib zlib];
|
||||
|
||||
buildInputs = [pkgconfig];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user