gnome3.gnome-bluetooth: re-add gobject-introspection dependency
It is no longer propagated from atk so we have to add it here.
This commit is contained in:
parent
2e6f01d9a6
commit
d2590f8a13
@ -1,10 +1,10 @@
|
|||||||
{ stdenv, fetchurl, gnome3, meson, ninja, pkgconfig, gtk3, intltool, glib
|
{ stdenv, fetchurl, gnome3, meson, ninja, pkgconfig, gtk3, intltool, glib
|
||||||
, udev, itstool, libxml2, wrapGAppsHook, libnotify, libcanberra_gtk3 }:
|
, udev, itstool, libxml2, wrapGAppsHook, libnotify, libcanberra_gtk3, gobjectIntrospection }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
inherit (import ./src.nix fetchurl) name src;
|
inherit (import ./src.nix fetchurl) name src;
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja intltool itstool pkgconfig libxml2 wrapGAppsHook ];
|
nativeBuildInputs = [ meson ninja intltool itstool pkgconfig libxml2 wrapGAppsHook gobjectIntrospection ];
|
||||||
buildInputs = [ glib gtk3 udev libnotify libcanberra_gtk3
|
buildInputs = [ glib gtk3 udev libnotify libcanberra_gtk3
|
||||||
gnome3.defaultIconTheme gnome3.gsettings_desktop_schemas ];
|
gnome3.defaultIconTheme gnome3.gsettings_desktop_schemas ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user