lkl: Supports aarch64

ARMv6 and ARMv7 didn't work when I tried.
This commit is contained in:
Tuomas Tynkkynen 2017-11-22 00:01:13 +02:00
parent cef1abbd88
commit 91d2cf9642

View File

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
overhead
'';
homepage = https://github.com/lkl/linux/;
platforms = [ "x86_64-linux" ]; # Darwin probably works too but I haven't tested it
platforms = [ "x86_64-linux" "aarch64-linux" ]; # Darwin probably works too but I haven't tested it
license = licenses.gpl2;
maintainers = with maintainers; [ copumpkin ];
};