nix-du: fix with strictDeps
Fixes https://github.com/symphorien/nix-du/issues/4
This commit is contained in:
parent
22a3bf9fb9
commit
83c66e956f
@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
|
||||
cargoSha256 = "1a6svl89dcdb5fpvs2i32i6agyhl0sx7kkkw70rqr17fyzl5psai";
|
||||
|
||||
doCheck = true;
|
||||
checkInputs = [ graphviz ];
|
||||
checkInputs = [ nix graphviz ];
|
||||
|
||||
buildInputs = [
|
||||
boost
|
||||
|
Loading…
Reference in New Issue
Block a user