Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
This commit is contained in:
@@ -14,5 +14,5 @@ stdenv.mkDerivation {
|
||||
pythonPath = [ libxml2Python ];
|
||||
postInstall = "wrapPythonPrograms";
|
||||
|
||||
buildNativeInputs = [ pkgconfig intltool pythonPackages.wrapPython ];
|
||||
nativeBuildInputs = [ pkgconfig intltool pythonPackages.wrapPython ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user