guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 03/13: gnu: julia-compat: Set file name according to standards.
Date: Sat, 30 Jan 2021 09:38:27 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 54721e7eb83221ce7e12ea64dd270322b7ea315c
Author: nixo <nicolo@nixo.xyz>
AuthorDate: Thu Jan 28 16:23:29 2021 +0100

    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>
---
 gnu/packages/julia-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index f1da66a..f00faf6 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]