added msmpt to build requirement

This commit is contained in:
Nickiel12 2023-09-10 22:20:53 -07:00
parent e938f05909
commit a62d6dcfb8

View file

@ -37,7 +37,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash`
rustSettings = with pkgs; { rustSettings = with pkgs; {
src = ./.; src = ./.;
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl hddtemp ]; buildInputs = [ openssl hddtemp msmtp ];
cargoHash = nixpkgs.lib.fakeHash; cargoHash = nixpkgs.lib.fakeHash;
}; };
meta = with nixpkgs.lib; { meta = with nixpkgs.lib; {