lkl: 2018-08-22 -> 2019-06-20
Fixes the build on 32-bit ARM, which enables the generation of SD card images on these platforms.
This commit is contained in:
parent
698f3e9040
commit
721b391f93
@ -2,8 +2,9 @@
|
|||||||
, buildPackages }:
|
, buildPackages }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "lkl-2018-08-22";
|
pname = "lkl";
|
||||||
rev = "5221c547af3d29582703f01049617a6bf9f6232a";
|
version = "2019-06-20";
|
||||||
|
rev = "0a4ebeadad12b94db665b8daf30e44e949a02d90";
|
||||||
|
|
||||||
outputs = [ "dev" "lib" "out" ];
|
outputs = [ "dev" "lib" "out" ];
|
||||||
|
|
||||||
@ -15,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "lkl";
|
owner = "lkl";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
sha256 = "1k2plyx40xaphm8zsk2dd1lyv6dhsp7kj6hfmdgiamvl80bjajqy";
|
sha256 = "09y9ci3j0lp3z74h577ng2s9a4n4glqpqndyc9iy6wdqaj764gm6";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Fix a /usr/bin/env reference in here that breaks sandboxed builds
|
# Fix a /usr/bin/env reference in here that breaks sandboxed builds
|
||||||
@ -58,7 +59,7 @@ stdenv.mkDerivation rec {
|
|||||||
overhead
|
overhead
|
||||||
'';
|
'';
|
||||||
homepage = https://github.com/lkl/linux/;
|
homepage = https://github.com/lkl/linux/;
|
||||||
platforms = [ "x86_64-linux" "aarch64-linux" ]; # Darwin probably works too but I haven't tested it
|
platforms = [ "x86_64-linux" "aarch64-linux" "armv7l-linux" "armv6l-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 New Issue
Block a user