Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
MANDIR=$out/share/man/man8 PPPDIR=$out/etc/ppp )
|
||||
'';
|
||||
|
||||
buildNativeInputs = [ perl ];
|
||||
nativeBuildInputs = [ perl ];
|
||||
|
||||
meta = {
|
||||
description = "PPTP client for Linux";
|
||||
|
||||
Reference in New Issue
Block a user