commits
nixos-container: Add bash completion for "nixos-container" command
Intercal: a quick fix to find gcc
wavpack: disabled asm for Darwin
[emacs-packages]: engine-mode init at 1.0.0
vimPlugins: add vim-jade
jitsi: patch RPATHs for missing libraries
Build and run tested (on release-15.09 branch).
svtplay-dl: 0.10.2015.08.24 -> 0.20.2015.09.13
Bump versions of some Perl packages
elasticsearch module: add package option
This reverts commit b5ee55f81f9f65f15f9b807b4de1380a7f477baf.
The reason is that the args attribute in this case doesn't contain the
optional attributes which are specified, see here for example:
$ nix-instantiate --eval -E '(args@{ bar ? 111, ... }: args) {}'
{ }
$
This essentially breaks all VM tests, because stage-1 is passing all
arguments but pkgs/build-support/vm/default.nix does not.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
mlmmj: Fix invalid mailman entry and update dbs
2015/07/07 (diffstat 1.60)
+ add configure option --with-man2html
+ update configure macros
+ update config.guess, config.sub
The miniupnpc(3) man page is (now?) installed by default,
no need to do so manually.
Let's try enabling the test "suite"; it is dirt-cheap.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Sometimes there are random kernel panics do to the lack of memory in the
qemu guests, but as we're setting the VirtualBox memory size relatively
low, 1024 MB should be enough for the qemu guests.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This reverts commit b5ee55f81f9f65f15f9b807b4de1380a7f477baf.
The reason is that the args attribute in this case doesn't contain the
optional attributes which are specified, see here for example:
$ nix-instantiate --eval -E '(args@{ bar ? 111, ... }: args) {}'
{ }
$
This essentially breaks all VM tests, because stage-1 is passing all
arguments but pkgs/build-support/vm/default.nix does not.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>