Skip to content

Commit

Permalink
Merge pull request #298001 from uninsane/pr-gnupg-cross
Browse files Browse the repository at this point in the history
gnupg: fix cross compilation
  • Loading branch information
Mic92 committed Mar 25, 2024
2 parents 02d746d + d599839 commit 5b130e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/security/gnupg/24.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5b130e5

Please sign in to comment.