me
/
guix
Archived
1
0
Fork 0

gnu: diffoscope: Use G-expressions.

* gnu/packages/diffoscope.scm (diffoscope)[arguments]:
Rewrite as G-expressions.
master
Tobias Geerinckx-Rice 2023-07-09 02:00:01 +02:00
parent 2db3fa4a76
commit aeb6cdacbc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 55 additions and 53 deletions

View File

@ -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