python3Packages.cairocffi: 1.1.0 -> 1.2.0
This commit is contained in:
parent
4f85b3667b
commit
d1dc02322a
@ -12,6 +12,7 @@
|
||||
, glibcLocales
|
||||
, cairo
|
||||
, cffi
|
||||
, numpy
|
||||
, withXcffib ? false, xcffib
|
||||
, python
|
||||
, glib
|
||||
@ -19,8 +20,8 @@
|
||||
}@args:
|
||||
|
||||
import ./generic.nix ({
|
||||
version = "1.1.0";
|
||||
sha256 = "1nq53f5jipgy9jgyfxp43j40qfbmrhgn1cj8bp5rrb3liy3wbh7i";
|
||||
version = "1.2.0";
|
||||
sha256 = "sha256-mpebUAxkyBef7ChvM36P5kTsovLNBYYM4LYtJfIuoUA=";
|
||||
dlopen_patch = ./dlopen-paths.patch;
|
||||
disabled = pythonOlder "3.5";
|
||||
inherit withXcffib;
|
||||
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
fontDirectories = [ freefont_ttf ];
|
||||
};
|
||||
|
||||
checkInputs = [ pytest pytestrunner glibcLocales ];
|
||||
checkInputs = [ numpy pytest pytestrunner glibcLocales ];
|
||||
propagatedBuildInputs = [ cairo cffi ] ++ lib.optional withXcffib xcffib;
|
||||
|
||||
checkPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user