me
/
guix
Archived
1
0
Fork 0

gnu: julia-deepdiffs: Skip tests.

* gnu/packages/julia-xyz.scm (julia-deepdiffs)[arguments]: Skip the test
suite.
Efraim Flashner 2023-09-18 17:43:53 +03:00
parent 71ec12d8ba
commit 926a79a86a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -1591,6 +1591,8 @@ to represent missing data.")
(sha256
(base32 "1gsbxb1d67g05h5bvzz3swdfih6404jrydy724a8dvbdgqvm3sds"))))
(build-system julia-build-system)
;; This package seems unmaintained but still has dependant packages.
(arguments (list #:tests? #f))
(home-page "https://github.com/ssfrr/DeepDiffs.jl")
(synopsis "Compute and pretty-print diffs for data structures")
(description "@code{DeepDiffs.jl} provides the @code{deepdiff} function,