amtk: add gobject-introspection to generate the bindings
This is now needed by the development version of tepl.
This commit is contained in:
parent
c19cf7a6b9
commit
7206a14260
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, gtk3
|
{ stdenv, fetchurl, gtk3
|
||||||
, pkgconfig, gnome3, dbus, xvfb_run }:
|
, pkgconfig, gobject-introspection, gnome3, dbus, xvfb_run }:
|
||||||
let
|
let
|
||||||
version = "5.1.1";
|
version = "5.1.1";
|
||||||
pname = "amtk";
|
pname = "amtk";
|
||||||
@ -14,6 +14,7 @@ in stdenv.mkDerivation {
|
|||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig
|
pkgconfig
|
||||||
dbus
|
dbus
|
||||||
|
gobject-introspection
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user