mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
ocamlPackages.findlib: set dontDetectOcamlConflicts to {false,true}
This commit is contained in:
parent
49b3739585
commit
cf4250bef0
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user