mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
linuxPackages.openafs: mark broken on Linux 5.15
This commit is contained in:
parent
a32d921183
commit
bb2b3da36d
@ -56,6 +56,6 @@ in stdenv.mkDerivation {
|
|||||||
license = licenses.ipl10;
|
license = licenses.ipl10;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ maggesi spacefrogg ];
|
maintainers = with maintainers; [ maggesi spacefrogg ];
|
||||||
broken = versionOlder kernel.version "3.18" || kernel.isHardened;
|
broken = versionOlder kernel.version "3.18" || kernel.kernelAtLeast "5.15" || kernel.isHardened;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user