build-system/julia: Avoid module cycles.

* guix/build-system/julia.scm: Remove unused imports.
(lower)[julia]: Default to (DEFAULT-JULIA).
This commit is contained in:
Marius Bakke 2019-09-05 00:20:41 +02:00
parent 458b07ebe0
commit 56b1977a5d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 3 deletions

View File

@ -17,8 +17,6 @@
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (guix build-system julia)
#:use-module (guix build julia-build-system)
#:use-module (gnu packages julia)
#:use-module (guix store)
#:use-module (guix utils)
#:use-module (guix packages)
@ -51,7 +49,7 @@
(define* (lower name
#:key source inputs native-inputs outputs system target
(julia julia)
(julia (default-julia))
#:allow-other-keys
#:rest arguments)
"Return a bag for NAME."