julia_15: add comment clarifying broken-ness

This commit is contained in:
Samuel Ainsworth 2021-05-18 01:01:34 -07:00
parent 9ab3e892fe
commit 1e7f3bf0be

View file

@ -140,6 +140,8 @@ stdenv.mkDerivation rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ raskin rob garrison ];
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" "aarch64-linux" ];
# Unfortunately, this derivation does not pass Julia's test suite. See
# https://github.com/NixOS/nixpkgs/pull/121114.
broken = true;
};
}