Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
buildInputs = [ qt48 ];
|
||||
buildNativeInputs = [ flex /*cmake*/ ];
|
||||
nativeBuildInputs = [ flex /*cmake*/ ];
|
||||
|
||||
QTDIR = qt48;
|
||||
configurePhase = ''
|
||||
|
||||
Reference in New Issue
Block a user