Some upgrades needed for kde4:
* alsa-lib: 1.0.12 -> 1.0.14 * alsa-utils: 1.0.13 -> 1.0.14 * strigi: 0.5.1 -> 0.5.3dev * libgpg-error: 1.0 -> 1.4 * gpgme: 1.0.3 -> 1.1.4 * cmake: 2.4.6 -> 2.4.7 * Some kde4 components added (not compilable yet). * icu4c-3.6 added * boost: added unicode support to RegEx, switched to "system" layout svn path=/nixpkgs/trunk/; revision=9068
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl, libgpgerror, gnupg}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gpgme-1.0.3";
|
||||
name = "gpgme-1.1.4";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/gpgme-1.0.3.tar.gz;
|
||||
md5 = "4d33cbdf844fcee1c724e4cf2a32dd11";
|
||||
url = ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.1.4.tar.bz2;
|
||||
sha256 = "0ncrv7p33rjq1avkxpp9x0gz6wna9y3b3dmw6nv366n5mgvxmpg8";
|
||||
};
|
||||
buildInputs = [libgpgerror gnupg];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user