kmod: make pkgsStatic.kmod build
This commit is contained in:
parent
78ec0e60c2
commit
9c9a0e9cab
@ -51,7 +51,7 @@ self: super: let
|
|||||||
enableStaticLibraries = true;
|
enableStaticLibraries = true;
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
in {
|
in {
|
||||||
stdenv = foldl (flip id) super.stdenv staticAdapters;
|
stdenv = foldl (flip id) super.stdenv staticAdapters;
|
||||||
gcc49Stdenv = foldl (flip id) super.gcc49Stdenv staticAdapters;
|
gcc49Stdenv = foldl (flip id) super.gcc49Stdenv staticAdapters;
|
||||||
@ -172,6 +172,10 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
kmod = super.kmod.override {
|
||||||
|
withStatic = true;
|
||||||
|
};
|
||||||
|
|
||||||
curl = super.curl.override {
|
curl = super.curl.override {
|
||||||
# a very sad story: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439039
|
# a very sad story: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439039
|
||||||
gssSupport = false;
|
gssSupport = false;
|
||||||
@ -195,6 +199,6 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
python27 = super.python27.override { static = true; };
|
python27 = super.python27.override { static = true; };
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user