mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
pinentry: Doesn't use qt4 by default so don't enable it
This commit is contained in:
parent
79cfdb2afe
commit
ba4330a89e
@ -2362,7 +2362,9 @@ let
|
||||
|
||||
philter = callPackage ../tools/networking/philter { };
|
||||
|
||||
pinentry = callPackage ../tools/security/pinentry { };
|
||||
pinentry = callPackage ../tools/security/pinentry {
|
||||
qt4 = null;
|
||||
};
|
||||
|
||||
pius = callPackage ../tools/security/pius { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user