diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-30 18:31:39 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-30 21:07:13 +0200 |
commit | 8d2d68a5fb1e581618cdf9b077fb2ddd1b9930da (patch) | |
tree | 49820c664e34fa8fe88644291f7d7a420fb6193e | |
parent | b7a4cb5206a961936302259153179e37adc37b03 (diff) | |
download | patches-8d2d68a5fb1e581618cdf9b077fb2ddd1b9930da.tar patches-8d2d68a5fb1e581618cdf9b077fb2ddd1b9930da.tar.gz |
gnu: ocaml-migrate-parsetree: Name checkout.
* gnu/packages/ocaml.scm (ocaml-migrate-parsetree)[source]: Add FILE-NAME.
-rw-r--r-- | gnu/packages/ocaml.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 0594d587ef..33acbbec4e 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1356,6 +1356,7 @@ following a very simple s-expression syntax.") (uri (git-reference (url (string-append home-page ".git")) (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 (base32 "16kas19iwm4afijv3yxd250s08absabmdcb4yj57wc8r4fmzv5dm")))) |