amtk: add gobject-introspection to generate the bindings

This is now needed by the development version of tepl.
wip/yesman
Piotr Bogdan 4 years ago committed by Jan Tojnar
parent c19cf7a6b9
commit 7206a14260
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 3
      pkgs/development/libraries/amtk/default.nix

@ -1,5 +1,5 @@
{ stdenv, fetchurl, gtk3
, pkgconfig, gnome3, dbus, xvfb_run }:
, pkgconfig, gobject-introspection, gnome3, dbus, xvfb_run }:
let
version = "5.1.1";
pname = "amtk";
@ -14,6 +14,7 @@ in stdenv.mkDerivation {
nativeBuildInputs = [
pkgconfig
dbus
gobject-introspection
];
buildInputs = [

Loading…
Cancel
Save