Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = "--with-ncurses=${ncurses}";
|
||||
|
||||
buildInputs = [ ncurses ];
|
||||
buildNativeInputs = [ pkgconfig emacs ];
|
||||
nativeBuildInputs = [ pkgconfig emacs ];
|
||||
|
||||
postInstall = ''
|
||||
# Install Emacs mode.
|
||||
|
||||
Reference in New Issue
Block a user