3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

48222 commits

Author SHA1 Message Date
Vladimír Čunát 2990145170 remerge to retrieve refactoring lost 10 days ago
In 2c62a36b77 the messages in pkgs/stdenv/generic/default.nix
were not merged correctly.

Conflicts:
	pkgs/stdenv/generic/default.nix
2014-08-31 13:09:15 +02:00
Vladimír Čunát 2c09066dfd TMP
Conflicts:
	pkgs/stdenv/generic/default.nix
2014-08-31 13:00:19 +02:00
Vladimír Čunát 8da52a642a Merge branch 'staging' into v/modular
Conflicts (easy):
	pkgs/development/interpreters/perl/5.10/setup-hook.sh
	pkgs/development/interpreters/perl/5.8/setup-hook.sh
	pkgs/development/libraries/gtk+/2.x.nix
2014-08-31 12:23:18 +02:00
Vladimír Čunát 4c3e6a4675 xorg: go back to using the new nix syntax
This reverts commit 86a372683a.
The original revert was just temporary.

Conflicts (auto-solved):
	pkgs/servers/x11/xorg/default.nix
2014-08-31 12:20:34 +02:00
Vladimír Čunát 381dcb1d98 various packages fixed 2014-08-30 23:30:31 +02:00
Vladimír Čunát d25cc03f21 multi-out: auto-correct include dirs in *.pc 2014-08-30 23:29:23 +02:00
Vladimír Čunát acba6b4da2 ed: update to 1.10, working around *.lz problem 2014-08-30 23:00:58 +02:00
Eelco Dolstra 3360fa1afb Revert "stdenv/setup.sh: unbreak *.lz sources on darwin"
This reverts commit fcafdd2761. We're
trying to modularise stdenv, not add more ad-hoc compression support.
2014-08-30 22:41:56 +02:00
Eelco Dolstra 74b808a66f Revert "ed: update to 1.10 (close #3852)"
This reverts commit 60902b97fe. It
breaks building on Darwin:

  http://hydra.nixos.org/build/13832410

It also adds a gratuitous dependency to the stdenv bootstrap.
2014-08-30 22:41:01 +02:00
Vladimír Čunát abbc93f783 WIP: getting better 2014-08-30 19:11:52 +02:00
Vladimír Čunát b8c7091335 gcc: fixup references. ToDo: port to gcc-4.9 2014-08-30 15:54:07 +02:00
Vladimír Čunát 38ba4eb693 multiple-outputs.sh: fixup when it's always sourced now 2014-08-30 15:53:24 +02:00
Vladimír Čunát 030af0a803 fix .xz in stdenv bootstrap
Presumably needed due to the last staging merge.
There was some stdenv stage refactoring within, IIRC.
2014-08-30 15:48:17 +02:00
Vladimír Čunát fcafdd2761 stdenv/setup.sh: unbreak *.lz sources on darwin 2014-08-30 13:28:44 +02:00
Vladimír Čunát 01c0be6ece gstreamer-1: bugfix-only update of all components
1.4.0 -> 1.4.1
2014-08-30 11:24:25 +02:00
Vladimír Čunát aa3248c62e harfbuzz: small update 2014-08-30 10:47:22 +02:00
Vladimír Čunát 20aacf89a3 libpng: code-cleanup update 2014-08-30 10:40:49 +02:00
Vladimír Čunát fccf486762 libav: maintenance+security update
CVE-2013-{0848,3672,3674,7020} and CVE-2014-{2098,2263}
2014-08-30 10:17:40 +02:00
Vladimír Čunát e51f73652d Merge recent master into staging
Hydra: ?compare=1149952

Conflicts:
	nixos/doc/manual/configuration.xml (changed split file)
	nixos/modules/config/users-groups.nix (choosing filterNull instead of inline definition)
	pkgs/development/libraries/readline/readline6.3.nix (auto-solved)
2014-08-30 10:04:02 +02:00
Vladimír Čunát a283bec71c glibc: fix CVE-2014-5119 by Debian patch 2014-08-30 09:44:07 +02:00
Vladimír Čunát 2f92199183 multiout: resolve general ToDos 2014-08-30 08:54:27 +02:00
Vladimír Čunát 886da114ae gawkInteractive: fix eval 2014-08-30 08:35:28 +02:00
Vladimír Čunát 031baae714 Merge branch 'staging' into v/modular
Conflicts (as in p/modular-stdenv):
	pkgs/stdenv/linux/default.nix
