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
@ -293,6 +293,7 @@ (define-public guile-for-guile-emacs
|
||||
(uri (git-reference
|
||||
(url "git://git.hcoop.net/git/bpt/guile.git")
|
||||
(commit "d8d9a8da05ec876acba81a559798eb5eeceb5a17")))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"00sprsshy16y8pxjy126hr2adqcvvzzz96hjyjwgg8swva1qh6b0"))))
|
||||
@ -1912,6 +1913,7 @@ (define-public guile-syntax-highlight
|
||||
(uri (git-reference
|
||||
(url "git://dthompson.us/guile-syntax-highlight.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"1zjr6sg3n7xbdsliy45i39dqanxvcms58ayx36wxrz72zpq58vq3"))))
|
||||
|
@ -653,6 +653,7 @@ (define-public classpath-devel
|
||||
(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…
Reference in New Issue
Block a user