mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +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 { };
|
philter = callPackage ../tools/networking/philter { };
|
||||||
|
|
||||||
pinentry = callPackage ../tools/security/pinentry { };
|
pinentry = callPackage ../tools/security/pinentry {
|
||||||
|
qt4 = null;
|
||||||
|
};
|
||||||
|
|
||||||
pius = callPackage ../tools/security/pius { };
|
pius = callPackage ../tools/security/pius { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user