Merge pull request #171861 from trofi/fix-strict-deps-for-autoconf-213

autoconf213: add 'm4' to nativeBuildInputs (strictDeps = true)
This commit is contained in:
Sandro 2022-05-08 23:26:37 +02:00 committed by GitHub
commit 50486b600b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "07krzl4czczdsgzrrw9fiqx35xcf32naf751khg821g5pqv12qgh";
};
buildInputs = [ m4 perl ];
nativeBuildInputs = [ m4 perl ];
strictDeps = true;
doCheck = true;