Merge pull request #214239 from symphorien/ocaml-conflict-verbose

ocamlPackages.findlib: explain how to bypass the dep conflict detection

authored by Guillaume Girol and committed by GitHub 72d9c835 515591bb

+1
+1
pkgs/development/tools/ocaml/findlib/default.nix
··· 50 50 if [[ -n "$conflict" ]]; then 51 51 echo "Conflicting ocaml packages detected"; 52 52 echo "$conflict" 53 + echo "Set dontDetectOcamlConflicts to false to disable this check." 53 54 exit 1 54 55 fi 55 56 }