glibc: Split into multiple outputs

This reduces the size of closures a lot by getting rid of Glibc's
header files, static libraries and utilities.  For instance, the
closure of GNU Hello went from 41 MiB to 22 MiB.

TODO: We may want to merge back in parts of Glibc that we previously
split off (such as the info files).
This commit is contained in:
Eelco Dolstra
2013-06-11 18:39:23 +02:00
parent b9049bff6d
commit d8231a66eb
8 changed files with 32 additions and 17 deletions

View File

@@ -7,7 +7,7 @@
# The function defaults are for easy testing.
{ system ? builtins.currentSystem
, allPackages ? import ../../top-level/all-packages.nix
, platform ? null, config }:
, platform ? null, config ? {} }:
rec {