Merge pull request #230985 from anmonteiro/anmonteiro/fix-hint

ocamlPackages.findlib: set dontDetectOcamlConflicts to {false,true}
This commit is contained in:
Ulrik Strid
2023-05-10 09:36:38 +02:00
committed by GitHub
@@ -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
}