Skip to content

Commit

Permalink
Merge pull request #12252 from hannesm/nocrypto-freebsd
Browse files Browse the repository at this point in the history
Nocrypto freebsd
  • Loading branch information
mseri authored Jun 26, 2018
2 parents 15e12f3 + 5d671a7 commit ec21b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nocrypto/nocrypto.0.5.4-1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors: ["David Kaloper <david@numm.org>"]
maintainer: "David Kaloper <david@numm.org>"
license: "ISC"
tags: [ "org:mirage" ]
available: [ ocaml-version >= "4.02.0" ]
available: [ ocaml-version >= "4.02.0" & os != "freebsd" & os != "openbsd" ]

build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false"
"--jobs" "1"
Expand Down

0 comments on commit ec21b93

Please sign in to comment.