gnu: julia: Set search path.

* gnu/packages/julia.scm (julia)[native-search-paths]: Add
specification for JULIA_LOAD_PATH.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
master
nixo 2019-08-03 11:19:11 +02:00 committed by Julien Lepiller
parent a44a535ebe
commit 11d73fb412
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 4 additions and 0 deletions

View File

@ -482,6 +482,10 @@
("patchelf" ,patchelf)
("pkg-config" ,pkg-config)
("python" ,python-2)))
(native-search-paths
(list (search-path-specification
(variable "JULIA_LOAD_PATH")
(files (list "share/julia/packages/")))))
;; Julia is not officially released for ARM and MIPS.
;; See https://github.com/JuliaLang/julia/issues/10639
(supported-systems '("i686-linux" "x86_64-linux" "aarch64-linux"))