summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-30 18:29:55 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-30 21:07:12 +0200
commitb7a4cb5206a961936302259153179e37adc37b03 (patch)
treee77ef1ac2a05a0516224073ce6f6040e12478203 /gnu
parentad09f3b024ab2b58242f9a4098c3d0c0464c8c84 (diff)
downloadpatches-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')
-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 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"))))