We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 609cd39 + 8b803ed commit 8c698f3Copy full SHA for 8c698f3
packages/conf-unwind/conf-unwind.0/opam
@@ -7,7 +7,7 @@ license: "MIT"
7
build: [["pkg-config" "--short-errors" "--print-errors" "libunwind"]]
8
depends: ["conf-pkg-config" {build}]
9
depexts: [
10
- ["libunwind-dev"] {os-family = "debian"}
+ ["libunwind-dev"] {os-family = "debian" | os-family = "ubuntu"}
11
["libunwind-devel"] {os-distribution = "centos"}
12
["libunwind-devel"] {os-distribution = "rhel"}
13
["libunwind-devel"] {os-distribution = "fedora"}
0 commit comments