goffice: fix cross
goffice needs glib-genmarshal in its nativeBuildInputs.
This commit is contained in:
parent
c1d2ffd0f7
commit
e9bba1da96
@ -1,5 +1,8 @@
|
||||
{ fetchurl, lib, stdenv, pkg-config, intltool, glib, gtk3, lasem
|
||||
, libgsf, libxml2, libxslt, cairo, pango, librsvg, gnome }:
|
||||
, libgsf, libxml2, libxslt, cairo, pango, librsvg, gnome
|
||||
, autoreconfHook
|
||||
, gtk-doc
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "goffice";
|
||||
@ -12,7 +15,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "FqIhGRhVpqbA0Gse+OSBzz9SBBplTsltNYFwRboama8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config intltool ];
|
||||
nativeBuildInputs = [
|
||||
pkg-config intltool autoreconfHook gtk-doc
|
||||
glib # for glib-genmarshal
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
glib gtk3 libxml2 cairo pango libgsf lasem
|
||||
|
Loading…
Reference in New Issue
Block a user