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 8, 2024
1 parent f82d959 commit d5a5385
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 @@ -158,6 +158,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 d5a5385

Please sign in to comment.