mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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:
parent
ba093a6d27
commit
54721e7eb8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue