mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
pinentry: fix on darwin
libcap and qt4 aren't supported on Darwin, but gtk2 is.
This commit is contained in:
parent
230182f61b
commit
5d59e78828
1 changed files with 2 additions and 2 deletions
|
@ -2363,8 +2363,8 @@ let
|
|||
philter = callPackage ../tools/networking/philter { };
|
||||
|
||||
pinentry = callPackage ../tools/security/pinentry {
|
||||
gtk2 = if stdenv.isDarwin then null else gtk2;
|
||||
qt4 = if stdenv.isDarwin then qt4 else null;
|
||||
libcap = if stdenv.isDarwin then null else libcap;
|
||||
qt4 = null;
|
||||
};
|
||||
|
||||
pius = callPackage ../tools/security/pius { };
|
||||
|
|
Loading…
Reference in a new issue