Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
libXrandr libXfixes libXrender libXext libXinerama
|
||||
python pyparsing ];
|
||||
|
||||
buildNativeInputs = [ pkgconfig spice_protocol ];
|
||||
nativeBuildInputs = [ pkgconfig spice_protocol ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-fno-stack-protector";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user