added hddtemp to build requirements
This commit is contained in:
parent
2a082646b1
commit
84581376b6
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash`
|
|||
rustSettings = with pkgs; {
|
||||
src = ./.;
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ openssl ];
|
||||
buildInputs = [ openssl hddtemp ];
|
||||
cargoHash = nixpkgs.lib.fakeHash;
|
||||
};
|
||||
meta = with nixpkgs.lib; {
|
||||
|
|
Loading…
Reference in a new issue