openjfx15: enable i686-linux build

This commit is contained in:
Fabian Möller 2021-01-26 20:26:28 +01:00
parent be4763a696
commit 65525be83b
No known key found for this signature in database
GPG Key ID: 70B29D65DD8A7E31

View File

@ -65,9 +65,7 @@ let
# Downloaded AWT jars differ by platform.
outputHash = {
x86_64-linux = "0hmyr5nnjgwyw3fcwqf0crqg9lny27jfirycg3xmkzbcrwqd6qkw";
# The build-time dependencies don't currently build for i686, so no
# reason to fetch this one correctly either...
i686-linux = "0000000000000000000000000000000000000000000000000000";
i686-linux = "0hx69p2z96p7jbyq4r20jykkb8gx6r8q2cj7m30pldlsw3650bqx";
}.${stdenv.system} or (throw "Unsupported platform");
};