Merge pull request #214782 from alyssais/gobject-introspection

Remove lots more obsolete gobject-introspection build inputs
This commit is contained in:
John Ericson 2023-02-05 14:05:32 -05:00 committed by GitHub
commit 3226550f0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 2 additions and 24 deletions

View file

@ -26,7 +26,6 @@ python3.pkgs.buildPythonApplication rec {
];
buildInputs = [
gobject-introspection
pango
gtksourceview3
];

View file

@ -43,7 +43,6 @@ python3.pkgs.buildPythonApplication rec {
dontWrapGApps = true;
buildInputs = [
gobject-introspection
gtk3
libappindicator-gtk3
libnotify

View file

@ -25,7 +25,6 @@ python3Packages.buildPythonApplication rec {
nativeBuildInputs = [ wrapGAppsHook gobject-introspection ];
buildInputs = [
gobject-introspection
gtksourceview3
libappindicator-gtk3
libnotify

View file

@ -33,7 +33,6 @@ python3.pkgs.buildPythonApplication rec {
buildInputs = [
gtk3
gobject-introspection # Temporary fix, see https://github.com/NixOS/nixpkgs/issues/56943
keybinder3
libnotify
python3

View file

@ -62,8 +62,8 @@ stdenv.mkDerivation rec {
];
buildInputs = [
gobject-introspection
dbus
gettext
glib
polkit
systemd

View file

@ -27,7 +27,6 @@
let
testDeps = [
gobject-introspection # for Gio and cairo typelibs
gtk3 atk pango.out gdk-pixbuf harfbuzz
];
in stdenv.mkDerivation rec {

View file

@ -55,7 +55,6 @@ stdenv.mkDerivation rec {
];
buildInputs = [
gobject-introspection
udev
glib
];

View file

@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
glib
libxml2
icu
gobject-introspection
];
cmakeFlags = [

View file

@ -40,7 +40,6 @@ stdenv.mkDerivation rec {
];
buildInputs = [
gobject-introspection
glib
libgudev
libevdev

View file

@ -44,10 +44,6 @@ stdenv.mkDerivation rec {
gobject-introspection
];
buildInputs = lib.optionals withIntrospection [
gobject-introspection
];
propagatedBuildInputs = [
gdk-pixbuf
glib

View file

@ -45,7 +45,6 @@ stdenv.mkDerivation rec {
];
buildInputs = [
gobject-introspection
glib
];

View file

@ -71,8 +71,6 @@ stdenv.mkDerivation rec {
bzip2
pango
libintl
] ++ lib.optionals withIntrospection [
gobject-introspection
] ++ lib.optionals stdenv.isDarwin [
ApplicationServices
Foundation

View file

@ -52,7 +52,6 @@ stdenv.mkDerivation rec {
buildInputs = [
libgcrypt
gobject-introspection
];
propagatedBuildInputs = [

View file

@ -55,8 +55,6 @@ stdenv.mkDerivation rec {
libxml2
] ++ lib.optionals stdenv.isLinux [
libcap_ng
] ++ lib.optionals withIntrospection [
gobject-introspection
];
strictDeps = true;

View file

@ -90,7 +90,6 @@ stdenv.mkDerivation rec {
];
buildInputs = [
gobject-introspection
expat
pam
dbus

View file

@ -48,7 +48,6 @@ stdenv.mkDerivation rec {
];
buildInputs = [
gobject-introspection
glib
systemd
libgudev

View file

@ -42,8 +42,7 @@ buildPythonPackage rec {
];
buildInputs = [
# # .so files link to these
gobject-introspection
# # .so files link to this
glib
] ++ lib.optionals stdenv.isDarwin [
ncurses

View file

@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
atk
dbus-glib
gdk-pixbuf
gobject-introspection
libX11
libXaw
libXext