We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f18ff7 + 963f9a6 commit da083a3Copy full SHA for da083a3
default.nix
@@ -37,7 +37,10 @@ let
37
chmod -R +w $out
38
cd $out
39
patch -p1 -i ${./nix/cardano-wallet--enable-aarch64-darwin.patch}
40
- patch -p1 -i ${./nix/cardano-wallet--node-1.35.1.patch}
+ patch -p1 -i ${pkgs.fetchurl {
41
+ url = "https://github.com/input-output-hk/cardano-wallet/pull/3382.patch";
42
+ sha256 = "1ii12g2zikv4197c7bsh4v5dc1jzygn1jap8xvnr7mvh3a09pdgn";
43
+ }}
44
'';
45
};
46
haskellNix = import sources."haskell.nix" {};
nix/cardano-wallet--node-1.35.1.patch
0 commit comments