me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
(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)