Charles Strahan
2802785675
Merge pull request #13975 from aespinosa/proper-script-gempaths
...
buildRubyGem: use Gem.use_paths to load gems
2016-03-19 16:15:50 -04:00
Jude Taylor
76947878cb
add xautoclick
2016-03-19 13:11:29 -07:00
Eelco Dolstra
455ec64d11
s3ql: 2.13 -> 2.17.1
2016-03-19 21:01:21 +01:00
Eelco Dolstra
497c828611
fuse: 2.9.3 -> 2.9.5
2016-03-19 21:01:20 +01:00
Joachim Fasting
8dfb8d06f0
ipxe: fix gcc5 build
...
gcc5 enables additional warnings, causing the build to fail with
-Werror. The build could be fixed by specifically disabling errors
for `discarded-array-qualifiers` and `logical-not-parentheses` warnings,
but simply passing -Wno-error is more future proof.
See https://hydra.nixos.org/build/33274006/nixlog/1/raw
2016-03-19 19:52:47 +01:00
Tim Steinbach
4274edbe40
kernel: 3.14.63 -> 3.14.65
2016-03-19 18:29:40 +00:00
Tim Steinbach
bf41deb889
kernel: 3.12.55 -> 3.12.57
2016-03-19 18:27:41 +00:00
Tim Steinbach
6f5f855a2e
kernel: 3.10.99 -> 3.10.101
2016-03-19 18:25:24 +00:00
zimbatm
25122f05b0
Merge pull request #14037 from joachifm/lp_solve-broken
...
lp_solve: mark as broken
2016-03-19 18:22:05 +00:00
aszlig
009fd5ef77
lib/types: Revert handling submodules for "either"
...
This reverts commit 0f0805b, because @nbp had concerns about whether
this would be a good idea and pointed out problems with this.
We currently do not have a case where "either" is used in conjunction
with submodules, but I'm reverting it anyway to prevent people from
adding options using that type in that way.
This is now being reviewed in #14053 .
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-03-19 19:11:31 +01:00
Pascal Wittmann
2dc1f2c934
perl-Cache-FastMmap: 1.40 -> 1.43
2016-03-19 18:59:15 +01:00
Pascal Wittmann
f53df327ac
perl-Plack: fix build
2016-03-19 18:59:15 +01:00
Pascal Wittmann
535c1f1f7a
perl-CSS-DOM: 0.15 -> 0.16
2016-03-19 18:59:15 +01:00
Sven Keidel
c2dc5a3e98
eclipse: add eclipse platform 4.5.2
2016-03-19 18:50:20 +01:00
Peter Simons
e1a087b765
Merge pull request #14052 from NixOS/manpages-cant-break-line
...
nixos/manpages: enable linebreaking after slashes
2016-03-19 18:01:27 +01:00
Franz Pletz
b887b16a2c
pythonPackages.libvirt: 1.3.0 -> 1.3.2
2016-03-19 17:35:59 +01:00
aszlig
0f0805b51a
lib/types: Handle submodules for type "either"
...
So far the "either" type only handled "flat" types, so you couldn't do
something like:
type = either int (submodule {
options = ...;
});
Not only caused this the submodule's options not being checked but also
not show up in the documentation.
This was something we stumbled on with #13916 .
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @edolstra
2016-03-19 17:22:39 +01:00
Pascal Wittmann
8ddfab0cf2
nixos/manpages: enable linebreaking after slashes
...
Allow linbreaks after slashes in long URLs. The option used
is documented at
http://docbook.sourceforge.net/release/xsl/current/doc/manpages/man.break.after.slash.html
This commit fixes #4538 .
2016-03-19 17:16:59 +01:00
Franz Pletz
3c060b93b6
lxd: 0.17 -> 2.0.0.rc4
2016-03-19 16:40:33 +01:00
Franz Pletz
87012e7321
pythonPackages.searx: 0.7.0 -> 0.8.1
...
The old version was broken.
2016-03-19 16:34:13 +01:00
Franz Pletz
e312a34775
libvirt: Add fpletz as maintainer
2016-03-19 16:33:49 +01:00
Franz Pletz
ff0cfc160f
libvirt: 1.3.0 -> 1.3.2
2016-03-19 16:32:52 +01:00
Joachim Fasting
e891e50946
nixos: disable the clfswm window manager module
2016-03-19 15:52:18 +01:00
Joachim Fasting
9ae0e6633e
clfswm: mark as broken
...
This package has been broken for quite a long time. I attempted
to fix it, to no avail.
See also: https://hydra.nixos.org/build/33498133/nixlog/2/raw
2016-03-19 15:52:12 +01:00
Peter Simons
8ef926fcce
Merge pull request #14038 from sigma/t/version/git
...
git: 2.7.3 -> 2.7.4
2016-03-19 15:30:07 +01:00
joachifm
f9f65a5663
Merge pull request #14047 from Beauhurst/php_updates
...
php security updates (5.5.32 -> 5.5.33, 5.6.18 -> 5.6.19)
2016-03-19 13:26:31 +00:00
Pascal Wittmann
dd30fcd30a
sparsehash: 2.0.2 -> 2.0.3
2016-03-19 13:51:43 +01:00
Pascal Wittmann
15029ff44a
perl-Apache-LogFormat-Compiler: 0.13 -> 0.33
2016-03-19 13:27:54 +01:00
Pascal Wittmann
135ef9cc32
perl-POSIX-strftime-Compiler: init at 0.41
2016-03-19 13:27:31 +01:00
Pascal Wittmann
def056d770
perl-AppSqitch: 0.9993 -> 0.9994
2016-03-19 12:51:17 +01:00
Joachim Fasting
649c2cd027
lp_solve: mark as broken
...
See https://hydra.nixos.org/build/32393768/log/raw
2016-03-19 12:46:22 +01:00
Lluís Batlle i Rossell
41c05b47a0
Updating ts to 0.7.6.
2016-03-19 12:23:54 +01:00
Robert Scott
9f54f755a9
php: 5.5.32 -> 5.5.33 (security update)
2016-03-19 11:18:12 +00:00
Robert Scott
e4817b7d99
php: 5.6.18 -> 5.6.19 (security update)
2016-03-19 11:15:48 +00:00
Pascal Wittmann
9506f4de76
udunits: 2.1.14 -> 2.2.20
2016-03-19 12:08:58 +01:00
Pascal Wittmann
07601a08f2
unibilium: 1.1.2 -> 1.2.0
2016-03-19 12:01:22 +01:00
Pascal Wittmann
8d128f046d
xylib: 1.3 -> 1.4
2016-03-19 11:56:01 +01:00
Pascal Wittmann
de8cc270c1
filezilla: 3.16.0 -> 3.16.1
2016-03-19 11:20:12 +01:00
joachifm
ef9efd0d04
Merge pull request #14032 from pdalpra/patch-1
...
docker: 1.10.0 -> 1.10.3
2016-03-19 09:49:07 +00:00
joachifm
48665c855b
Merge pull request #14042 from taku0/firefox-bin-45.0.1
...
firefox-bin: 45.0 -> 45.0.1
2016-03-19 09:46:40 +00:00
Sergey Mironov
a56b9ab5be
torch: use default luajit
2016-03-19 12:37:06 +03:00
Sergey Mironov
da66fd2b11
luajit: bump to 2.1.0-beta1
2016-03-19 12:37:01 +03:00
joachifm
643f1d819c
Merge pull request #14039 from timbertson/piep
...
pythonPackages.piep: init at 0.8.0
2016-03-19 09:36:18 +00:00
Tim Cuthbertson
b8c26d9e73
pythonPackages.piep: init at 0.8.0
2016-03-19 17:45:53 +11:00
taku0
9aa6ca99e4
firefox-bin: 45.0 -> 45.0.1
2016-03-19 14:28:10 +09:00
Joachim Fasting
ece457c62f
nixos/tests: fix docker test
...
The docker service is socket activated by default; thus,
`waitForUnit("docker.service")` before any docker command causes the
unit test to time out.
Instead, do `waitForUnit("sockets.target")` to ensure that sockets are
setup before running docker commands.
2016-03-19 03:18:17 +01:00
Yann Hodique
31c317e09e
git: 2.7.3 -> 2.7.4
2016-03-18 18:07:33 -07:00
joachifm
7e48d80b7d
Merge pull request #14001 from romildo/new.catfish
...
catfish: init at 1.4.1
2016-03-19 00:19:31 +00:00
Joachim Fasting
3e1ec2b663
criu: fix build
...
Would fail due to -Werror; see
https://hydra.nixos.org/build/33217086/nixlog/2/raw
2016-03-18 23:39:03 +01:00
joachifm
bd4db4e91e
Merge pull request #13959 from ambrop72/power-fix
...
python-packages/power: Fix build due to falsely declared dependency.
2016-03-18 22:15:48 +00:00