gnu: ocaml-ppx-tools: Name checkout.

* gnu/packages/ocaml.scm (ocaml-ppx-tools)[source]: Add FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-30 17:03:59 +02:00
parent 45ea12f31e
commit 9e6cce4440
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 0 deletions

View 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)