mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 09:56:13 +03:00
Merge pull request #14253 from joachifm/grsec-3-14-broken
linux_grsec_3_14: mark as broken
This commit is contained in:
commit
eacf9ba34e
@ -1,5 +1,7 @@
|
|||||||
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
|
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
|
||||||
|
|
||||||
|
throw "grsecurity stable is no longer supported; please update your configuration"
|
||||||
|
|
||||||
import ./generic.nix (args // rec {
|
import ./generic.nix (args // rec {
|
||||||
version = "3.14.51";
|
version = "3.14.51";
|
||||||
extraMeta.branch = "3.14";
|
extraMeta.branch = "3.14";
|
||||||
|
Loading…
Reference in New Issue
Block a user