libgdiplus 2.10.9.
svn path=/nixpkgs/trunk/; revision=32833
This commit is contained in:
parent
f7896f322e
commit
0a08fe21f3
@ -3,11 +3,11 @@
|
|||||||
, libXrender, libexif }:
|
, libXrender, libexif }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libgdiplus-2.10";
|
name = "libgdiplus-2.10.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.mono-project.com/sources/libgdiplus/${name}.tar.bz2";
|
url = "http://download.mono-project.com/sources/libgdiplus/${name}.tar.bz2";
|
||||||
sha256 = "190j6yvfbpg6bda4n7pdcf2dbqdvrb4dmz5abs2yv0smxybh77id";
|
sha256 = "0klnbly2q0yx5p0l5z8da9lhqsjj9xqj06kdw2v7rnms4z1vdpkd";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches =
|
patches =
|
||||||
|
Loading…
Reference in New Issue
Block a user