lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+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 + echo "Set dontDetectOcamlConflicts to true to disable this check." 54 54 exit 1 55 55 fi 56 56 }