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-29 14:09:32 +01:00
parent 10059e4b71
commit e8323a0bf9
+2
View File
@@ -181,6 +181,8 @@ stdenv.mkDerivation (args // {
doCheck = args.doCheck or true;
strictDeps = true;
inherit releaseDir;
installPhase = args.installPhase or ''