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.
gauge
aarch64-darwin
1 parent ffd1ba9 commit ec955b9Copy full SHA for ec955b9
nix/shared.nix
@@ -230,6 +230,15 @@ let
230
'';
231
}
232
);
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
+ });
242
};
243
244
in
0 commit comments