added wrapProgram to bulid inputs

This commit is contained in:
Nickiel 2023-09-11 15:41:23 -07:00
parent 3c3c30f801
commit 919d7f4769

View file

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