Skip to content

Commit

Permalink
Update src/state/opamSwitchState.ml
Browse files Browse the repository at this point in the history
Co-authored-by: David Allsopp <david.allsopp@metastack.com>
  • Loading branch information
AltGr and dra27 authored May 27, 2021
1 parent 8b1c2a8 commit 525a6ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/state/opamSwitchState.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,9 @@ let unavailable_reason st ?(default="") (name, vformula) =
| Some missing ->
Printf.sprintf
"depends on the unavailable system package '%s'. Use \
`--no-depexts' to attempt installation anyway."
`--no-depexts' to attempt installation anyway, or it is \
possible that a depext package name in the opam file \
is incorrect."
(OpamStd.List.concat_map " " OpamSysPkg.to_string
(OpamSysPkg.Set.elements missing))
| None -> default
Expand Down

0 comments on commit 525a6ab

Please sign in to comment.