mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
build-system/julia: Turn on deprecation warnings.
* guix/build/julia-build-system.scm (check): Set option '--depwarn=yes'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5dbc2e3392
commit
9f7b599037
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ (define* (check #:key tests? source inputs outputs julia-package-name
|
|||
(or (getenv "JULIA_LOAD_PATH")
|
||||
"")))
|
||||
(setenv "HOME" "/tmp")
|
||||
(invoke "julia"
|
||||
(invoke "julia" "--depwarn=yes"
|
||||
(string-append builddir "packages/"
|
||||
package "/test/runtests.jl"))))
|
||||
#t)
|
||||
|
|
Loading…
Reference in a new issue