sad: fix build on aarch64
This commit is contained in:
parent
2f2aa2b846
commit
c672a264e1
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
cargoSha256 = "sha256-krQTa9R3hmMVKLoBgnbCw+aSQu9HUXfA3XflB8AZv6w=";
|
||||
|
||||
# fix for compilation on aarch64
|
||||
# see https://github.com/NixOS/nixpkgs/issues/145726
|
||||
prePatch = ''
|
||||
rm .cargo/config.toml
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "CLI tool to search and replace";
|
||||
homepage = "https://github.com/ms-jpq/sad";
|
||||
|
|
Loading…
Reference in a new issue