Skip to content

Commit 1412668

Browse files
committed
Add comment on curl brotli disabling
1 parent abefab4 commit 1412668

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
@@ -510,7 +510,7 @@ let
510510
# `archiveFilesOverlay` below where `statify_curl_including_exe` is used.
511511
gssSupport = false;
512512
zlib = zlib_both;
513-
brotliSupport = false;
513+
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'`
514514
})).overrideAttrs (old: {
515515
dontDisableStatic = true;
516516

0 commit comments

Comments
 (0)