liblinear: fix static build
This commit is contained in:
parent
9fcf2a8a2c
commit
d06f8fcc39
@ -93,6 +93,12 @@ in {
|
||||
gssSupport = false;
|
||||
};
|
||||
|
||||
liblinear = super.liblinear.override {
|
||||
# Don’t use new stdenv zlib because
|
||||
# it doesn’t like the --disable-shared flag
|
||||
stdenv = super.stdenv;
|
||||
};
|
||||
|
||||
ocaml-ng = self.lib.mapAttrs (_: set:
|
||||
if set ? overrideScope' then set.overrideScope' ocamlStaticAdapter else set
|
||||
) super.ocaml-ng;
|
||||
|
Loading…
Reference in New Issue
Block a user