build-system/julia: Fix syntax error.

* guix/build-system/julia.scm: Fix invalid module reference.
master
Ricardo Wurmus 2019-09-04 23:56:24 +02:00
parent 35d4862260
commit 458b07ebe0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
;;; 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 (guix build julia-build-system)
#:use-module (gnu packages julia)
#:use-module (guix store)
#:use-module (guix utils)