Skip to content

Commit ec955b9

Browse files
authored
Fix build of gauge dependency on aarch64-darwin (#2511)
1 parent ffd1ba9 commit ec955b9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

nix/shared.nix

+9
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,15 @@ let
230230
'';
231231
}
232232
);
233+
234+
gauge =
235+
pkgsNew.haskell.lib.appendPatch
236+
haskellPackagesOld.gauge
237+
(pkgsNew.fetchpatch {
238+
url = "https://github.com/vincenthz/hs-gauge/commit/303a6b611804c85b9a6bc1cea5de4e6ce3429d24.patch";
239+
240+
sha256 = "sha256-4osUMo0cvTvyDTXF8lY9tQbFqLywRwsc3RkHIhqSriQ=";
241+
});
233242
};
234243

235244
in

0 commit comments

Comments
 (0)