gpgme: 1.7.0 -> 1.8.0
This commit is contained in:
parent
b6d889dcd9
commit
403432f6ab
@ -9,11 +9,11 @@ let
|
|||||||
gpgProgram = if useGnupg1 then "gpg" else "gpg2";
|
gpgProgram = if useGnupg1 then "gpg" else "gpg2";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gpgme-1.7.0";
|
name = "gpgme-1.8.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnupg/gpgme/${name}.tar.bz2";
|
url = "mirror://gnupg/gpgme/${name}.tar.bz2";
|
||||||
sha256 = "0j6capvv6lcr6p763lr2ygzkzkj5lqm7fnbfc1xaygib1znmzxbi";
|
sha256 = "0csx3qnycwm0n90ql6gs65if5xi4gqyzzy21fxs2xqicghjrfq2r";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" "info" ];
|
outputs = [ "out" "dev" "info" ];
|
||||||
@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkgconfig gnupg ];
|
nativeBuildInputs = [ pkgconfig gnupg ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-gpg=${gpgStorePath}/bin/${gpgProgram}"
|
|
||||||
"--enable-fixed-path=${gpgStorePath}/bin"
|
"--enable-fixed-path=${gpgStorePath}/bin"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user