mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Give descriptive file-names for some Git sources.
* gnu/packages/java.scm (classpath-devel)[source]: Set the file-name. * gnu/packages/guile.scm (guile-for-guile-emacs, guile-syntax-highlight)[source]: Likewise.
This commit is contained in:
parent
5f13bf0972
commit
51988e3a03
2 changed files with 3 additions and 0 deletions
|
@ -653,6 +653,7 @@ the standard javac executable. The tool runs on JamVM instead of SableVM.")))
|
|||
(uri (git-reference
|
||||
(url "https://git.savannah.gnu.org/git/classpath.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append "classpath-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"1v2rww76ww322mpg3s12a1kkc6gkp31bm9gcxs532h0wq285fiw4"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue