Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gnome3.totem-pl-parser: remove gmime dependency

See: https://gitlab.gnome.org/GNOME/totem-pl-parser/blob/V_3_26_2/NEWS#L4

authored by

worldofpeace and committed by
GitHub
23b673bc c2c552e2

+2 -2
+2 -2
pkgs/development/libraries/totem-pl-parser/default.nix
··· 1 - { stdenv, fetchurl, meson, ninja, pkgconfig, gettext, gmime, libxml2, gobject-introspection, gnome3 }: 1 + { stdenv, fetchurl, meson, ninja, pkgconfig, gettext, libxml2, gobject-introspection, gnome3 }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "totem-pl-parser"; ··· 16 16 }; 17 17 18 18 nativeBuildInputs = [ meson ninja pkgconfig gettext gobject-introspection ]; 19 - buildInputs = [ gmime libxml2 ]; 19 + buildInputs = [ libxml2 ]; 20 20 21 21 meta = with stdenv.lib; { 22 22 homepage = https://wiki.gnome.org/Apps/Videos;