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
bc71554fc8
nixpkgs
/
pkgs
/
stdenv
/
nix-linux
/
prehook-boot.sh
4 lines
49 B
Bash
Raw
Normal View
History
Unescape
Escape
* Re-enabled purity checking: it should work now. First we only checked whether absolute paths passed to gcc/ld refer to the store, which is wrong: they can also refer to the build tree (/tmp/nix-...). * Less static composition in the construction of stdenv-nix-linux: gcc-wrapper and generic are now passed in as arguments, rather then referenced by relative path. This makes it easier to hack on a specific stage of the bootstrap process (before, a change to, e.g., generic/setup.sh would cause all bootstrap stages to be redone). svn path=/nixpkgs/trunk/; revision=833
2004-03-12 12:12:18 +01:00
export
SHELL
=
/bin/sh
* Finally got stdenv-nix-linux working again. Still not perfect, though. * libxml2: upgrade to latest. * octavefront/rna: keep debug info. svn path=/nixpkgs/trunk/; revision=830
2004-03-11 18:26:14 +01:00
export
NIX_ENFORCE_PURITY
=
Reference in a new issue
Copy permalink