mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: julia-jllwrappers: Add julia-preferences.
* gnu/packages/julia-jll.scm (julia-jllwrappers)[propagated-inputs]: Add julia-preferences.
This commit is contained in:
parent
f7eaa69dc2
commit
cbee534391
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue