mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
librsvg: comment on why the version isn't updated
This commit is contained in:
parent
0bec9c1e4f
commit
63481f1b4b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
# no introspection by default, it's too big
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "librsvg-2.36.4";
|
||||
name = "librsvg-2.36.4"; # 2.37 needs pango 1.32.6, 2.40 doesn't support gtk2
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/librsvg/2.36/${name}.tar.xz";
|
||||
|
|
Loading…
Reference in a new issue