This website requires JavaScript.
Explore
Help
Sign In
philipp
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull requests
Projects
Releases
Activity
6ad771156c
nixpkgs
/
pkgs
/
stdenv-linux
/
stdenv.fix
1 line
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
* Started on working towards the fully Nixified build environment, i.e., one where we don't use any tools from outside the Nix environment. For this we need the basic POSIX utilities (e.g., GNU coreutils), a shell, GCC, and the binutils. Normal packages just need to include stdenv/stdenv.fix, which on Linux will use the Nixified environment. However, for the tools in the build environment itself we have a bootstrapping problem. Therefore, these depend on the external environment (and include stdenv-linux/stdenv-nativetools). The package `baseenv' provides some generic setup and GCC wrappers used by both fully Nixified and native environments. svn path=/nixpkgs/trunk/; revision=305
2003-08-18 17:32:13 +02:00
Call(IncludeFix("stdenv-linux/stdenv-generic.fix"), [("nativeTools", False)])
Reference in a new issue
Copy permalink