forked from mirrors/nixpkgs
lkl: Supports aarch64
ARMv6 and ARMv7 didn't work when I tried.
This commit is contained in:
parent
cef1abbd88
commit
91d2cf9642
|
@ -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 ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue