gnome3.anjuta: fix a gschemas crash

This commit is contained in:
Vladimír Čunát 2016-10-20 17:42:24 +02:00
parent b0f26b3620
commit 87e8ff4c70

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 \