gnu: julia-compat: Set file name according to standards.

* gnu/packages/julia-xyz.scm (julia-compat)[source]: Set 'file-name'
to (git-file-name ...).

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
nixo 2021-01-28 16:23:29 +01:00 committed by Ludovic Courtès
parent ba093a6d27
commit 54721e7eb8
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -32,7 +32,7 @@ (define-public julia-compat
(uri (git-reference
(url "https://github.com/JuliaLang/Compat.jl")
(commit (string-append "v" version))))
(file-name "Compat")
(file-name (git-file-name name version))
(sha256
(base32 "01vwjr2134bzgnaxwd67knbibbhnfgnqjw7gxrp29s6y2a6j3882"))))
(build-system julia-build-system)