lkl: Supports aarch64
ARMv6 and ARMv7 didn't work when I tried.
This commit is contained in:
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
|||||||
overhead
|
overhead
|
||||||
'';
|
'';
|
||||||
homepage = https://github.com/lkl/linux/;
|
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;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ copumpkin ];
|
maintainers = with maintainers; [ copumpkin ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user