gnome3.totem-pl-parser: clean up

This commit is contained in:
Jan Tojnar 2017-09-17 16:45:40 +02:00
parent 64e3473017
commit 309a831e05
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

@ -3,8 +3,8 @@
stdenv.mkDerivation rec {
inherit (import ./src.nix fetchurl) name src;
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ file intltool gmime libxml2 libsoup ];
nativeBuildInputs = [ pkgconfig file intltool ];
buildInputs = [ gmime libxml2 libsoup ];
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Videos;