mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
linuxPackages.openafs: Patch for Linux kernel 7.1
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
(cherry picked from commit 1008c97051)
This commit is contained in:
parent
e24a6edb6f
commit
9f05bc5734
1 changed files with 10 additions and 0 deletions
|
|
@ -28,6 +28,16 @@ stdenv.mkDerivation {
|
|||
inherit src;
|
||||
|
||||
patches = [
|
||||
# Linux: pagevec.h renamed to folio_batch.h
|
||||
(fetchpatch {
|
||||
url = "https://github.com/openafs/openafs/commit/d47c438aec49e417066a7bef00bd82078014f5ea.patch";
|
||||
hash = "sha256-LPURZovpl6KbigzP4mNjgHvPlXYKY5Pxh8sj9RT2W08=";
|
||||
})
|
||||
# Linux: Add comment for d_alias configure test
|
||||
(fetchpatch {
|
||||
url = "https://github.com/openafs/openafs/commit/fd157926f08d10afe981d85654395bbf083ea7a3.patch";
|
||||
hash = "sha256-gJ+ylIEZwJcpTWc5hmIXS/QcxtICqjaEzZsl2QegjhY=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue