Skip to content

Commit

Permalink
uefi-firmware: set dontPatchELF=true
Browse files Browse the repository at this point in the history
  • Loading branch information
Princemachiavelli committed Apr 10, 2024
1 parent 88e95b8 commit 84934ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/uefi-firmware/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ let
depsBuildBuild = [ buildPackages.stdenv.cc ];
nativeBuildInputs = [ bc pythonEnv acpica-tools dtc unixtools.whereis ];
strictDeps = true;
dontPatchELF = true;

NIX_CFLAGS_COMPILE = [
"-Wno-error=format-security" # TODO: Fix underlying issue
Expand Down

0 comments on commit 84934ab

Please sign in to comment.