added msmpt to build requirement

main
Nickiel12 1 year ago
parent e938f05909
commit a62d6dcfb8

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

Loading…
Cancel
Save