aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/pycairo-wscript.patch
Commit message (Collapse)AuthorAge
* gnu: python-pycairo: Update to 1.16.3.Arun Isaac2018-03-31
| | | | | | | | | | * gnu/packages/gtk.scm (python-pycairo): Update to 1.16.3. [source]: Remove patch. [build-system]: Switch to python-build-system. [native-inputs]: Remove python-waf. [home-page]: Use HTTPS URI. * gnu/packages/patches/pycairo-wscript.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Unregister it.
* gnu: python-pycairo: Fix build with with python-3.4.3.宋文武2015-04-22
* gnu/packages/patches/pycairo-wscript.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/gtk.scm (python-pycairo)[source]: Use it. [build-system]: Use waf-build-system. [native-inputs]: Add python-waf. [arguments]<#:phases>: Use 'modify-phases'. Add 'patch-waf phase. * gnu/packages/gtk.scm (python2-pycairo): Adjust accordingly.