Merge pull request #74715 from baloo/baloo/no-x-libs/polkit

environment.noXlibs: do not pull gobject-introspection
This commit is contained in:
Matthew Bauer 2019-11-30 13:32:29 -06:00 committed by GitHub
commit f97746ba27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ 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; };
}));
};
}