Skip to content

Commit

Permalink
lkl: 2019-10-04 -> 2022-05-18 (#190976)
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-re-ka committed Sep 14, 2022
1 parent 1158501 commit 23aff1f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/applications/virtualization/lkl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

stdenv.mkDerivation rec {
pname = "lkl";
version = "2019-10-04";
version = "2022-05-18";

outputs = [ "dev" "lib" "out" ];

src = fetchFromGitHub {
owner = "lkl";
repo = "linux";
rev = "06ca3ddb74dc5b84fa54fa1746737f2df502e047";
sha256 = "0qjp0r338bwgrqdsvy5mkdh7ryas23m47yvxfwdknfyl0k3ylq62";
rev = "10c7b5dee8c424cc2ab754e519ecb73350283ff9";
sha256 = "sha256-D3HQdKzhB172L62a+8884bNhcv7vm/c941wzbYtbf4I=";
};

nativeBuildInputs = [ bc bison flex python3 ];
Expand All @@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
# Fix a /usr/bin/env reference in here that breaks sandboxed builds
patchShebangs arch/lkl/scripts
patchShebangs scripts/ld-version.sh
# Fixup build with newer Linux headers: https://github.com/lkl/linux/pull/484
sed '1i#include <linux/sockios.h>' -i tools/lkl/lib/hijack/xlate.c
'';
Expand Down

0 comments on commit 23aff1f

Please sign in to comment.