Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libplist-1.3";
|
||||
|
||||
buildNativeInputs = [ cmake swig2 ];
|
||||
nativeBuildInputs = [ cmake swig2 ];
|
||||
|
||||
patches = [ ./swig.patch ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user