mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
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,
|
||||
}:
|
||||
|
||||
@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "bin" "dev" "out" "man" ];
|
||||
|
||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||
buildInputs = stdenv.lib.optional enablePython python;
|
||||
|
||||
configureFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user