nixpkgs/pkgs/development
Eelco Dolstra 2a7ff23a8f * A patch to Glibc to allow the location of locale-archive to be
overriden at runtime (not enabled yet, but it works).  This will
  allow us to build Glibc with no or a minimal set of locales (which
  cuts 70 MB from the installed size of Glibc).  The locales that the
  user actually needs can then be built separately and enabled by
  setting the environment variable LOCALE_ARCHIVE.  For instance, on
  NixOS, we could set it to something like
  /var/run/current-system/locale-archive.  For setuid applications,
  the variable is ignored.

  This is especially useful on 64-bit systems, because there we tend
  to have *two* copies of locale-archive (namely in the 32-bit and
  64-bit builds of Glibc).  Having only one copy allows at least 70 MB
  to be cut from the NixOS installation CD.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15150
2009-04-19 12:57:23 +00:00
..
compilers * GHC setup hook: don't generate wrappers around ghc etc., instead 2009-04-18 15:23:00 +00:00
eclipse updated eclipse to version 3.3.2 -- do we really need a special nix expression for jdt in development/eclipse? 2008-03-11 13:40:27 +00:00
guile-modules/guile-lib * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
interpreters * Removed some obsolete nullglobs. 2009-04-19 08:55:27 +00:00
libraries * A patch to Glibc to allow the location of locale-archive to be 2009-04-19 12:57:23 +00:00
misc * Doh. 2009-03-10 20:04:08 +00:00
perl-modules * Sync with the trunk once more. 2009-03-31 15:30:47 +00:00
python-modules Add simplejson, a JSON encoded/decoded for Python. 2009-04-17 09:06:42 +00:00
ruby-modules Two Ruby modules 2008-10-05 09:00:56 +00:00
tools * setup.sh: turn on nullglob globally. 2009-04-18 22:22:51 +00:00