audit: depsBuildBuild for build-native cc
This commit is contained in:
parent
4e80b56c3c
commit
0b0e2d68b8
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
stdenv, fetchurl,
|
stdenv, buildPackages, fetchurl,
|
||||||
enablePython ? false, python ? null,
|
enablePython ? false, python ? null,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
outputs = [ "bin" "dev" "out" "man" ];
|
outputs = [ "bin" "dev" "out" "man" ];
|
||||||
|
|
||||||
|
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||||
buildInputs = stdenv.lib.optional enablePython python;
|
buildInputs = stdenv.lib.optional enablePython python;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user