gaia: restrict to X86 platforms

ARM Hydra build keeps failing
This commit is contained in:
Renaud 2019-11-16 15:14:24 +01:00 committed by GitHub
parent efd3b451e8
commit bc77ec7e56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/MTG/gaia";
description = "General library to work with points in a semimetric space";
maintainers = with maintainers; [ doronbehar ];
platforms = platforms.all;
platforms = platforms.x86; # upstream assume SSE2 / fails on ARM
license = licenses.agpl3;
};
}