summary refs log tree commit diff
path: root/pkgs/development/libraries/gpgme
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2021-09-04 13:05:03 -0700
committerRyan Burns <rtburns@protonmail.com>2021-10-06 18:23:43 -0700
commit41574158a07f3c6ab5853b316c2fe7ed18e6354b (patch)
tree85317dc62e49eb5e05629ac433e6766646f206cb /pkgs/development/libraries/gpgme
parent8d4b70dfec8661e8d304e7ea5dd0e3e220016dc6 (diff)
downloadnixpkgs-41574158a07f3c6ab5853b316c2fe7ed18e6354b.tar
nixpkgs-41574158a07f3c6ab5853b316c2fe7ed18e6354b.tar.gz
nixpkgs-41574158a07f3c6ab5853b316c2fe7ed18e6354b.tar.bz2
nixpkgs-41574158a07f3c6ab5853b316c2fe7ed18e6354b.tar.lz
nixpkgs-41574158a07f3c6ab5853b316c2fe7ed18e6354b.tar.xz
nixpkgs-41574158a07f3c6ab5853b316c2fe7ed18e6354b.tar.zst
nixpkgs-41574158a07f3c6ab5853b316c2fe7ed18e6354b.zip
libgpg-error: rename from libgpgerror
Matches pname and upstream project name
Diffstat (limited to 'pkgs/development/libraries/gpgme')
-rw-r--r--pkgs/development/libraries/gpgme/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/gpgme/default.nix b/pkgs/development/libraries/gpgme/default.nix
index c1c9460fad6..263807c2fc1 100644
--- a/pkgs/development/libraries/gpgme/default.nix
+++ b/pkgs/development/libraries/gpgme/default.nix
@@ -1,5 +1,5 @@
 { lib, stdenv, fetchurl, fetchpatch
-, autoreconfHook, libgpgerror, gnupg, pkg-config, glib, pth, libassuan
+, autoreconfHook, libgpg-error, gnupg, pkg-config, glib, pth, libassuan
 , file, which, ncurses
 , texinfo
 , buildPackages
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
   outputBin = "dev"; # gpgme-config; not so sure about gpgme-tool
 
   propagatedBuildInputs =
-    [ libgpgerror glib libassuan pth ]
+    [ libgpg-error glib libassuan pth ]
     ++ lib.optional (qtbase != null) qtbase;
 
   nativeBuildInputs = [ pkg-config gnupg texinfo autoreconfHook ]
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
 
   configureFlags = [
     "--enable-fixed-path=${gnupg}/bin"
-    "--with-libgpg-error-prefix=${libgpgerror.dev}"
+    "--with-libgpg-error-prefix=${libgpg-error.dev}"
     "--with-libassuan-prefix=${libassuan.dev}"
   ] ++ lib.optional pythonSupport "--enable-languages=python"
   # Tests will try to communicate with gpg-agent instance via a UNIX socket