diff options
| -rw-r--r-- | gnu/packages/julia-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 150d965b9d2..86fe215c3d0 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm | |||
| @@ -2488,10 +2488,9 @@ working with filesystem paths in Julia.") | |||
| 2488 | (sha256 | 2488 | (sha256 |
| 2489 | (base32 "1c4i8awmw9qq8dqfhxwjh76mc1nlmzrl5j754fpnbajv8p49gdv5")))) | 2489 | (base32 "1c4i8awmw9qq8dqfhxwjh76mc1nlmzrl5j754fpnbajv8p49gdv5")))) |
| 2490 | (build-system julia-build-system) | 2490 | (build-system julia-build-system) |
| 2491 | (propagated-inputs | ||
| 2492 | (list julia-aqua)) | ||
| 2493 | (inputs ;required by tests | 2491 | (inputs ;required by tests |
| 2494 | (list julia-staticarrays)) | 2492 | (list julia-aqua-0.5 |
| 2493 | julia-staticarrays)) | ||
| 2495 | (home-page "https://github.com/JuliaArrays/FillArrays.jl") | 2494 | (home-page "https://github.com/JuliaArrays/FillArrays.jl") |
| 2496 | (synopsis "Lazy matrix representation") | 2495 | (synopsis "Lazy matrix representation") |
| 2497 | (description "This package lazily represents matrices filled with | 2496 | (description "This package lazily represents matrices filled with |