2014-08-30 08:33:10 +02:00
Vladimír Čunát a70180ba73 mutiout: make it builtin 2014-08-30 08:27:43 +02:00
Mateusz Kowalczyk 60902b97fe ed: update to 1.10 (close #3852) 2014-08-29 13:58:51 +02:00
Gergely Risko dd3f3bdcc2 GCC >= 4.8 doesn't depend on ppl 2014-08-29 11:45:22 +02:00
Austin Seipp 4e0d2706f1 Merge pull request #3846 from copumpkin/kernel317
Disable NFC on 3.17 or above
2014-08-29 00:51:34 -05:00
Daniel Peebles 0bb14e4fea Disable NFC on 3.17 or above
This should only be temporary, but there's a bug in the 3.17 rc1 and rc2 that leads to cyclic module dependencies and a segfault during the build process.
2014-08-29 01:49:32 -04:00
aszlig e0e65cbf8e
nixos/users-groups: Fix eval on missing uid/gid.
This hopefully fixes a regression introduced by 08b214a.

In bf129a2, it was already fixed for normal uid/gid values and it got
reintroduced by sub-uid/gid-handling again, so I've refactored it a bit
into a filterNull function which takes care of also the filtering
introduced by bf129a2.

I have not tested this extensively, but master is already broken for
systems with `mutableUsers = true` and no uid values set.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-29 07:17:19 +02:00
Austin Seipp fe287a2601 Merge pull request #3845 from copumpkin/kernel317
Add patch to fix 3.17 build breakage
2014-08-28 22:38:22 -05:00
Daniel Peebles 1eb08ee693 Add patch to fix 3.17 build breakage (also submitted to lkml, but not yet merged) 2014-08-28 22:45:32 -04:00
Michael Raskin 844fd2553e Merge pull request #3745 from wkennington/master.dnsmasq
dnsmasq: Update and enable dbus support
2014-08-29 01:43:41 +04:00
Michael Raskin 669969064a Merge pull request #3527 from AndersonTorres/mpv
MPV: update to 0.5.0
2014-08-29 01:41:22 +04:00
Michael Raskin e8badf3c3b Merge pull request #3275 from taku0/gtk-env
uim, gtk-exe-env, qt-plugin-env: Add input method modules for GTK+ and Qt
2014-08-29 01:35:38 +04:00
Michael Raskin b6bc65ab23 Merge pull request #3805 from iyzsong/anthy
add anthy, Japanese input method
2014-08-29 01:30:58 +04:00
Michael Raskin 5f91365a21 Merge pull request #3813 from AndersonTorres/lilyterm
Lilyterm: New Package (version 0.9.9.4)
2014-08-29 01:30:35 +04:00
Michael Raskin 50b0fd46fb Merge pull request #3817 from bodil/master
Add evilvte package.
2014-08-29 01:29:23 +04:00
Michael Raskin 601a48732e Merge pull request #3820 from ruediger/up/gimp
gimp: Update to 2.8.14.
2014-08-29 01:27:32 +04:00
Michael Raskin fdfaa7bac4 Merge pull request #3826 from ruediger/up/parallel
parallel: Update to 20140822.
2014-08-29 01:26:26 +04:00
Michael Raskin 6ef40555a2 Merge pull request #3830 from madjar/master
rabbitmq-server: updated to 3.3.5
2014-08-29 01:26:05 +04:00
Michael Raskin 917f93db11 Merge pull request #3834 from ruediger/up/lightning
lightning: Update to 2.0.5.
2014-08-29 01:24:57 +04:00
Michael Raskin 822ce487a2 Merge pull request #3836 from aristidb/master
update virtualbox to 4.3.14
2014-08-29 01:24:11 +04:00
Michael Raskin 469f22d717 Merge pull request #2449 from wkennington/master.grub
Grub Update
2014-08-29 01:22:47 +04:00
Michael Raskin 0078bc5d8f Merge pull request #3316 from aherrmann/pr_mpi
MPI support for HDF5 and SGE support for OpenMPI
2014-08-29 01:22:02 +04:00
Michael Raskin 121050046d Adding flashrom BIOS update utility. Patch by Edward O'Callaghan 2014-08-29 01:27:28 +04:00
Michael Raskin c7bb162710 Factor out the maintainer 2014-08-29 01:19:24 +04:00
Michael Raskin ef974b1c24 Merge pull request #3175 from doublec/self
Add Self programming language
2014-08-29 01:09:47 +04:00
Michael Raskin c42e7dfc0c Merge pull request #3200 from wkennington/master.dhcpcd
nixos/dhcpcd: Add an explicit interfaces option
2014-08-29 01:09:22 +04:00
Michael Raskin d87b867a24 Merge pull request #3225 from hrdinka/move-glibc-multi
glibc_multi: move glibc_multi script out of all-packages.nix
2014-08-29 01:08:04 +04:00
Michael Raskin f25709c48a List NCSA license properly 2014-08-29 01:14:10 +04:00