mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pybugz: Add fixlet patches.
* gnu/packages/python.scm (python2-pybugz)[source]: Add 'patches' field. * gnu/packages/patches/pybugz-encode-error.patch, gnu/packages/patches/pybugz-stty.patch: New files. * gnu-system.am (dist_patch_DATA): Add them.
This commit is contained in:
parent
515eba4543
commit
6f194a1e77
4 changed files with 42 additions and 1 deletions
|
@ -578,7 +578,10 @@ commands.")
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17ni00p08gp5lkxlrrcnvi3x09fmajnlbz4da03qcgl9q21ym4jd"))))
|
||||
"17ni00p08gp5lkxlrrcnvi3x09fmajnlbz4da03qcgl9q21ym4jd"))
|
||||
(patches (map search-patch
|
||||
(list "pybugz-stty.patch"
|
||||
"pybugz-encode-error.patch")))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:python ,python-2 ; SyntaxError with Python 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue