linuxPackages_6_19.bcachefs: allow building on kernel 6.19
It works.
This commit is contained in:
@@ -44,6 +44,6 @@ stdenv.mkDerivation {
|
||||
platforms
|
||||
;
|
||||
|
||||
broken = !(lib.versionAtLeast kernel.version "6.16" && lib.versionOlder kernel.version "6.19");
|
||||
broken = !(lib.versionAtLeast kernel.version "6.16" && lib.versionOlder kernel.version "6.20");
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user