Merge pull request #230985 from anmonteiro/anmonteiro/fix-hint
ocamlPackages.findlib: set dontDetectOcamlConflicts to {false,true}
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user