1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

26894 commits

Author SHA1 Message Date
Eelco Dolstra dbe432e6f4 gcc: Put runtime libraries in a separate output
GCC provides a number of libraries that are used by programs built by
GCC, in particular libgcc_s.so and libstdc++.so.  This caused programs
that used these libraries to have a runtime dependency on all of GCC
(~77 MiB).  Now they only depend on the "lib" output of GCC (~1.6
MiB).

With this and previous multiple-output improvements, closure sizes are
reduced a lot:

hello:       41 MiB -> 22 MiB
patchelf:   118 MiB -> 23 MiB
pan:        364 MiB -> 90 MiB
2013-06-12 16:11:14 +02:00
Eelco Dolstra 2cfeca153c openssl, cups: Fix stripping libraries 2013-06-12 16:10:54 +02:00
Eelco Dolstra c3cbe0452a patchelf: Enable "make check" 2013-06-12 14:59:39 +02:00
Eelco Dolstra 42c2be4c30 gcc: Get rid of a unnecessary reference to glibc-dev 2013-06-11 22:45:31 +02:00
Eelco Dolstra 85bdb46370 gcc: Fix building against the split Glibc 2013-06-11 21:00:13 +02:00
Eelco Dolstra d8231a66eb 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).
2013-06-11 18:47:17 +02:00
Eelco Dolstra b9049bff6d perl: Split off the manpages (7 MiB) 2013-06-11 18:02:07 +02:00
Eelco Dolstra baba3cbb0a Remove tabs 2013-06-11 15:50:21 +02:00
Eelco Dolstra afebababac pcre: Split into multiple outputs 2013-06-11 15:28:30 +02:00
Eelco Dolstra 5787ac6364 cups: Split into multiple outputs
However, splitting off the client library from the server-side stuff
still remains to be done.
2013-06-11 14:52:36 +02:00
Eelco Dolstra 2c9fa33521 openssl: Split header files from the libraries 2013-06-11 14:28:49 +02:00
Eelco Dolstra 39dc112bc1 multiple-outputs.nix: Allow not setting configure flags
Not everything is Autoconf...
2013-06-11 13:54:16 +02:00
Eelco Dolstra cb3fc2c902 libjpeg, jasper: Split into multiple outputs 2013-06-11 13:45:35 +02:00
Eelco Dolstra 1a0e87b19f pam: Split off the PAM modules
Clients of PAM can find the modules via /etc/pam.d.
2013-06-11 13:26:46 +02:00
Eelco Dolstra 32d02132c2 libxcb: Put docs/manpages in separate outputs 2013-06-11 13:26:27 +02:00
Eelco Dolstra a5fb18473e openssl: Fix removal of the ssl/misc scripts
This drops the dependency of $out on Perl.
2013-06-11 12:39:32 +02:00
Eelco Dolstra 99b88cfb53 Merge remote-tracking branch 'origin/master' into multiple-outputs
Conflicts:
	pkgs/development/libraries/acl/default.nix
	pkgs/development/libraries/atk/2.6.x.nix
	pkgs/development/libraries/attr/default.nix
	pkgs/development/libraries/cairo/default.nix
	pkgs/development/libraries/freetype/default.nix
	pkgs/development/libraries/glib/2.34.x.nix
	pkgs/development/libraries/gtk+/2.24.x.nix
	pkgs/development/libraries/libtiff/default.nix
	pkgs/development/libraries/openssl/default.nix
	pkgs/development/libraries/pango/1.30.x.nix
	pkgs/misc/cups/default.nix
	pkgs/os-specific/linux/util-linux/default.nix
	pkgs/servers/x11/xorg/builder.sh
	pkgs/servers/x11/xorg/default.nix
	pkgs/top-level/all-packages.nix
2013-06-09 00:41:27 +02:00
Vladimír Čunát 8c4a613f3a Merge pull request #599 from jcumming/gphoto2.130607
(lib)gphoto2: update to 2.5.2
2013-06-08 08:20:28 -07:00
Peter Simons c9208b9a23 haskell-bmp: update to version 1.2.5.2 2013-06-07 23:25:28 +02:00
Jack Cummings b0cef0b6b8 gphoto2-2.5.2 and libgphoto2-2.5.2 2013-06-07 10:58:39 -07:00
aszlig 62176d3b4e
chromium: Update stable and beta channels.
These new versions are introduced with this commit:

stable: 26.0.1410.63 -> 27.0.1453.93 (builds fine, tested)
beta:   27.0.1453.81 -> 28.0.1500.20 (builds fine, tested)

