Set noSysDirs' to
false' on non-GNU/Linux platforms.
This commit is contained in:
parent
abf6366f87
commit
04f242e281
@ -21,10 +21,12 @@
|
|||||||
# null, the default standard environment is used.
|
# null, the default standard environment is used.
|
||||||
bootStdenv ? null
|
bootStdenv ? null
|
||||||
|
|
||||||
, # Darwin is an "impure" platform, with its libc outside of the store.
|
, # Non-GNU/Linux OSes are currently "impure" platforms, with their libc
|
||||||
# Thus, GCC, GFortran, & co. must always look for files in standard system
|
# outside of the store. Thus, GCC, GFortran, & co. must always look for
|
||||||
# directories (/usr/include, etc.)
|
# files in standard system directories (/usr/include, etc.)
|
||||||
noSysDirs ? (system != "x86_64-darwin" && system != "i686-darwin")
|
noSysDirs ? (system != "x86_64-darwin" && system != "i686-darwin"
|
||||||
|
&& system != "x86_64-freebsd" && system != "i686-freebsd"
|
||||||
|
&& system != "x86_64-kfreebsd-gnu")
|
||||||
|
|
||||||
# More flags for the bootstrapping of stdenv.
|
# More flags for the bootstrapping of stdenv.
|
||||||
, gccWithCC ? true
|
, gccWithCC ? true
|
||||||
|
Loading…
Reference in New Issue
Block a user