From 32b8c88ce4e37febc7b9e3d44c370921a2fa7ee6 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sun, 1 Dec 2019 02:07:45 +0100 Subject: [PATCH] Revert "environment.noXlibs: do not pull gobject-introspection" gobject-introspection has nothing to do with graphical systems or GNOME, it is needed for language bindings like Python. This reverts commit d757135c058295c80ff998879df3d5e07b783717 --- nixos/modules/config/no-x-libs.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/config/no-x-libs.nix b/nixos/modules/config/no-x-libs.nix index d0f62d05870..873b8073fed 100644 --- a/nixos/modules/config/no-x-libs.nix +++ b/nixos/modules/config/no-x-libs.nix @@ -35,7 +35,6 @@ with lib; networkmanager-vpnc = super.networkmanager-vpnc.override { withGnome = false; }; networkmanager-iodine = super.networkmanager-iodine.override { withGnome = false; }; gobject-introspection = super.gobject-introspection.override { x11Support = false; }; - polkit = super.polkit.override { withGnome = false; }; })); }; }