summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-30 17:47:10 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-30 21:07:12 +0200
commit7026f6b27ed9d3728c260bf913c4aa8ed85030fa (patch)
tree22a26413f43d1248ad1ae892c0c4c76d9423b933
parent3a75925e739fc95818fc4174969063a3c9f82201 (diff)
downloadguix-7026f6b27ed9d3728c260bf913c4aa8ed85030fa.tar.gz
gnu: ocaml-ppx-typerep-conv: Name checkout.
* gnu/packages/ocaml.scm (ocaml-ppx-typerep-conv)[source]: Add FILE-NAME.
-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 52cad79e67..09aff10cba 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4621,6 +4621,7 @@ packages.")
               (uri (git-reference
                      (url "https://github.com/janestreet/ppx_typerep_conv.git")
                      (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
                 "0a13dpfrrg0rsm8qni1bh7pqcda30l70z8r6yzi5a64bmwk7g5ah"))))