diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-30 18:29:55 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-30 21:07:12 +0200 |
commit | b7a4cb5206a961936302259153179e37adc37b03 (patch) | |
tree | e77ef1ac2a05a0516224073ce6f6040e12478203 /gnu/packages | |
parent | ad09f3b024ab2b58242f9a4098c3d0c0464c8c84 (diff) | |
download | patches-b7a4cb5206a961936302259153179e37adc37b03.tar patches-b7a4cb5206a961936302259153179e37adc37b03.tar.gz |
gnu: ocaml-opam-file-format: Name checkout.
* gnu/packages/ocaml.scm (ocaml-opam-file-format)[source]: Add FILE-NAME.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/ocaml.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 09aff10cba..0594d587ef 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -406,6 +406,7 @@ repository-wide uninstallability checks.") (uri (git-reference (url "https://github.com/ocaml/opam-file-format") (commit version))) + (file-name (git-file-name name version)) (sha256 (base32 "0fqb99asnair0043hhc8r158d6krv5nzvymd0xwycr5y72yrp0hv")))) |