buildRustPackage: enable strictDeps

This will improve cross-compiling support by forcing
users to specify buildInputs/nativeBuildInputs correctly.
This commit is contained in:
Jörg Thalheim
2020-03-18 13:50:12 +00:00
parent 10059e4b71
commit e8323a0bf9

View File

@@ -181,6 +181,8 @@ stdenv.mkDerivation (args // {
doCheck = args.doCheck or true;
strictDeps = true;
inherit releaseDir;
installPhase = args.installPhase or ''