ocamlPackages.findlib: set dontDetectOcamlConflicts to {false,true}

This commit is contained in:
Antonio Nuno Monteiro 2023-05-09 18:46:02 -07:00
parent 49b3739585
commit cf4250bef0

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
if [[ -n "$conflict" ]]; then
echo "Conflicting ocaml packages detected";
echo "$conflict"
echo "Set dontDetectOcamlConflicts to false to disable this check."
echo "Set dontDetectOcamlConflicts to true to disable this check."
exit 1
fi
}