mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ocaml-ppx-tools: Name checkout.
* gnu/packages/ocaml.scm (ocaml-ppx-tools)[source]: Add FILE-NAME.
This commit is contained in:
parent
45ea12f31e
commit
9e6cce4440
1 changed files with 1 additions and 0 deletions
|
@ -1743,6 +1743,7 @@ (define-public ocaml-ppx-tools
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue