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:
Ben Wolsieffer 2019-07-04 23:13:08 -04:00 committed by Matthieu Coudron
parent 698f3e9040
commit 721b391f93

View File

@ -2,8 +2,9 @@
, buildPackages }:
stdenv.mkDerivation rec {
name = "lkl-2018-08-22";
rev = "5221c547af3d29582703f01049617a6bf9f6232a";
pname = "lkl";
version = "2019-06-20";
rev = "0a4ebeadad12b94db665b8daf30e44e949a02d90";
outputs = [ "dev" "lib" "out" ];
@ -15,7 +16,7 @@ stdenv.mkDerivation rec {
inherit rev;
owner = "lkl";
repo = "linux";
sha256 = "1k2plyx40xaphm8zsk2dd1lyv6dhsp7kj6hfmdgiamvl80bjajqy";
sha256 = "09y9ci3j0lp3z74h577ng2s9a4n4glqpqndyc9iy6wdqaj764gm6";
};
# Fix a /usr/bin/env reference in here that breaks sandboxed builds
@ -58,7 +59,7 @@ stdenv.mkDerivation rec {
overhead
'';
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;
maintainers = with maintainers; [ copumpkin ];
};