···9393 gssSupport = false;
9494 };
95959696+ liblinear = super.liblinear.override {
9797+ # Don’t use new stdenv zlib because
9898+ # it doesn’t like the --disable-shared flag
9999+ stdenv = super.stdenv;
100100+ };
101101+96102 ocaml-ng = self.lib.mapAttrs (_: set:
97103 if set ? overrideScope' then set.overrideScope' ocamlStaticAdapter else set
98104 ) super.ocaml-ng;