Skip to content

Commit fb9ec55

Browse files
committed
Try excluding suse in a better way?
1 parent 0ddf8d6 commit fb9ec55

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 != "x86_32" & os != "freebsd" & os-family != "opensuse"
27+
available: arch != "x86_32" & os != "freebsd" & os-family != "opensuse" & os-family != "suse" & os-family != "opensuse-tumbleweed"
2828
synopsis: "A binary protocol generator"
2929
description: "
3030
Part of Jane Street's Core library

0 commit comments

Comments
 (0)