From a49c1fc0b2cbb22353095fbdebdb145613589fd9 Mon Sep 17 00:00:00 2001 From: WilliButz Date: Tue, 22 Aug 2017 00:30:39 +0200 Subject: [PATCH] caribou: fix build --- pkgs/desktops/gnome-3/3.22/core/caribou/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/desktops/gnome-3/3.22/core/caribou/default.nix b/pkgs/desktops/gnome-3/3.22/core/caribou/default.nix index d63b6e86af3..3f2831a6985 100644 --- a/pkgs/desktops/gnome-3/3.22/core/caribou/default.nix +++ b/pkgs/desktops/gnome-3/3.22/core/caribou/default.nix @@ -1,4 +1,4 @@ -{ fetchurl, stdenv, pkgconfig, gnome3, clutter, dbus, pythonPackages, libxml2, autoconf +{ fetchurl, stdenv, autoreconfHook, pkgconfig, gnome3, clutter, dbus, pythonPackages, libxml2, autoconf , libxklavier, libXtst, gtk2, intltool, libxslt, at_spi2_core, automake }: let @@ -16,6 +16,8 @@ stdenv.mkDerivation rec { [ glib pkgconfig gtk clutter at_spi2_core dbus pythonPackages.python automake pythonPackages.pygobject3 libxml2 libXtst gtk2 intltool libxslt autoconf ]; + nativeBuildInputs = [ autoreconfHook ]; + propagatedBuildInputs = [ gnome3.libgee libxklavier ]; preBuild = ''