Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

spl: mark as broken on grsec kernels

All hydra builds against grsec kernels fail; non-grsec kernels
succeed.

(cherry picked from commit 2a097803d4a740c60fd557829c1d3479fbb6c357)

+1
+1
pkgs/os-specific/linux/spl/default.nix
··· 62 62 platforms = platforms.linux; 63 63 license = licenses.gpl2Plus; 64 64 maintainers = with maintainers; [ jcumming wizeman wkennington ]; 65 + broken = (kernel.features.grsecurity or false); 65 66 }; 66 67 }