mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 10:47:58 +00:00
Merge pull request #201314 from callahad/gnupg-disable-ccid-on-darwin
Fixes https://github.com/NixOS/nixpkgs/issues/155629
This commit is contained in:
commit
d25b316f40
@ -57,7 +57,8 @@ stdenv.mkDerivation rec {
|
||||
"--with-ksba-prefix=${libksba.dev}"
|
||||
"--with-npth-prefix=${npth}"
|
||||
] ++ lib.optional guiSupport "--with-pinentry-pgm=${pinentry}/${pinentryBinaryPath}"
|
||||
++ lib.optional withTpm2Tss "--with-tss=intel";
|
||||
++ lib.optional withTpm2Tss "--with-tss=intel"
|
||||
++ lib.optional stdenv.isDarwin "--disable-ccid-driver";
|
||||
postInstall = if enableMinimal
|
||||
then ''
|
||||
rm -r $out/{libexec,sbin,share}
|
||||
|
Loading…
Reference in New Issue
Block a user