Merge pull request #298001 from uninsane/pr-gnupg-cross

gnupg: fix cross compilation
This commit is contained in:
Jörg Thalheim 2024-03-25 21:54:01 +01:00 committed by GitHub
commit 5b130e5ecb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"