Skip to content

Commit 7dbc837

Browse files
committed
Attempt to fix bin_prot on suse
1 parent 8106bcf commit 7dbc837

File tree

1 file changed

+3
-0
lines changed
  • packages/bin_prot/bin_prot.v0.17.0

1 file changed

+3
-0
lines changed

packages/bin_prot/bin_prot.v0.17.0/opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ depends: [
2424
depopts: [
2525
"mirage-xen-ocaml"
2626
]
27+
conflicts: [
28+
"mirage-xen-ocaml" {os-family == "opensuse" & os-distribution != "opensuse-tumbleweed"}
29+
]
2730
available: arch != "x86_32" & os != "freebsd"
2831
synopsis: "A binary protocol generator"
2932
description: "

0 commit comments

Comments
 (0)