mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: libunwind-julia: Skip tests.
* gnu/packages/julia.scm (libunwind-julia)[arguments]: Skip tests.
This commit is contained in:
parent
dedbaa3a69
commit
20fb55364e
1 changed files with 4 additions and 0 deletions
|
@ -82,6 +82,10 @@ (define libunwind-julia
|
||||||
"1jk3bmiw61ypcchqkk1fyg5wh8wpggk574wxyfyaic870zh3lhgq")
|
"1jk3bmiw61ypcchqkk1fyg5wh8wpggk574wxyfyaic870zh3lhgq")
|
||||||
(julia-patch "libunwind-cfa-rsp"
|
(julia-patch "libunwind-cfa-rsp"
|
||||||
"1aswjhvysahhldbzh1afbf0hsjxrvs6xidsz2i7s1cjkjbdiia1z"))))))
|
"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/")))
|
(home-page "https://github.com/JuliaLang/tree/master/deps/")))
|
||||||
|
|
||||||
(define (julia-patch-url version name)
|
(define (julia-patch-url version name)
|
||||||
|
|
Loading…
Reference in a new issue