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
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92
1 changed files with 2 additions and 0 deletions

View File

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