gaia: restrict to X86 platforms
ARM Hydra build keeps failing
This commit is contained in:
parent
efd3b451e8
commit
bc77ec7e56
@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/MTG/gaia";
|
homepage = "https://github.com/MTG/gaia";
|
||||||
description = "General library to work with points in a semimetric space";
|
description = "General library to work with points in a semimetric space";
|
||||||
maintainers = with maintainers; [ doronbehar ];
|
maintainers = with maintainers; [ doronbehar ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.x86; # upstream assume SSE2 / fails on ARM
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user