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

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 {