mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
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
|
||||
then "--enable-profile"
|
||||
else "--disable-profile")
|
||||
] ++ stdenv.lib.optionals (cross == null) [
|
||||
] ++ stdenv.lib.optionals (cross == null && kernelHeaders != null) [
|
||||
"--enable-kernel=${kernelHeaders.versionForGlibc}"
|
||||
] ++ stdenv.lib.optionals (cross != null) [
|
||||
(if cross.withTLS then "--with-tls" else "--without-tls")
|
||||
|
Loading…
Reference in New Issue
Block a user