Commit e9bba1da authored by Adam Joseph's avatar Adam Joseph Committed by Artturin
Browse files

goffice: fix cross

goffice needs glib-genmarshal in its nativeBuildInputs.
parent c1d2ffd0
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
{ 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