Skip to content

Commit

Permalink
Update src/state/opamSwitchState.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Kate <kit.ty.kate@disroot.org>
  • Loading branch information
rjbou and kit-ty-kate authored Nov 8, 2021
1 parent 550ed09 commit 8214e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/opamSwitchState.ml
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ let depexts st nv =

let depexts_status_of_packages st set =
depexts_status_of_packages_raw st.switch_global.config st.switch_config set
~env:st.switch_global.global_variables ~depexts:(depexts st)
~env:st.switch_global.global_variables ~depexts:(depexts st)

let depexts_unavailable st nv =
depexts_unavailable_raw (Lazy.force st.sys_packages) nv
Expand Down

0 comments on commit 8214e4a

Please sign in to comment.