julia: remove redundant diagonal test patch

Fix merged upstream and backported to Julia 1.0.5:

    https://github.com/JuliaLang/julia/pull/31443
This commit is contained in:
Pontus Stenetorp
2021-04-28 06:55:52 +00:00
parent 4c97cf823f
commit 5926635765
2 changed files with 0 additions and 28 deletions
-1
View File
@@ -88,7 +88,6 @@ stdenv.mkDerivation rec {
;
patches = [
./diagonal-test.patch
./use-system-utf8proc-julia-1.0.patch
];