mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
sink-rotate: fix cross
This commit is contained in:
parent
14efd10316
commit
f6081f46db
|
@ -21,7 +21,7 @@ rustPlatform.buildRustPackage {
|
|||
|
||||
cargoHash = "sha256-MPeyPTkxpi6iw/BT5m4S7jVBD0c2zG2rsv+UZWQxpUU=";
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
postFixup = ''
|
||||
wrapProgram $out/bin/sink-rotate \
|
||||
|
|
Loading…
Reference in a new issue