pkgsStatic: comment on brotli disabled

This commit is contained in:
DavHau 2021-03-29 19:40:05 +07:00
parent 2f41b6e43c
commit 241f38b76e

View file

@ -100,6 +100,7 @@ in {
};
curl = super.curl.override {
# brotli doesn't build static (Mar. 2021)
brotliSupport = false;
# disable gss becuase of: undefined reference to `k5_bcmp'
gssSupport = false;