summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWout Mertens <Wout.Mertens@gmail.com>2019-06-28 15:32:17 +0200
committerGitHub <noreply@github.com>2019-06-28 15:32:17 +0200
commit8622ff8c8e1ac4023468d224ecc70039d6adbf0a (patch)
tree30c0c8cc59a5ec6893b53a6d5a23ab8b744f0b07
parentMerge branch 'staging-19.03' into release-19.03 (diff)
downloadnixpkgs-origin/noxlibs-nognome.tar.gz
environment.noXlibs: disable gnome3 for pinentryorigin/noxlibs-nognome
-rw-r--r--nixos/modules/config/no-x-libs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/no-x-libs.nix b/nixos/modules/config/no-x-libs.nix
index 37e66c645429..aad02a9ca4e3 100644
--- a/nixos/modules/config/no-x-libs.nix
+++ b/nixos/modules/config/no-x-libs.nix
@@ -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; };
}));
};