gnome3.totem-pl-parser: remove gmime dependency

See: https://gitlab.gnome.org/GNOME/totem-pl-parser/blob/V_3_26_2/NEWS#L4
This commit is contained in:
worldofpeace 2019-01-27 06:45:52 -05:00 committed by GitHub
parent c2c552e22f
commit 23b673bc89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, gmime, libxml2, gobject-introspection, gnome3 }:
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, libxml2, gobject-introspection, gnome3 }:
stdenv.mkDerivation rec {
pname = "totem-pl-parser";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ meson ninja pkgconfig gettext gobject-introspection ];
buildInputs = [ gmime libxml2 ];
buildInputs = [ libxml2 ];
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Videos;