gnome3.totem-pl-parser: fix build

This commit is contained in:
Jan Tojnar 2018-03-14 00:51:54 +01:00
parent a6cc7cc01c
commit 74c5f0df9c
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, gmime, libxml2, libsoup, gnome3 }:
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, gmime, libxml2, libsoup, gobjectIntrospection, gnome3 }:
stdenv.mkDerivation rec {
name = "totem-pl-parser-${version}";
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
updateScript = gnome3.updateScript { packageName = "totem-pl-parser"; attrPath = "gnome3.totem-pl-parser"; };
};
nativeBuildInputs = [ meson ninja pkgconfig gettext ];
nativeBuildInputs = [ meson ninja pkgconfig gettext gobjectIntrospection ];
buildInputs = [ gmime libxml2 libsoup ];
meta = with stdenv.lib; {