Merge pull request #171861 from trofi/fix-strict-deps-for-autoconf-213
autoconf213: add 'm4' to nativeBuildInputs (strictDeps = true)
This commit is contained in:
commit
50486b600b
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "07krzl4czczdsgzrrw9fiqx35xcf32naf751khg821g5pqv12qgh";
|
||||
};
|
||||
|
||||
buildInputs = [ m4 perl ];
|
||||
nativeBuildInputs = [ m4 perl ];
|
||||
strictDeps = true;
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue