Skip to content

Commit

Permalink
gnupg: look for system wide config files at /etc/gnupg/* rather than …
Browse files Browse the repository at this point in the history
…in the nix store
  • Loading branch information
SuperSandro2000 committed Apr 11, 2023
1 parent b54401d commit 6507c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/security/gnupg/24.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ stdenv.mkDerivation rec {

pinentryBinaryPath = pinentry.binaryPath or "bin/pinentry";
configureFlags = [
"--sysconfdir=/etc"
"--with-libgpg-error-prefix=${libgpg-error.dev}"
"--with-libgcrypt-prefix=${libgcrypt.dev}"
"--with-libassuan-prefix=${libassuan.dev}"
Expand Down

0 comments on commit 6507c04

Please sign in to comment.