mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
bbswitch: add libelf to buildInputs
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
This commit is contained in:
parent
d1bfa7ee08
commit
a3c45b383d
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, fetchpatch, kernel }:
|
||||
{ stdenv, fetchurl, fetchpatch, kernel, libelf }:
|
||||
|
||||
let
|
||||
baseName = "bbswitch";
|
||||
@ -20,6 +20,8 @@ stdenv.mkDerivation {
|
||||
sha256 = "1lbr6pyyby4k9rn2ry5qc38kc738d0442jhhq57vmdjb6hxjya7m";
|
||||
}) ];
|
||||
|
||||
buildInputs = [ libelf ];
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
preBuild = ''
|
||||
|
Loading…
Reference in New Issue
Block a user