1.4.4 -> 1.4.6
svn path=/nixpkgs/trunk/; revision=8670
This commit is contained in:
parent
a268c294b5
commit
7f3a1fa68f
@ -9,10 +9,10 @@ assert postscriptSupport -> zlib != null;
|
|||||||
assert pngSupport -> libpng != null;
|
assert pngSupport -> libpng != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "cairo-1.4.4";
|
name = "cairo-1.4.6";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://cairographics.org/releases/cairo-1.4.4.tar.gz;
|
url = http://cairographics.org/releases/cairo-1.4.6.tar.gz;
|
||||||
sha1 = "71a7ce8352500944f7b2b73d4dc25ee947ec56ec";
|
sha256 = "15l87pzmlwbxk6m4102g2zln4drq0l32qs60ccs5bpmcnky2lqya";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig x11 fontconfig freetype
|
pkgconfig x11 fontconfig freetype
|
||||||
|
Loading…
x
Reference in New Issue
Block a user