gnupg: fix cross compilation

when `npth` upgraded 1.6 -> 1.7, the `npth-config` binary it previously
provided was removed, and functionality folded into `gpgrt-config`. see:
<417abd56fd/NEWS (L8)>
This commit is contained in:
Colin 2024-03-22 04:35:41 +00:00
parent b7d77e743c
commit d599839060
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
"--with-libgcrypt-prefix=${libgcrypt.dev}"
"--with-libassuan-prefix=${libassuan.dev}"
"--with-ksba-prefix=${libksba.dev}"
"--with-npth-prefix=${npth}"
"GPGRT_CONFIG=${lib.getDev libgpg-error}/bin/gpgrt-config"
]
++ lib.optional guiSupport "--with-pinentry-pgm=${pinentry}/${pinentry.binaryPath or "bin/pinentry"}"
++ lib.optional withTpm2Tss "--with-tss=intel"