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
native
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
default.nix Add armv7l support. 2012-04-15 23:41:25 +00:00