We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d5c05 commit 79177c2Copy full SHA for 79177c2
pkgs/uefi-firmware/default.nix
@@ -158,6 +158,7 @@ let
158
depsBuildBuild = [ buildPackages.stdenv.cc ];
159
nativeBuildInputs = [ bc pythonEnv acpica-tools dtc unixtools.whereis ];
160
strictDeps = true;
161
+ dontPatchELF = true;
162
163
NIX_CFLAGS_COMPILE = [
164
"-Wno-error=format-security" # TODO: Fix underlying issue
0 commit comments