summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-30 18:31:39 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-30 21:07:13 +0200
commit8d2d68a5fb1e581618cdf9b077fb2ddd1b9930da (patch)
tree49820c664e34fa8fe88644291f7d7a420fb6193e /gnu
parentb7a4cb5206a961936302259153179e37adc37b03 (diff)
downloadpatches-8d2d68a5fb1e581618cdf9b077fb2ddd1b9930da.tar
patches-8d2d68a5fb1e581618cdf9b077fb2ddd1b9930da.tar.gz
gnu: ocaml-migrate-parsetree: Name checkout.
* gnu/packages/ocaml.scm (ocaml-migrate-parsetree)[source]: Add FILE-NAME.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ocaml.scm1
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"))))