summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-12-13 07:25:46 -0500
committerGraham Christensen <graham@grahamc.com>2016-12-13 07:25:46 -0500
commit7a813d3f6d3b983b67683234fe1fe77afb3d97e5 (patch)
tree33a27520b054fa95ba1ac8077cd9753fd908d192 /pkgs/os-specific/linux/kernel/patches.nix
parent1c50bdd928cec055d2ca842e2cf567aba2584efc (diff)
downloadnixpkgs-7a813d3f6d3b983b67683234fe1fe77afb3d97e5.tar
nixpkgs-7a813d3f6d3b983b67683234fe1fe77afb3d97e5.tar.gz
nixpkgs-7a813d3f6d3b983b67683234fe1fe77afb3d97e5.tar.bz2
nixpkgs-7a813d3f6d3b983b67683234fe1fe77afb3d97e5.tar.lz
nixpkgs-7a813d3f6d3b983b67683234fe1fe77afb3d97e5.tar.xz
nixpkgs-7a813d3f6d3b983b67683234fe1fe77afb3d97e5.tar.zst
nixpkgs-7a813d3f6d3b983b67683234fe1fe77afb3d97e5.zip
linux_{4_8,grsec_nixos}: patch to fix build failure
crypto/rsa_helper.c:18:28: fatal error: rsapubkey-asn1.h: No such file or directory
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 124518c36b2..06d6f88299f 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -38,6 +38,12 @@ in
 
 rec {
 
+  multithreaded_rsapubkey =
+    {
+      name = "multithreaded-rsapubkey-asn1.patch";
+      patch = ./multithreaded-rsapubkey-asn1.patch;
+    };
+
   bridge_stp_helper =
     { name = "bridge-stp-helper";
       patch = ./bridge-stp-helper.patch;