mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
linuxPackages.spl: don't mark as broken on kernel >= 4.7
Compatibility added in c8c688b0c9
.
This commit is contained in:
parent
5000f5050a
commit
30ae939142
@ -60,10 +60,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ jcumming wizeman wkennington fpletz ];
|
||||
broken = buildKernel
|
||||
&& (kernel.features.grsecurity or
|
||||
# spl marked as broken until following patch is released
|
||||
# https://github.com/zfsonlinux/spl/commit/fdbc1ba99d1f4d3958189079eee9b6c957e0264b
|
||||
(versionAtLeast kernel.version "4.7"));
|
||||
broken = buildKernel && kernel.features.grsecurity;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user