Skip to content

Commit

Permalink
Merge pull request #63896 from NixOS/noxlibs-nognome
Browse files Browse the repository at this point in the history
[19.03] environment.noXlibs: disable gnome3 for pinentry
  • Loading branch information
danbst committed Jul 16, 2019
2 parents 76cb4fe + 8622ff8 commit 973a270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/config/no-x-libs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ with lib;
networkmanager-openvpn = super.networkmanager-openvpn.override { withGnome = false; };
networkmanager-vpnc = super.networkmanager-vpnc.override { withGnome = false; };
networkmanager-iodine = super.networkmanager-iodine.override { withGnome = false; };
pinentry = super.pinentry_ncurses;
pinentry = super.pinentry.override { gtk2 = null; gcr = null; qt = null; };
gobject-introspection = super.gobject-introspection.override { x11Support = false; };
}));
};
Expand Down

0 comments on commit 973a270

Please sign in to comment.