mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 12:23:55 +00:00
Merge pull request #214782 from alyssais/gobject-introspection
Remove lots more obsolete gobject-introspection build inputs
This commit is contained in:
commit
3226550f0b
@ -26,7 +26,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
pango
|
||||
gtksourceview3
|
||||
];
|
||||
|
@ -43,7 +43,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
dontWrapGApps = true;
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
gtk3
|
||||
libappindicator-gtk3
|
||||
libnotify
|
||||
|
@ -25,7 +25,6 @@ python3Packages.buildPythonApplication rec {
|
||||
nativeBuildInputs = [ wrapGAppsHook gobject-introspection ];
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
gtksourceview3
|
||||
libappindicator-gtk3
|
||||
libnotify
|
||||
|
@ -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
|
||||
|
@ -62,8 +62,8 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
dbus
|
||||
gettext
|
||||
glib
|
||||
polkit
|
||||
systemd
|
||||
|
@ -27,7 +27,6 @@
|
||||
|
||||
let
|
||||
testDeps = [
|
||||
gobject-introspection # for Gio and cairo typelibs
|
||||
gtk3 atk pango.out gdk-pixbuf harfbuzz
|
||||
];
|
||||
in stdenv.mkDerivation rec {
|
||||
|
@ -55,7 +55,6 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
udev
|
||||
glib
|
||||
];
|
||||
|
@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
|
||||
glib
|
||||
libxml2
|
||||
icu
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
|
@ -40,7 +40,6 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
glib
|
||||
libgudev
|
||||
libevdev
|
||||
|
@ -44,10 +44,6 @@ stdenv.mkDerivation rec {
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
buildInputs = lib.optionals withIntrospection [
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gdk-pixbuf
|
||||
glib
|
||||
|
@ -45,7 +45,6 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
glib
|
||||
];
|
||||
|
||||
|
@ -71,8 +71,6 @@ stdenv.mkDerivation rec {
|
||||
bzip2
|
||||
pango
|
||||
libintl
|
||||
] ++ lib.optionals withIntrospection [
|
||||
gobject-introspection
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
ApplicationServices
|
||||
Foundation
|
||||
|
@ -52,7 +52,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
libgcrypt
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -55,8 +55,6 @@ stdenv.mkDerivation rec {
|
||||
libxml2
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
libcap_ng
|
||||
] ++ lib.optionals withIntrospection [
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
@ -90,7 +90,6 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
expat
|
||||
pam
|
||||
dbus
|
||||
|
@ -48,7 +48,6 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gobject-introspection
|
||||
glib
|
||||
systemd
|
||||
libgudev
|
||||
|
@ -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
|
||||
|
@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
|
||||
atk
|
||||
dbus-glib
|
||||
gdk-pixbuf
|
||||
gobject-introspection
|
||||
libX11
|
||||
libXaw
|
||||
libXext
|
||||
|
Loading…
Reference in New Issue
Block a user