nixpkgs/pkgs/stdenv
Eelco Dolstra ccd44e84c8 Add a stdenv adapter ‘keepDebugInfo’ to make a debug build
This adapter causes the resulting binaries to have debug info and no
optimisations.  Example use (in all-packages.nix):

  foo = callPackage ./foo.nix {
    stdenv = keepDebugInfo stdenv;
  };
2012-10-31 13:46:51 +01:00
..
generic Add hacky way to prevent Hydra from building/distributing unfree packages 2012-08-22 15:43:18 -04:00
linux The loongson2f bootstrap files were already at nixos.org. 2012-10-25 23:22:41 +02:00
mingw removed executable bits from Nix files 2012-04-03 06:31:19 +00:00
native * Call all the stdenvs "stdenv" (rather than e.g. "stdenv-linux") 2012-01-20 16:47:54 +00:00
nix Darwin: Use GCC 4.6 in `stdenvNix'. 2012-04-23 15:47:37 +00:00
adapters.nix Add a stdenv adapter ‘keepDebugInfo’ to make a debug build 2012-10-31 13:46:51 +01:00
common-path.nix * Don't use the "replace-literal" command in stdenv; instead use 2012-01-19 13:47:26 +00:00
default.nix Add armv7l support. 2012-04-15 23:41:25 +00:00