Skip to content

Commit

Permalink
pinentry-gnome: fix target output
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Nov 3, 2019
1 parent b994876 commit 1c74b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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;
Expand Down

0 comments on commit 1c74b29

Please sign in to comment.