linux: allow for interpreter to be truncated
via https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cb5b020a8d38f77209d0472a0fea755299a8ec78 see https://github.com/NixOS/nixpkgs/issues/53672
This commit is contained in:
@@ -57,4 +57,11 @@ rec {
|
||||
sha256 = "1l8xq02rd7vakxg52xm9g4zng0ald866rpgm8kjlh88mwwyjkrwv";
|
||||
};
|
||||
};
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/issues/53672
|
||||
# https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cb5b020a8d38f77209d0472a0fea755299a8ec78
|
||||
interpreter-trunc = {
|
||||
name = "interpreter-trunc";
|
||||
patch = ./interpreter-trunc.patch;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user