Skip to content

Commit 9dfc7f2

Browse files
committed
Add comment on curl brotli disabling
1 parent b11ecc6 commit 9dfc7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

survey/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ let
511511
# `archiveFilesOverlay` below where `statify_curl_including_exe` is used.
512512
gssSupport = false;
513513
zlib = zlib_both;
514-
brotliSupport = false;
514+
brotliSupport = false; # When brotli is enabled, the `curl` package currently fails to link in `CCLD curl` with error `ld: ../lib/.libs/libcurl.so: undefined reference to `_kBrotliPrefixCodeRanges'`
515515
})).overrideAttrs (old: {
516516
dontDisableStatic = true;
517517

0 commit comments

Comments
 (0)