mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
linuxPackages.bcachefs: support kernel 7.2
(cherry picked from commit 1e9013a7fd)
This commit is contained in:
parent
81a60f55a7
commit
6bdb6c023f
1 changed files with 1 additions and 1 deletions
|
|
@ -52,6 +52,6 @@ stdenv.mkDerivation {
|
|||
platforms
|
||||
;
|
||||
|
||||
broken = !(lib.versionAtLeast kernel.version "6.16" && lib.versionOlder kernel.version "7.2");
|
||||
broken = !(lib.versionAtLeast kernel.version "6.16" && lib.versionOlder kernel.version "7.3");
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue