cairo: minor bugfix update, depend on new pixman now
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{ fetchurl, stdenv, pkgconfig, perl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pixman-0.28.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://cairographics.org/releases/${name}.tar.gz";
|
||||
sha256 = "0mcvxd5gx3w1wzgph91l2vaiic91jmx7s01hi2igphyvd80ckyia";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig perl ];
|
||||
|
||||
meta = {
|
||||
homepage = http://pixman.org;
|
||||
description = "A low-level library for pixel manipulation";
|
||||
license = "MIT";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user