Unfortunately the tarball for the dev version 29.0.1530.2 isn't available at the
moment, so we're going to update it later.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-06-07 14:39:00 +02:00
Domen Kozar d4a2a56f3e gnutls: use lzma version of tarball 2013-06-07 13:39:49 +02:00
Peter Simons bfa846cd6e bind: update to 9.9.3-P1 to fix CVE-2013-3919 2013-06-07 13:27:12 +02:00
Michael Raskin 2baaaebf57 Luarocks: new package 2013-06-07 14:04:15 +04:00
Domen Kozar 4213b4aacb fix eval 2013-06-07 11:18:33 +02:00
Michael Raskin 8615f6ef35 Update Wine 2013-06-07 10:23:48 +04:00
Evgeny Egorochkin 9c6f7cc9c1 Add package versions to some of the packages or fix existing ones to conform to nixpkgs conventions. 2013-06-07 03:15:45 +03:00
Evgeny Egorochkin 61baf49624 Merge pull request #595 from grrwlf/fix-nmap
nmap: fix GUI paths
2013-06-06 15:28:34 -07:00
Evgeny Egorochkin a83d544f4e Merge pull request #597 from bjornfor/solfege
Add Solfege, an ear training program
2013-06-06 14:21:32 -07:00
Lluís Batlle i Rossell fad6bc90b3 Adding ZNC, irc bouncer. 2013-06-06 23:08:59 +02:00
Mathijs Kwik b5ba5959cf fix node packages with binary (native) extensions 2013-06-06 22:38:24 +02:00
Eelco Dolstra 9875413c48 firefox: Revert to 20.0
The search box doesn't work anymore, will need to investigate why...
2013-06-06 22:32:59 +02:00
Bjørn Forsman 142fca279b solfege: new package
Solfege is an ear training application.

This patch is based on the work of @mornfall.
2013-06-06 19:30:41 +02:00
Bjørn Forsman aaac7100c8 txt2man: new package
txt2man converts flat ASCII text to man page format. (Solfege, which is
added in the next commit, needs this.)
2013-06-06 19:15:18 +02:00
Evgeny Egorochkin bc409a6e00 Merge pull request #593 from bjornfor/saleae-logic
saleae-logic: new package
2013-06-06 04:44:44 -07:00
Eelco Dolstra ebe6b96698 firefox: Update to 21.0
Only problem was that the chrome resources were not in the right place
(and you only see that by running with the -jsconsole flag).
2013-06-06 13:07:54 +02:00
Eelco Dolstra 4bd57f56a1 nspr: Update to 4.10 2013-06-06 13:04:26 +02:00
Eelco Dolstra 34dbf4face Remove Firefox 19 2013-06-06 11:59:05 +02:00
Domen Kozar 74b63a284f dont bootstrap distribute in IMAPClient 2013-06-06 10:57:01 +02:00
Peter Simons ae23b39350 all-packages.nix: drop trailing whitespace 2013-06-06 10:48:58 +02:00
Peter Simons 243a51b82d heimdal: cosmetic to make syntax highlightig happy 2013-06-06 10:48:58 +02:00
Peter Simons c65a3e198c heimdal: remove obsolete 1.3.x version 2013-06-06 10:48:58 +02:00
Christophe Raffalli d4ec61c717 grouped heimdal versions in all_packages.nix 2013-06-06 10:48:58 +02:00
Christophe Raffalli 4cf01f2115 rxvt_unicode with perl extension enabled by default 2013-06-06 10:48:58 +02:00
Christophe Raffalli 9f4b7508a6 Added rxvt_unicode_with_perl 2013-06-06 10:48:58 +02:00
Christophe Raffalli 55a8c050db Added heimdal 1.5.2, keeping version 1.3.3 2013-06-06 10:48:58 +02:00
Christophe Raffalli 8be8701db7 Added openconnect 2013-06-06 10:48:58 +02:00
Christophe Raffalli a7b8017583 Added imapfilter 2013-06-06 10:48:57 +02:00
Sergey Mironov ea82f6d0e9 nmap: help zenmap to find it's templates in nix-store
Zenamp wrapper confuses python so it thinks that zenmap is launched as a script
and not as an executable. This leads to incorrect /share path and missing
templates. ./zenmap.patch cures that (a bit hacky as usual).
2013-06-06 12:09:19 +04:00
Mathijs Kwik 3f9723e02e add idris wrapper 2013-06-05 23:30:38 +02:00