Skip to content

Commit d13c719

Browse files
committed
enable build on SUSE Linux
It installs just fine in an ordinary SUSE Linux installation. Fixes commit 848c1de ("`os-family` might be `"suse"`") Fixes commit ae5be4e ("`bin_prot` FTBFS on OpenSUSE") Signed-off-by: Olaf Hering <[email protected]>
1 parent f92e43c commit d13c719

File tree

1 file changed

+1
-1
lines changed
  • packages/bin_prot/bin_prot.v0.17.0

1 file changed

+1
-1
lines changed

packages/bin_prot/bin_prot.v0.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
depopts: [
2525
"mirage-xen-ocaml"
2626
]
27-
available: arch != "arm32" & arch != "x86_32" & os != "freebsd" & os-family != "opensuse" & os-family != "suse"
27+
available: arch != "arm32" & arch != "x86_32" & os != "freebsd"
2828
synopsis: "A binary protocol generator"
2929
description: "
3030
Part of Jane Street's Core library

0 commit comments

Comments
 (0)