summary refs log tree commit diff
path: root/pkgs/development/python-modules/cairocffi/dlopen-paths.patch
Commit message (Collapse)AuthorAge
* pythonPackages.cairocffi: v1.0.2 -> v.1.1.0Dima2019-09-22
| | | | | | | | | | | The tests were failing due the switch to pytest5. This issue has been addressed upstream in https://github.com/Kozea/cairocffi/commit/a500f208660ba9861828a2a92b32c33565ee18fd which is included in v.1.1.0, so bumping the version and updating the old patch. Hydra log of the failure: https://hydra.nixos.org/build/100785460/nixlog/6
* python3Packages.cairocffi: correct gdk-pixbuf substitutionEdmund Wu2019-08-03
|
* gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
|
* pythonPackages.cairocffi: support 1.0 and 0.9Alexander V. Nikolaev2019-03-13
| | | | | This patch ensures that Python2 can be used if cairocffi is used. Version 1.0 dropped Python 2 support.
* python.pkgs.cairocffi: support darwinOrivej Desh2018-06-06
|
* cairocffi: Add missing dependencies on gdk_pixbufAlexander V. Nikolaev2016-02-07
Rewrite dlopening stuff in hacky way (due ctypes.util totally brokennes: it attempt to use /sbin/ldconfig, gcc from PATH and other tricks to detect sonames, I replaced it with simple table lookup) Also I add patch to bypass another rounding regression in tests (this patch submitted upstream as well)