Skip to content

Commit

Permalink
Add more depexts
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Nov 8, 2024
1 parent 874b259 commit a60b43a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/magic/magic.0.7.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ depends: [
]
depexts: [
["libmagic-dev"] {os-family = "debian"}
["file-devel"] {os-distribution = "centos"}
["file-devel"] {os-distribution = "fedora"}
["file-devel"] {os-family = "suse" | os-family = "opensuse"}
["libmagic-devel"] {os-distribution = "mageia"}
["libmagic"] {os = "macos" & os-distribution = "homebrew"}
["libmagic"] {os = "freebsd"}
["libmagic"] {os = "openbsd"}
]
available: [ os != "win32" ]
url {
Expand Down

0 comments on commit a60b43a

Please sign in to comment.