gnu: libunwind-julia: Skip tests.

* gnu/packages/julia.scm (libunwind-julia)[arguments]: Skip tests.
This commit is contained in:
Efraim Flashner 2022-08-28 21:42:10 +03:00
parent dedbaa3a69
commit 20fb55364e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -82,6 +82,10 @@ (define libunwind-julia
"1jk3bmiw61ypcchqkk1fyg5wh8wpggk574wxyfyaic870zh3lhgq")
(julia-patch "libunwind-cfa-rsp"
"1aswjhvysahhldbzh1afbf0hsjxrvs6xidsz2i7s1cjkjbdiia1z"))))))
(arguments
(substitute-keyword-arguments (package-arguments libunwind)
;; Skip tests on this older and patched version of libunwind.
((#:tests? _ #t) #f)))
(home-page "https://github.com/JuliaLang/tree/master/deps/")))
(define (julia-patch-url version name)