Skip to content

Commit 7f34f0a

Browse files
committed
Package unavailable for cygwin & 32-bits msys2
1 parent 49b0ebb commit 7f34f0a

File tree

1 file changed

+11
-2
lines changed
  • packages/conf-rubberband/conf-rubberband.1

1 file changed

+11
-2
lines changed

packages/conf-rubberband/conf-rubberband.1/opam

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,21 @@ build: [
1414
depexts: [
1515
["librubberband-dev"] {os-family = "debian" | os-family = "ubuntu" | os-family = "opensuse"}
1616
["rubberband-dev"] {os-family = "alpine"}
17-
["rubberband"] {os-family = "arch" | os = "freebsd" | os-distribution = "nixos" | os = "macos" & os-distribution = "homebrew"}
17+
["rubberband"] {
18+
os-family = "arch"
19+
| os = "freebsd"
20+
| os-distribution = "nixos"
21+
| os = "macos" & os-distribution = "homebrew"
22+
}
1823
["rubberband-devel"] { os-family = "fedora" }
1924
["librubberband-devel"] { os-family = "suse" }
2025
["mingw-w64-x86_64-rubberband"] {os = "win32" & os-distribution = "msys2" & arch = "x86_64"}
2126
]
2227
synopsis: "Virtual package relying on rubberband"
2328
description:
2429
"This package can only install if the rubberband library is installed on the system."
25-
flags: conf
30+
flags: conf
31+
available: !( # librubberband isn't available on cygwin nor on msys2 for the 32 bit arch
32+
(os = "cygwin") |
33+
(os = "win32" & os-distribution = "msys2" & arch = "x86_32")
34+
)

0 commit comments

Comments
 (0)