gnu: julia-wcslib-jll: Downgrade wcslib version.
The package julia-wcs does not support version higher than 7.x. * gnu/packages/julia-jll.scm (julia-wcslib-jll)[inputs]: Replace wcslib by wcslib-7.12.
parent
23bf7cba07
commit
14bf81748b
|
@ -1792,7 +1792,7 @@ build tree Yggdrasil.")
|
|||
;; There's a Julia file for each platform, override them all
|
||||
(find-files "src/wrappers/" "\\.jl$")))))))
|
||||
(inputs
|
||||
(list wcslib))
|
||||
(list wcslib-7.12))
|
||||
(propagated-inputs
|
||||
(list julia-jllwrappers))
|
||||
(home-page "https://github.com/JuliaBinaryWrappers/WCS_jll.jl")
|
||||
|
|
Reference in New Issue