added wrapProgram to bulid inputs
This commit is contained in:
parent
3c3c30f801
commit
919d7f4769
1 changed files with 2 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue