Skip to content

Commit

Permalink
sink-rotate: fix cross (NixOS#339733)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 5, 2024
2 parents 9812f72 + f6081f4 commit f7a81b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/si/sink-rotate/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage {

cargoHash = "sha256-MPeyPTkxpi6iw/BT5m4S7jVBD0c2zG2rsv+UZWQxpUU=";

buildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper ];

postFixup = ''
wrapProgram $out/bin/sink-rotate \
Expand Down

0 comments on commit f7a81b5

Please sign in to comment.