Merge pull request #86231 from symphorien/nix-du-strictDeps

nix-du: fix with strictDeps
This commit is contained in:
worldofpeace 2020-04-28 13:34:43 -04:00 committed by GitHub
commit 34444e7b45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "1a6svl89dcdb5fpvs2i32i6agyhl0sx7kkkw70rqr17fyzl5psai";
doCheck = true;
checkInputs = [ graphviz ];
checkInputs = [ nix graphviz ];
buildInputs = [
boost