summary refs log tree commit diff
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-12-01 02:07:45 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-12-01 02:16:04 +0100
commit32b8c88ce4e37febc7b9e3d44c370921a2fa7ee6 (patch)
tree41a41606462ab95ca87b5bb346dcac35d52b336b
parent75c88b57f90bd4320502c46dddcdbff97dc82fe9 (diff)
downloadnixpkgs-32b8c88ce4e37febc7b9e3d44c370921a2fa7ee6.tar
nixpkgs-32b8c88ce4e37febc7b9e3d44c370921a2fa7ee6.tar.gz
nixpkgs-32b8c88ce4e37febc7b9e3d44c370921a2fa7ee6.tar.bz2
nixpkgs-32b8c88ce4e37febc7b9e3d44c370921a2fa7ee6.tar.lz
nixpkgs-32b8c88ce4e37febc7b9e3d44c370921a2fa7ee6.tar.xz
nixpkgs-32b8c88ce4e37febc7b9e3d44c370921a2fa7ee6.tar.zst
nixpkgs-32b8c88ce4e37febc7b9e3d44c370921a2fa7ee6.zip
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
-rw-r--r--nixos/modules/config/no-x-libs.nix1
1 files changed, 0 insertions, 1 deletions
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; };
     }));
   };
 }