diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 899765315840..088d0d226744 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -2881,7 +2881,10 @@ let /* Make pkgconfig always return a buildDrv, never a proper hostDrv, because most usage of pkgconfig as buildInput (inheritance of - pre-cross nixpkgs) means using it using as buildNativeInput */ + pre-cross nixpkgs) means using it using as buildNativeInput + cross_renaming: we should make all programs use pkgconfig as + buildNativeInput after the renaming. + */ pkgconfig = pkgconfigReal // { hostDrv = pkgconfigReal.buildDrv; }; radare = import ../development/tools/analysis/radare {