librsvg: drop gsf dependency

It have not been used for a long time:

59a3fed362
wip/yesman
Jan Tojnar 4 years ago
parent 701e10dd29
commit 981ba77ebc
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 4
      pkgs/development/libraries/librsvg/default.nix

@ -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 ];

Loading…
Cancel
Save