librsvg: 2.36.4 -> 2.40.9
This commit is contained in:
parent
c8021333d4
commit
1f82542fcb
@ -1,22 +1,22 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, gdk_pixbuf, pango, cairo, libxml2, libgsf
|
{ stdenv, fetchurl, pkgconfig, glib, gdk_pixbuf, pango, cairo, libxml2, libgsf
|
||||||
, bzip2, libcroco
|
, bzip2, libcroco
|
||||||
, gtk2 ? null, gtk3 ? null
|
, gtk3 ? null
|
||||||
, gobjectIntrospection ? null, enableIntrospection ? false }:
|
, gobjectIntrospection ? null, enableIntrospection ? false }:
|
||||||
|
|
||||||
# no introspection by default, it's too big
|
# no introspection by default, it's too big
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "librsvg-2.36.4"; # 2.37 needs pango 1.32.6, 2.40 doesn't support gtk2
|
name = "librsvg-2.40.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/librsvg/2.36/${name}.tar.xz";
|
url = "mirror://gnome/sources/librsvg/2.40/${name}.tar.xz";
|
||||||
sha256 = "1hp6325gdkzx8yqn2d2r915ak3k6hfshjjh0sc54z3vr0i99688h";
|
sha256 = "0fplymmqqr28y24vcnb01szn62pfbqhk8p1ngns54x9m6mflr5hk";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libxml2 libgsf bzip2 libcroco pango ]
|
buildInputs = [ libxml2 libgsf bzip2 libcroco pango ]
|
||||||
++ stdenv.lib.optional enableIntrospection [ gobjectIntrospection ];
|
++ stdenv.lib.optional enableIntrospection [ gobjectIntrospection ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ glib gdk_pixbuf cairo gtk2 gtk3 ];
|
propagatedBuildInputs = [ glib gdk_pixbuf cairo gtk3 ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
|
@ -6671,9 +6671,7 @@ let
|
|||||||
|
|
||||||
libqalculate = callPackage ../development/libraries/libqalculate { };
|
libqalculate = callPackage ../development/libraries/libqalculate { };
|
||||||
|
|
||||||
librsvg = callPackage ../development/libraries/librsvg {
|
librsvg = callPackage ../development/libraries/librsvg { };
|
||||||
gtk2 = null; gtk3 = null; # neither gtk version by default
|
|
||||||
};
|
|
||||||
|
|
||||||
librsync = callPackage ../development/libraries/librsync { };
|
librsync = callPackage ../development/libraries/librsync { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user