gasket: fix build with kernel >= 6.13 (#384623)
This commit is contained in:
@@ -26,6 +26,13 @@ stdenv.mkDerivation {
|
|||||||
url = "https://github.com/google/gasket-driver/commit/4b2a1464f3b619daaf0f6c664c954a42c4b7ce00.patch";
|
url = "https://github.com/google/gasket-driver/commit/4b2a1464f3b619daaf0f6c664c954a42c4b7ce00.patch";
|
||||||
hash = "sha256-UOoOSEnpUMa4QXWVFpGFxBoF5szXaLEfcWtfKatO5XY=";
|
hash = "sha256-UOoOSEnpUMa4QXWVFpGFxBoF5szXaLEfcWtfKatO5XY=";
|
||||||
})
|
})
|
||||||
|
(fetchpatch2 {
|
||||||
|
# https://github.com/google/gasket-driver/issues/39
|
||||||
|
# https://github.com/google/gasket-driver/pull/40
|
||||||
|
name = "linux-6.13-compat.patch";
|
||||||
|
url = "https://github.com/google/gasket-driver/commit/6fbf8f8f8bcbc0ac9c9bef7a56f495a2c9872652.patch";
|
||||||
|
hash = "sha256-roCo0/ETWuDVtZfbpFbrmy/icNI12A/ozOGQNLTtBUs=";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user