pkgsStatic: fiz zlib and nghttp2
This commit is contained in:
parent
f8363c2721
commit
dfb8a8c5e4
@ -69,6 +69,10 @@ in {
|
|||||||
haskellStaticAdapter;
|
haskellStaticAdapter;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nghttp2 = super.nghttp2.override {
|
||||||
|
enableApp = false;
|
||||||
|
};
|
||||||
|
|
||||||
ncurses = super.ncurses.override {
|
ncurses = super.ncurses.override {
|
||||||
enableStatic = true;
|
enableStatic = true;
|
||||||
};
|
};
|
||||||
@ -78,14 +82,14 @@ in {
|
|||||||
} // optionalAttrs super.stdenv.hostPlatform.isDarwin {
|
} // optionalAttrs super.stdenv.hostPlatform.isDarwin {
|
||||||
pythonSupport = false;
|
pythonSupport = false;
|
||||||
});
|
});
|
||||||
zlib = super.zlib.override {
|
zlib = (super.zlib.override {
|
||||||
static = true;
|
static = true;
|
||||||
shared = false;
|
shared = false;
|
||||||
|
|
||||||
# Don’t use new stdenv zlib because
|
# Don’t use new stdenv zlib because
|
||||||
# it doesn’t like the --disable-shared flag
|
# it doesn’t like the --disable-shared flag
|
||||||
stdenv = super.stdenv;
|
stdenv = super.stdenv;
|
||||||
};
|
}).static;
|
||||||
xz = super.xz.override {
|
xz = super.xz.override {
|
||||||
enableStatic = true;
|
enableStatic = true;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user