Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [ zlib curl ];
|
||||
|
||||
buildNativeInputs = [ automake libtool autoconf unzip ];
|
||||
nativeBuildInputs = [ automake libtool autoconf unzip ];
|
||||
|
||||
meta = {
|
||||
description = "SyncML client sdk by Funambol project";
|
||||
|
||||
Reference in New Issue
Block a user