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 d757135c05
This commit is contained in:
Jan Tojnar 2019-12-01 02:07:45 +01:00
parent 75c88b57f9
commit 32b8c88ce4
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -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; };
}));
};
}