gnome3.at_spi2_core: add gobject introspection support
This commit is contained in:
parent
fab72d88c9
commit
00eaf038ac
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, python, pkgconfig, popt, intltool, dbus_glib
|
{ stdenv, fetchurl, python, pkgconfig, popt, intltool, dbus_glib
|
||||||
, libX11, xextproto, libSM, libICE, libXtst, libXi }:
|
, libX11, xextproto, libSM, libICE, libXtst, libXi, gobjectIntrospection }:
|
||||||
|
|
||||||
stdenv.mkDerivation (rec {
|
stdenv.mkDerivation (rec {
|
||||||
versionMajor = "2.10";
|
versionMajor = "2.10";
|
||||||
@ -15,6 +15,7 @@ stdenv.mkDerivation (rec {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
python pkgconfig popt intltool dbus_glib
|
python pkgconfig popt intltool dbus_glib
|
||||||
libX11 xextproto libSM libICE libXtst libXi
|
libX11 xextproto libSM libICE libXtst libXi
|
||||||
|
gobjectIntrospection
|
||||||
];
|
];
|
||||||
|
|
||||||
# ToDo: on non-NixOS we create a symlink from there?
|
# ToDo: on non-NixOS we create a symlink from there?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user