Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
This commit is contained in:
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "076zkyqkn56q0a8n3h65n1a68fknk4hrrp6mbhajq5s1wp5248j8";
|
||||
};
|
||||
|
||||
buildNativeInputs = [ flex bison ];
|
||||
nativeBuildInputs = [ flex bison ];
|
||||
|
||||
configureFlags = [ "--disable-shared" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user