mono: Unbreak on aarch64 (#49164)
This commit is contained in:
parent
26e471ab30
commit
80dd2faa5b
@ -86,7 +86,5 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = with platforms; darwin ++ linux;
|
platforms = with platforms; darwin ++ linux;
|
||||||
maintainers = with maintainers; [ thoughtpolice obadz vrthra ];
|
maintainers = with maintainers; [ thoughtpolice obadz vrthra ];
|
||||||
license = licenses.free; # Combination of LGPL/X11/GPL ?
|
license = licenses.free; # Combination of LGPL/X11/GPL ?
|
||||||
# 2018-08-21: mono 5.x is broken on aarch64 since at least 2017-07-06
|
|
||||||
broken = stdenv.isAarch64 && (versionAtLeast version "5");
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user