gnu: diffoscope: Update to 126.
* gnu/packages/diffoscope (diffoscope): Update to 126. [arguments]: Remove add-known-tools phase, merged upstream.
This commit is contained in:
parent
837b3c5d69
commit
c3704ecaa5
1 changed files with 2 additions and 14 deletions
|
@ -67,7 +67,7 @@
|
||||||
#:use-module (ice-9 match))
|
#:use-module (ice-9 match))
|
||||||
|
|
||||||
(define-public diffoscope
|
(define-public diffoscope
|
||||||
(let ((version "125"))
|
(let ((version "126"))
|
||||||
(package
|
(package
|
||||||
(name "diffoscope")
|
(name "diffoscope")
|
||||||
(version version)
|
(version version)
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02kwisp9j63w27hhcwpdhg66dgxzz61q4fcyfz8z4hwlz6r0gyqy"))))
|
"0lmn2116g5l05nns8qd2kwsnnd144zrqhs53fsr88inzf0mkqwhj"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
@ -90,18 +90,6 @@
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "setup.py"
|
(substitute* "setup.py"
|
||||||
(("'python-magic',") ""))))
|
(("'python-magic',") ""))))
|
||||||
;; Patch in support for known tools
|
|
||||||
(add-after 'unpack 'add-known-tools
|
|
||||||
(lambda _
|
|
||||||
(substitute* "diffoscope/external_tools.py"
|
|
||||||
(("'arch': 'enjarify'},")
|
|
||||||
"'arch': 'enjarify', 'guix': 'enjarify'},"))
|
|
||||||
(substitute* "diffoscope/external_tools.py"
|
|
||||||
(("'arch': 'python-jsbeautifier'},")
|
|
||||||
"'arch': 'python-jsbeautifier', 'guix': 'python-jsbeautifier'},"))
|
|
||||||
(substitute* "diffoscope/external_tools.py"
|
|
||||||
(("'arch': 'wabt'},")
|
|
||||||
"'arch': 'wabt', 'guix': 'wabt'},"))))
|
|
||||||
;; This test is broken because our `file` package has a
|
;; This test is broken because our `file` package has a
|
||||||
;; bug in berkeley-db file type detection.
|
;; bug in berkeley-db file type detection.
|
||||||
(add-after 'unpack 'remove-berkeley-test
|
(add-after 'unpack 'remove-berkeley-test
|
||||||
|
|
Reference in a new issue