gnu: ocaml-uri: Use a source file-name.

* gnu/packages/ocaml.scm (ocaml-uri)[source]: Add a file-name field.
This commit is contained in:
Efraim Flashner 2021-06-22 11:26:53 +03:00
parent 27f2b79db3
commit 3623696db1
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3453,6 +3453,7 @@ (define-public ocaml-uri
(uri (git-reference
(url home-page)
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"10bf28my1yhj8a2d7bkgbna9j20wq0ghp92k926y29bmjj2qh0l7"))))