Fix some instances of #33166 correctly

This commit is contained in:
Franz Pletz
2017-12-29 22:35:32 +01:00
parent 5997b4f3db
commit 1fb0d3d158
3 changed files with 6 additions and 8 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, kernel, libelf }:
{ stdenv, fetchurl, fetchpatch, kernel }:
let
baseName = "bbswitch";
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
sha256 = "1lbr6pyyby4k9rn2ry5qc38kc738d0442jhhq57vmdjb6hxjya7m";
}) ];
buildInputs = [ libelf ];
nativeBuildInputs = kernel.moduleBuildDependencies;
hardeningDisable = [ "pic" ];