Merge pull request #14253 from joachifm/grsec-3-14-broken

linux_grsec_3_14: mark as broken
This commit is contained in:
Domen Kožar 2016-03-27 20:24:08 +01:00
commit eacf9ba34e

View File

@ -1,5 +1,7 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
throw "grsecurity stable is no longer supported; please update your configuration"
import ./generic.nix (args // rec {
version = "3.14.51";
extraMeta.branch = "3.14";