Merge pull request #198941 from wegank/alfis-aarch64-darwin

alfis: fix build on aarch64-darwin

authored by Robert Scott and committed by GitHub 032b5c19 84ead61b

+10 -1
+10 -1
pkgs/applications/blockchains/alfis/default.nix
··· 2 , lib 3 , rustPlatform 4 , fetchFromGitHub 5 , pkg-config 6 , makeWrapper 7 , webkitgtk ··· 23 sha256 = "sha256-QOKFnre5MW9EvrKrKBHWpOxi2fBKTDMhzCDX3ISd2cQ="; 24 }; 25 26 - cargoSha256 = "sha256-D+3HIyj1zbs5m8hwLpITS25u/wrRM5GfnwlUUuLX8DQ="; 27 28 checkFlags = [ 29 # these want internet access, disable them
··· 2 , lib 3 , rustPlatform 4 , fetchFromGitHub 5 + , fetchpatch 6 , pkg-config 7 , makeWrapper 8 , webkitgtk ··· 24 sha256 = "sha256-QOKFnre5MW9EvrKrKBHWpOxi2fBKTDMhzCDX3ISd2cQ="; 25 }; 26 27 + cargoPatches = [ 28 + (fetchpatch { 29 + name = "bump-rust-web-view.patch"; 30 + url = "https://github.com/Revertron/Alfis/commit/03b461a740ab6ccbacd576eafc7a3faf4a66648f.patch"; 31 + sha256 = "sha256-CSqSMdVD31w7QxxXWtjKmqlaEirmbs1EVuiefSf1NKY="; 32 + }) 33 + ]; 34 + 35 + cargoSha256 = "sha256-B4xI++U6RCljXCyaOmNj/SwA6I16zoiZsgk2VTiKfkg="; 36 37 checkFlags = [ 38 # these want internet access, disable them