gnupg: fix eval by replaced alias 'libgpg-error'

This commit is contained in:
Stig Palmquist 2021-10-28 14:48:13 +02:00 committed by Cole Mickens
parent 1ee8f77132
commit 55dc828ef6
No known key found for this signature in database
GPG Key ID: B475C2955744A019

View File

@ -1,5 +1,5 @@
{ fetchurl, fetchpatch, lib, stdenv, pkg-config, libgcrypt, libassuan, libksba
, libgpgerror, libiconv, npth, gettext, texinfo, buildPackages
, libgpg-error, libiconv, npth, gettext, texinfo, buildPackages
# Each of the dependencies below are optional.
# Gnupg can be built without them at the cost of reduced functionality.
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
pinentryBinaryPath = pinentry.binaryPath or "bin/pinentry";
configureFlags = [
"--with-libgpg-error-prefix=${libgpgerror.dev}"
"--with-libgpg-error-prefix=${libgpg-error.dev}"
"--with-libgcrypt-prefix=${libgcrypt.dev}"
"--with-libassuan-prefix=${libassuan.dev}"
"--with-ksba-prefix=${libksba.dev}"