mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 19:58:09 +00:00
kernel perf: Don't use stdenv.cross
This commit is contained in:
parent
1e3b45cfdb
commit
16781a3892
@ -49,7 +49,7 @@ stdenv.mkDerivation {
|
||||
/* I don't want cross-python or cross-perl -
|
||||
I don't know if cross-python even works */
|
||||
propagatedBuildInputs = [ elfutils.crossDrv newt.crossDrv ];
|
||||
makeFlags = "CROSS_COMPILE=${stdenv.cross.config}-";
|
||||
makeFlags = "CROSS_COMPILE=${stdenv.cc.prefix}";
|
||||
elfutils = elfutils.crossDrv;
|
||||
inherit (kernel.crossDrv) src patches;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user