gnu: Add kafs-client
[jackhill/guix/guix.git] / gnu / packages / patches / ocaml-dose3-add-unix-dependency.patch
1 From b94cf24739818e5aff397e0a83b19ea32dc81f42 Mon Sep 17 00:00:00 2001
2 From: Louis Gesbert <louis.gesbert@ocamlpro.com>
3 Date: Tue, 6 Feb 2018 10:15:45 +0100
4 Subject: [PATCH 3/3] Add "unix" as dependency to dose3.common in META.in
5
6 ---
7 META.in | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/META.in b/META.in
11 index aa2cd8d..0f9d337 100644
12 --- a/META.in
13 +++ b/META.in
14 @@ -8,7 +8,7 @@ package "common" (
15 version = "@PACKAGE_VERSION@"
16 archive(byte) = "common.cma"
17 archive(native) = "common.cmxa"
18 -requires = "extlib, re.pcre, cudf, @ZIP@, @BZ2@"
19 +requires = "extlib, re.pcre, cudf, unix, @ZIP@, @BZ2@"
20 )
21
22 package "algo" (
23 --
24 2.11.0
25