build-system/julia: Fix syntax error.
* guix/build-system/julia.scm: Fix invalid module reference.
This commit is contained in:
		
							parent
							
								
									35d4862260
								
							
						
					
					
						commit
						458b07ebe0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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) | ||||
|  |  | |||
		Reference in a new issue