Merge pull request #59190 from adrianparvino/pinentry-remove-gtk3-dep

pinentry: remove GTK3 dependency
This commit is contained in:
Florian Klink 2019-04-09 23:14:46 +02:00 committed by GitHub
commit 582c8c5c51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4982,6 +4982,7 @@ in
pinentry = callPackage ../tools/security/pinentry {
libcap = if stdenv.isDarwin then null else libcap;
gcr = null;
};
pinentry_ncurses = res.pinentry.override {