pixman: 0.34.0 -> 0.36.0
This commit is contained in:
parent
e8bce19aea
commit
d4f2925a1c
@ -2,23 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pixman-${version}";
|
name = "pixman-${version}";
|
||||||
version = "0.34.0";
|
version = "0.36.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://xorg/individual/lib/${name}.tar.bz2";
|
url = "mirror://xorg/individual/lib/${name}.tar.bz2";
|
||||||
sha256 = "184lazwdpv67zrlxxswpxrdap85wminh1gmq1i5lcz6iycw39fir";
|
sha256 = "1p40fygy9lcn6ypkzh14azksi570brcpr3979bjpff8qk76c14px";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = stdenv.lib.optionals stdenv.cc.isClang [
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
(fetchpatch {
|
|
||||||
name = "builtin-shuffle.patch";
|
|
||||||
url = https://patchwork.freedesktop.org/patch/177506/raw;
|
|
||||||
sha256 = "0rvraq93769dy2im2m022rz99fcdxprgc2fbmasnddcwrqy1x3xr";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ]
|
|
||||||
++ stdenv.lib.optionals stdenv.cc.isClang [ autoconf automake libtool autoreconfHook ];
|
|
||||||
|
|
||||||
buildInputs = [ libpng ];
|
buildInputs = [ libpng ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user