You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: survey/default.nix
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -511,7 +511,7 @@ let
511
511
# `archiveFilesOverlay` below where `statify_curl_including_exe` is used.
512
512
gssSupport=false;
513
513
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'`
0 commit comments