summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2004-03-28* For simple Autotools-style packages (such as the ATerm library), theEelco Dolstra2-1/+3
2004-03-28* It is now possible to execute a builder using a shell inside the NixEelco Dolstra1-16/+33
2004-03-27* Use $propagatedBuildInputs to find build inputs.Eelco Dolstra1-7/+14
2004-03-27* Fix all files called `ltmain.sh' in the source tree.Eelco Dolstra1-1/+4
2004-03-19* Style fix.Eelco Dolstra1-2/+2
2004-03-19* The stdenv setup script now defines a generic builder that allowsEelco Dolstra4-9/+393
2004-03-12* Re-enabled purity checking: it should work now. First we onlyEelco Dolstra4-15/+23
2004-03-11* Finally got stdenv-nix-linux working again. Still not perfect,Eelco Dolstra9-33/+49
2004-03-09* stdenv-nix-linux should more-or-less work again now. backups/martin@828Eelco Dolstra10-62/+48
2004-03-09* Set the TZ variable to UTC to prevent silly errors in date strings.Eelco Dolstra1-1/+8
2004-03-08* gcc-wrapper now filters out -L and -I flags referring to pathsEelco Dolstra1-0/+9
2004-03-08* Started reorganising stdenv:Eelco Dolstra9-162/+111
2004-02-20* Bug fix: don't pass -B to the linker.Eelco Dolstra2-4/+8
2004-02-19* Bah. All this time gcc was linking programs againstEelco Dolstra2-2/+10
2004-01-30* Missing semicolon.Eelco Dolstra1-1/+1
2003-12-21* Added some missing semicolons.Eelco Dolstra1-1/+1
2003-11-18* Rename .fix -> .nix.Eelco Dolstra6-2/+2
2003-11-14* Renamed pkgs-ng to pkgs.Eelco Dolstra17-0/+294
2003-11-14* Delete the old Fix packages.Eelco Dolstra1-4/+0
2003-08-05* Use stdenv-linux only on Linux platforms.Eelco Dolstra1-1/+4
2003-08-04* Stdenv-native uses the native build tools of the system.Eelco Dolstra1-0/+1
2003-08-04* Renamed stdenv to stdenv-linux.Eelco Dolstra3-72/+0
2003-07-28* Use rpaths to ensure that executable and dynamic libraries are automaticall...Eelco Dolstra2-4/+23
2003-07-26* Fix a typo in the g++ wrapper.Eelco Dolstra1-1/+3
2003-07-25* Reduced the size of glibc from 130 to 50 MB.Eelco Dolstra1-4/+6
2003-07-24* Added the GNU C Library (glibc), a big step towards full Nixification of Eelco Dolstra3-0/+49