Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
This commit is contained in:
@@ -11,5 +11,5 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ glib gettext ];
|
||||
|
||||
buildNativeInputs = [ flex bison pkgconfig ];
|
||||
nativeBuildInputs = [ flex bison pkgconfig ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user