Skip to content

Commit 16e164d

Browse files
hamishmackangerman
andauthored
Update modules/configuration-nix.nix
Co-authored-by: Moritz Angermann <[email protected]>
1 parent e30ce69 commit 16e164d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/configuration-nix.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ in {
7979
]) (from "1.7.0.0" ../patches/ghcide-1.7-plutus-ghc.patch);
8080

8181
packages.language-c.patches = [
82+
# See https://github.com/visq/language-c/pull/89
83+
# this adds support for __int128_t and __uint128_t to language-c
8284
(fromUntil "0.9.1" "0.9.2" ../patches/languge-c-int128.patch)
8385
];
8486
}

0 commit comments

Comments
 (0)