Merge pull request #60291 from matthewbauer/kexec-tools-get-correct-compiler
kexec-tools: use depsBuildBuild to get the right compiler
This commit is contained in:
commit
fa0208c09a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
hardeningDisable = [ "format" "pic" "relro" "pie" ];
|
||||
|
||||
configureFlags = [ "BUILD_CC=${buildPackages.stdenv.cc.targetPrefix}cc" ];
|
||||
nativeBuildInputs = [ buildPackages.stdenv.cc ];
|
||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||
buildInputs = [ zlib ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue