me
/
guix
Archived
1
0
Fork 0

gnu: libunwind-julia: Skip tests.

* gnu/packages/julia.scm (libunwind-julia)[arguments]: Skip tests.
master
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
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@
"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)