caribou: fix build
This commit is contained in:
parent
c035711072
commit
a49c1fc0b2
@ -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 }:
|
, libxklavier, libXtst, gtk2, intltool, libxslt, at_spi2_core, automake }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
|
|||||||
[ glib pkgconfig gtk clutter at_spi2_core dbus pythonPackages.python automake
|
[ glib pkgconfig gtk clutter at_spi2_core dbus pythonPackages.python automake
|
||||||
pythonPackages.pygobject3 libxml2 libXtst gtk2 intltool libxslt autoconf ];
|
pythonPackages.pygobject3 libxml2 libXtst gtk2 intltool libxslt autoconf ];
|
||||||
|
|
||||||
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ gnome3.libgee libxklavier ];
|
propagatedBuildInputs = [ gnome3.libgee libxklavier ];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user