mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
458b07ebe0
commit
56b1977a5d
1 changed files with 1 additions and 3 deletions
|
@ -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 (default-julia)
|
|||
|
||||
(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."
|
||||
|
|
Loading…
Reference in a new issue