glibc: fixing the glibcLocales build
It was stopping hydra from evaluating further, I think. I broke it in my previous commit.
This commit is contained in:
parent
3694b0f892
commit
93a7450c6a
@ -110,7 +110,7 @@ stdenv.mkDerivation ({
|
|||||||
(if profilingLibraries
|
(if profilingLibraries
|
||||||
then "--enable-profile"
|
then "--enable-profile"
|
||||||
else "--disable-profile")
|
else "--disable-profile")
|
||||||
] ++ stdenv.lib.optionals (cross == null) [
|
] ++ stdenv.lib.optionals (cross == null && kernelHeaders != null) [
|
||||||
"--enable-kernel=${kernelHeaders.versionForGlibc}"
|
"--enable-kernel=${kernelHeaders.versionForGlibc}"
|
||||||
] ++ stdenv.lib.optionals (cross != null) [
|
] ++ stdenv.lib.optionals (cross != null) [
|
||||||
(if cross.withTLS then "--with-tls" else "--without-tls")
|
(if cross.withTLS then "--with-tls" else "--without-tls")
|
||||||
|
Loading…
Reference in New Issue
Block a user