pinentry-gnome: fix target output

This commit is contained in:
Jan Tojnar
2019-11-03 03:22:42 +01:00
parent b9948763f5
commit 1c74b29b05

View File

@@ -5599,7 +5599,7 @@ in
pinentry-emacs = (stdenv.lib.getOutput "emacs" pinentry);
pinentry-gtk2 = (stdenv.lib.getOutput "gtk2" pinentry);
pinentry-qt = (stdenv.lib.getOutput "qt" pinentry);
pinentry-gnome = (stdenv.lib.getOutput "gnome" pinentry);
pinentry-gnome = (stdenv.lib.getOutput "gnome3" pinentry);
pinentry_mac = callPackage ../tools/security/pinentry/mac.nix {
inherit (darwin.apple_sdk.frameworks) Cocoa;