libint: restrict to x86_64-linux

The build on aarch64-linux does proceed within 10h.
This commit is contained in:
Markus Kowalewski 2021-06-29 14:51:55 +02:00
parent 86869ad735
commit 89400f1dec
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -71,6 +71,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/evaleev/libint";
license = with licenses; [ lgpl3Only gpl3Only ];
maintainers = [ maintainers.markuskowa ];
platforms = platforms.linux;
platforms = [ "x86_64-linux" ];
};
}