Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f162053

Browse files
provide curl in dev shell
GCC is provided in dev shell. External `curl` is incompatible with dev shell-provided GCC, resulting in `GLIBC` error. Solution is for dev shell to provide both GCC and `curl`.
1 parent 63e03b9 commit f162053

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎flake.nix‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
pkgs.haskellPackages.cabal-install
6262
# Dependencies needed to build some parts of Hackage
6363
gmp zlib ncurses
64+
# for compatibility of curl with provided gcc
65+
curl
6466
# Changelog tooling
6567
(gen-hls-changelogs pkgs.haskellPackages)
6668
# For the documentation

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /