forked from mirrors/nixpkgs
julia_15: add comment clarifying broken-ness
This commit is contained in:
parent
9ab3e892fe
commit
1e7f3bf0be
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue