gnome3.anjuta: fix a gschemas crash
Signed-off-by: Alexander Ried <ried@mytum.de>
This commit is contained in:
parent
87081caaf9
commit
53b13ef603
1 changed files with 3 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue