gnu: ocaml-ppx-tools: Name checkout.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 30 Apr 2019 15:03:59 +0000 (17:03 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 30 Apr 2019 15:04:13 +0000 (17:04 +0200)
* gnu/packages/ocaml.scm (ocaml-ppx-tools)[source]: Add FILE-NAME.

gnu/packages/ocaml.scm

index 108907c..93c6d36 100644 (file)
@@ -1743,6 +1743,7 @@ simple (yet expressive) query language to select the tests to run.")
        (uri (git-reference
              (url "https://github.com/alainfrisch/ppx_tools.git")
              (commit version)))
+       (file-name (git-file-name name version))
        (sha256 (base32
                 "1ww4cspdpgjjsgiv71s0im5yjkr3544x96wsq1vpdacq7dr7zwiw"))))
     (build-system ocaml-build-system)