···93 gssSupport = false;
94 };
9500000096 ocaml-ng = self.lib.mapAttrs (_: set:
97 if set ? overrideScope' then set.overrideScope' ocamlStaticAdapter else set
98 ) super.ocaml-ng;
···93 gssSupport = false;
94 };
9596+ liblinear = super.liblinear.override {
97+ # Don’t use new stdenv zlib because
98+ # it doesn’t like the --disable-shared flag
99+ stdenv = super.stdenv;
100+ };
101+102 ocaml-ng = self.lib.mapAttrs (_: set:
103 if set ? overrideScope' then set.overrideScope' ocamlStaticAdapter else set
104 ) super.ocaml-ng;