File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
packages/conf-rubberband/conf-rubberband.1 Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,21 @@ build: [
1414depexts: [
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]
2227synopsis: "Virtual package relying on rubberband"
2328description:
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+ )
You can’t perform that action at this time.
0 commit comments