guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: java-guava: Use a source file-name.


From: guix-commits
Subject: 01/02: gnu: java-guava: Use a source file-name.
Date: Fri, 17 Jul 2020 07:59:57 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 2be973c35e9a6f364c31aa916e50b1043824c848
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Jul 17 14:58:11 2020 +0300

    gnu: java-guava: Use a source file-name.
    
    * gnu/packages/java.scm (java-guava)[source]: Add a file-name field.
---
 gnu/packages/java.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index f7d8c8c..d42b537 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -6177,6 +6177,7 @@ It provides packages in the @code{javax.annotations} 
namespace.")
               (uri (git-reference
                      (url "https://github.com/google/guava/";)
                      (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
                 "00h5cawdjic1vind3yivzh1f58flvm1yfmhsyqwyvmbvj1vakysp"))))



reply via email to

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