cairo: Update to 1.12.4
This commit is contained in:
parent
fae22cb3e9
commit
dbfcc9336c
@ -13,11 +13,11 @@ assert pngSupport -> libpng != null;
|
|||||||
assert xcbSupport -> libxcb != null && xcbutil != null;
|
assert xcbSupport -> libxcb != null && xcbutil != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cairo-1.12.2";
|
name = "cairo-1.12.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://cairographics.org/releases/${name}.tar.xz";
|
url = "http://cairographics.org/releases/${name}.tar.xz";
|
||||||
sha1 = "bc2ee50690575f16dab33af42a2e6cdc6451e3f9";
|
sha1 = "f4158981ed01e73c94fb8072074b17feee61a68b";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
stdenv.lib.optional gobjectSupport glib ++
|
stdenv.lib.optional gobjectSupport glib ++
|
||||||
stdenv.lib.optional postscriptSupport zlib ++
|
stdenv.lib.optional postscriptSupport zlib ++
|
||||||
stdenv.lib.optional pngSupport libpng;
|
stdenv.lib.optional pngSupport libpng;
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--enable-tee" ]
|
[ "--enable-tee" ]
|
||||||
++ stdenv.lib.optional xcbSupport "--enable-xcb"
|
++ stdenv.lib.optional xcbSupport "--enable-xcb"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user