gnome3.anjuta: fix a gschemas crash

Signed-off-by: Alexander Ried <ried@mytum.de>
This commit is contained in:
Vladimír Čunát 2016-10-20 17:42:24 +02:00 committed by Alexander Ried
parent 87081caaf9
commit 53b13ef603

View file

@ -7,7 +7,9 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
buildInputs = [ pkgconfig flex bison gtk3 libxml2 gnome3.gjs gnome3.gdl
gnome3.libgda gnome3.gtksourceview intltool itstool python makeWrapper ];
gnome3.libgda gnome3.gtksourceview intltool itstool python makeWrapper
gnome3.gsettings_desktop_schemas
];
preFixup = ''
wrapProgram $out/bin/anjuta \