Skip to content

Commit 79177c2

Browse files
uefi-firmware: set dontPatchELF=true
1 parent 43d5c05 commit 79177c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/uefi-firmware/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ let
158158
depsBuildBuild = [ buildPackages.stdenv.cc ];
159159
nativeBuildInputs = [ bc pythonEnv acpica-tools dtc unixtools.whereis ];
160160
strictDeps = true;
161+
dontPatchELF = true;
161162

162163
NIX_CFLAGS_COMPILE = [
163164
"-Wno-error=format-security" # TODO: Fix underlying issue

0 commit comments

Comments
 (0)