librsvg: drop gsf dependency

It have not been used for a long time:

59a3fed362
This commit is contained in:
Jan Tojnar 2020-03-13 17:38:04 +01:00
parent 701e10dd29
commit 981ba77ebc
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, glib, gdk-pixbuf, pango, cairo, libxml2, libgsf
{ lib, stdenv, fetchurl, pkgconfig, glib, gdk-pixbuf, pango, cairo, libxml2
, bzip2, libintl, darwin, rustc, cargo, gnome3
, vala, gobject-introspection }:
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" "installedTests" ];
buildInputs = [ libxml2 libgsf bzip2 pango libintl ];
buildInputs = [ libxml2 bzip2 pango libintl ];
propagatedBuildInputs = [ glib gdk-pixbuf cairo ];