Commit Graph

94781 Commits

Author SHA1 Message Date
Tim Steinbach
070ff88fea
openjdk: 8u122-03 -> 8u122-04 2016-10-25 21:42:42 -04:00
Joachim Fasting
ab1e216942 opensmtpd service: remove redundant wants network.target
Already part of normal bootup.
2016-10-26 03:01:56 +02:00
Joachim Fasting
f24ffc4919 opensmtpd service: require serverConfiguration
If the daemon won't function without a valid config, it makes no sense
to default to an empty config.  Instead, turn that case into a build
failure.
2016-10-26 03:01:56 +02:00
Joachim Fasting
3851afc8eb opensmtpd service: path -> package for option procPackages 2016-10-26 03:01:56 +02:00
Joachim Fasting
946fe73b56 opensmtpd service: use explicit pkgs for consistency 2016-10-26 03:01:56 +02:00
Joachim Fasting
37afc5cda1 opensmtpd service: serviceConfiguration option as types.lines 2016-10-26 03:01:56 +02:00
Joachim Fasting
c86fe2224e virtualbox-{systemd-detect-virt,net-hostonlyif} test: fix dbus socket dir
The test complains[1][2] that

   Failed to start message bus: Failed to bind socket "/run/dbus/system_bus_socket": No such file or directory

In 639e5401ff, the dbus socket dir is set
to `/run/dbus`; in the test vm `/var/run/dbus` is used, but the standard
`/run -> /var/run` link is typically not created until stage 2 init, not
in the minimal init used here.  Thus, dbus fails to run within the test
environment .  Fix by changing `/var/run/dbus` to simply `/run/dbus`.

