mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
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.
This commit is contained in:
parent
23bf7cba07
commit
14bf81748b
1 changed files with 1 additions and 1 deletions
|
@ -1792,7 +1792,7 @@ (define-public julia-wcs-jll
|
|||
;; 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")
|
||||
|
|
Loading…
Reference in a new issue