mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
gnu: diffoscope: Use G-expressions.
* gnu/packages/diffoscope.scm (diffoscope)[arguments]: Rewrite as G-expressions.
This commit is contained in:
parent
2db3fa4a76
commit
aeb6cdacbc
1 changed files with 55 additions and 53 deletions
|
@ -86,7 +86,9 @@
|
||||||
(base32 "16v6p970kckyv5pa93sj7r5k4b0hgbyralvzddbj73g7srysa02v"))))
|
(base32 "16v6p970kckyv5pa93sj7r5k4b0hgbyralvzddbj73g7srysa02v"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
(list
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
;; These tests are broken because our `file` package has a
|
;; These tests are broken because our `file` package has a
|
||||||
;; bug in berkeley-db and wasm file type detection.
|
;; bug in berkeley-db and wasm file type detection.
|
||||||
(add-after 'unpack 'remove-broken-file-type-detection-test
|
(add-after 'unpack 'remove-broken-file-type-detection-test
|
||||||
|
|
Loading…
Add table
Reference in a new issue