From 7206a1426036f26623cbbb017bb6571b33ac804f Mon Sep 17 00:00:00 2001 From: Piotr Bogdan Date: Fri, 21 Aug 2020 21:11:26 +0100 Subject: [PATCH] amtk: add gobject-introspection to generate the bindings This is now needed by the development version of tepl. --- pkgs/development/libraries/amtk/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/libraries/amtk/default.nix b/pkgs/development/libraries/amtk/default.nix index b33c45adb41c..db97b0aa6f55 100644 --- a/pkgs/development/libraries/amtk/default.nix +++ b/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 = [