gnome3.anjuta: fix a gschemas crash
Signed-off-by: Alexander Ried <ried@mytum.de>
This commit is contained in:
parent
87081caaf9
commit
53b13ef603
@ -7,7 +7,9 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
buildInputs = [ pkgconfig flex bison gtk3 libxml2 gnome3.gjs gnome3.gdl
|
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 = ''
|
preFixup = ''
|
||||||
wrapProgram $out/bin/anjuta \
|
wrapProgram $out/bin/anjuta \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user