[1]: https://hydra.nixos.org/build/42534725
[2]: https://hydra.nixos.org/build/42523834
2016-10-26 03:00:54 +02:00
Tim Steinbach
d333ec501d Merge pull request #19868 from NeQuissimus/oh-my-zsh_2016_10_25
oh-my-zsh: 2016-10-08 -> 2016-10-25
2016-10-25 20:12:26 -04:00
Stefan Goetz
9ed93637a3 mpv: 0.20.0 -> 0.21.0 (#19873) 2016-10-26 02:11:56 +02:00
Tim Steinbach
4db8ca39cf gnutls: 3.5.4 -> 3.5.5 2016-10-25 22:52:07 +02:00
Tim Steinbach
cfbcc0805e gnutls: 3.4.15 -> 3.4.16 2016-10-25 22:51:55 +02:00
Jascha Geerds
70a7005fb1 Merge pull request #19867 from guillaumekoenig/fix/ansible-missing-dnspython-dep
ansible: add dnspython dependency
2016-10-25 22:51:36 +02:00
Pierre Radermecker
95b95ffc85 hackage2nix: add hruby x86_64-linux to hydra 2016-10-25 22:51:06 +02:00
Tim Steinbach
e99a81060f gnutls: 3.3.24 -> 3.3.25 2016-10-25 22:34:06 +02:00
Tim Steinbach
5993326d77 Merge pull request #19865 from sternenseemann/musicbrainz
libmusicbrainz5: 5.0.1 -> 5.1.0
2016-10-25 16:11:45 -04:00
sternenseemann
7ad7691ffc libmusicbrainz5: 5.0.1 -> 5.1.0 2016-10-25 22:07:38 +02:00
Tim Steinbach
4c9d8538dd
oh-my-zsh: 2016-10-08 -> 2016-10-25 2016-10-25 14:29:36 -04:00
Guillaume Koenig
43a91b2598 ansible: add dnspython dependency
This dependency is required to use the lookup plugging for performing
dns lookups.

http://docs.ansible.com/ansible/playbooks_lookups.html#the-dns-lookup-dig
2016-10-25 18:59:32 +02:00
Tim Steinbach
be32a53097 Merge pull request #19845 from NeQuissimus/unifont_9_0_03
unifont: 9.0.02 -> 9.0.03
2016-10-25 11:48:27 -04:00
Tim Steinbach
8f7e3a5c21 Merge pull request #19846 from NeQuissimus/unifont_upper_9_0_03
unifont_upper: 9.0.01 -> 9.0.03
2016-10-25 11:48:18 -04:00
Tim Steinbach
e96d370c70 Merge pull request #19863 from sternenseemann/master
libhttpseverywhere: 0.2.0 -> 0.2.3
2016-10-25 11:48:03 -04:00
Shea Levy
d08db2e0d6 Merge branch 'libcxx-stdenv-attr' 2016-10-25 11:42:35 -04:00
sternenseemann
7647f4a19c libhttpseverywhere: 0.2.0 -> 0.2.3 2016-10-25 17:27:07 +02:00
Bjørn Forsman
cd1b09af5d nixos/tftpd: change default dir from /home/tftp to /srv/tftp
/home is for real users. /srv is recommended by FHS (although there is
no consensus for what to name subdirs under /srv).
2016-10-25 17:20:52 +02:00
Bjørn Forsman
d03dbfcbb8 nixos/tftpd: mention that it runs as an xinetd service 2016-10-25 17:20:52 +02:00
Stefan Goetz
dad62ec21a youtube-dl: 2016.10.19 -> 2016.10.25 (#19858) 2016-10-25 16:30:17 +02:00
Shea Levy
be02229f06 Add libcxxStdenv attribute to recent llvm package sets 2016-10-25 10:29:40 -04:00
Tuomas Tynkkynen
b7aebdbf70 valgrind: 3.11.0 -> 3.12.0
Also use more multiple outputs and perl shouldn't be a
nativeBuildInput.
2016-10-25 17:22:00 +03:00
A.J.Rouvoet
b85d9003f2 libspatialite: link missing mod_spatialite.dylib
fix #19856
2016-10-25 15:25:56 +02:00
Frederik Rietdijk
fea23020fe Merge pull request #19585 from veprbl/distutils_fix
python: add C++ compiler support for distutils
2016-10-25 14:16:28 +02:00
Jascha Geerds
76b696d7db pythonPackages.ansible: Add netaddr dependency
This commit adds support for ansible's "ipaddr" filter
2016-10-25 14:12:42 +02:00
Jascha Geerds
61548a0baa pythonPackages.ansible2: Add netaddr dependency
This commit adds support for ansible's "ipaddr" filter
2016-10-25 14:12:42 +02:00
Frederik Rietdijk
cdd0a5beab pythonPackages.moviepy: init at 0.2.2.11 2016-10-25 13:55:43 +02:00
Frederik Rietdijk
513cadeefa pythonPackages.imageio: init at 1.6 2016-10-25 13:55:43 +02:00
Jascha Geerds
6d70dd2760 kargo: init at 0.4.6 2016-10-25 11:46:00 +02:00
Mike Sperber
0fba729ded xindy: add dependency on libiconv
... as the build process invokes iconv.
2016-10-25 10:45:50 +02:00
Mike Sperber
6f7504d450 clisp: Unbreak on Darwin
Clisp depended on libffcall, which does not compile on Darwin.  The
dependency is optional though, so omit it on Darwin.  Also, make
conditional transitive dependencies on libffcall.
2016-10-25 10:45:46 +02:00
Frederik Rietdijk
66103ac3e9 pythonPackages.blaze: 0.10.2 -> 0.11.0 2016-10-25 10:07:06 +02:00
Frederik Rietdijk
9d8734906c pythonPackages.bokeh: 0.12.1 -> 0.12.3 2016-10-25 09:59:43 +02:00
Frederik Rietdijk
c95700f253 Merge pull request #19701 from teh/tensorflowcudnn
Tensorflowcudnn
2016-10-25 09:20:19 +02:00
Tim Steinbach
c7917c5a45
unifont_upper: 9.0.01 -> 9.0.03 2016-10-24 22:42:52 -04:00
Tim Steinbach
d51f1a3dd3
unifont: 9.0.02 -> 9.0.03 2016-10-24 22:42:01 -04:00
Tim Steinbach
6dc6147d8f Merge pull request #19835 from dtzWill/feature/gnutls-parallel-build
gnutls: Build in parallel, cited problems were fixed upstream.
2016-10-24 22:03:54 -04:00
Tim Steinbach
b3f7d626c1
kernel: remove 4.7 2016-10-24 21:30:00 -04:00
Kier Davis
a057dfc57f
unigine-valley: init at 1.0-1
Closes https://github.com/NixOS/nixpkgs/pull/19813
2016-10-24 19:35:06 -04:00
Graham Christensen
a95a5e48a9 Merge pull request #19824 from NeQuissimus/httpstat_1_2_1
httpstat: 1.2.0 -> 1.2.1
2016-10-24 19:16:20 -04:00
Graham Christensen
6042907d03 Merge pull request #19823 from NeQuissimus/activator_1_3_12
activator: 1.3.11 -> 1.3.12
2016-10-24 19:10:20 -04:00
John Wiegley
8a60ebb816
jhc: Use the cc that's in scope when building 2016-10-24 15:28:08 -07:00
Thomas Tuegel
fbc7f75a84
kde5.frameworks: 5.26 -> 5.27 2016-10-24 15:38:10 -05:00
Domen Kožar
c764e680f9 Merge pull request #19839 from tboettch/dockerToolsFix2
dockerTools: Fix loop typo.
2016-10-24 21:45:07 +02:00