gnu: julia-jllwrappers: Add julia-preferences.

* gnu/packages/julia-jll.scm (julia-jllwrappers)[propagated-inputs]: Add
julia-preferences.
This commit is contained in:
Efraim Flashner 2021-07-28 15:31:09 +03:00
parent f7eaa69dc2
commit cbee534391
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -40,6 +40,7 @@ (define-module (gnu packages julia-jll)
#:use-module (gnu packages image)
#:use-module (gnu packages imagemagick)
#:use-module (gnu packages julia)
#:use-module (gnu packages julia-xyz)
#:use-module (gnu packages libffi)
#:use-module (gnu packages linux)
#:use-module (gnu packages maths)
@ -639,6 +640,8 @@ (define-public julia-jllwrappers
(("return joinpath.*") "return $override\n"))
#t)))))
(build-system julia-build-system)
(propagated-inputs
`(("julia-preferences" ,julia-preferences)))
(home-page "https://github.com/JuliaPackaging/JLLWrappers.jl")
(synopsis "Julia macros used by JLL packages")
(description "This package contains Julia macros that enable JLL packages