Commit Graph

116277 Commits

Author SHA1 Message Date
Graham Christensen
f3b9ac73e2
nixos/rabbitmq: fix restarts and sasl logs
1. The chmod 400 with the preset cookie prevented restarts, as
on the second boot it would fail to write to the cookie. Oops.

2. As far as I can tell, sasl logs were disabled because of the
following error:

{error,{cannot_log_to_tty,sasl_report_tty_h,not_installed}}

Not because we actually wanted to disable them. This meant the
management plugin wasn't usable due to a bug set to be fixed in
3.7.0.
2017-09-23 17:58:43 -04:00
Joachim Fasting
c951a0ad07
encfs: 1.9.1 -> 1.9.2
See https://github.com/vgough/encfs/releases/tag/v1.9.2
2017-09-23 23:56:44 +02:00
Joachim Fasting
cb94feb2d1
openafs-client: 1.6.21 -> 1.6.21.1
Per https://www.openafs.org/dl/openafs/1.6.21.1/RELNOTES-1.6.21.1
this release adds support for linux 4.13

Related to https://github.com/NixOS/nixpkgs/issues/28643
2017-09-23 23:56:38 +02:00
Michael Weiss
699231ed78 sshfs: 3.2.0 -> 3.3.0 2017-09-23 23:15:36 +02:00
Daiderd Jordan
7d98316a97
libjack2: fix darwin build 2017-09-23 22:33:48 +02:00
Daiderd Jordan
bb02b800a2
darwin-frameworks: add impure version of CoreFoundation 2017-09-23 22:29:43 +02:00
Joachim Fasting
09a09c892c
tor-browser-bundle-bin: support audio playback without pulseaudio
Still a little rough around the edges but does work.  Defaults to using
the default plughw; set the APULSE_PLAYBACK_DEVICE envvar to override.
2017-09-23 21:43:19 +02:00
Joachim Fasting
c97e5f2670
apulse: 0.1.6 -> 0.1.10 2017-09-23 21:43:17 +02:00
Michael Weiss
1a9467edd5 fuse3: 3.1.1 -> 3.2.0 2017-09-23 21:31:15 +02:00
Daiderd Jordan
18ee806811 Merge pull request #29690 from therealpxc/varnish
varnish: enable Darwin build
2017-09-23 21:21:45 +02:00
Daiderd Jordan
db2538fb0c
qt5-qtbase: fix darwin build
Fixes #27474
2017-09-23 21:06:09 +02:00
Jaka Hudoklin
ac775ac6dd Merge pull request #21077 from xtruder/nixos/programs/npm/add
npm module: add npm module for global npm config
2017-09-23 20:35:58 +02:00
Jaka Hudoklin
948f4a9c6d npm module: add npm as nixos program 2017-09-23 20:34:55 +02:00
Franz Pletz
0f5cd17f2c
nixos-generate-config: add programs options examples 2017-09-23 20:03:19 +02:00
Franz Pletz
3d040f9305
nixos/install: disable kernel debug console logging
Add another option for debugging instead. Lots of users have been
complaining about this default behaviour.

This patch also cleans up the EFI bootloader entries in the ISO.
2017-09-23 20:03:19 +02:00
Silvan Mosberger
eca23233b2 encrypted devices: add label set assertion (#29651) 2017-09-23 19:02:16 +01:00
Michael Raskin
8d001911db asymptote: do not install sty-files, let texlive care of it
TeXLive version is effectively identical anyway, and it caused an
unneccessary file name collision.

Fixes: #29671
2017-09-23 19:28:09 +02:00
John Ericson
8326c42dc2 Merge pull request #29708 from obsidiansystems/ghc-prebuilt-indent
ghc prebuilt: Normalize style without changing hashes
2017-09-23 13:04:00 -04:00
Pascal Wittmann
ad8958a747 Merge pull request #29678 from mimadrid/update/axel-2.14.1
axel: 2.13.1 -> 2.14.1
2017-09-23 19:03:31 +02:00
Pascal Wittmann
359b3b9c4c Merge pull request #29677 from mimadrid/update/entr-3.8
entr: 3.7 -> 3.8
2017-09-23 19:03:16 +02:00
Pascal Wittmann
acefacb9ef Merge pull request #29681 from mimadrid/update/filezilla-3.27.1
filezilla: 3.27.0.1 -> 3.27.1
2017-09-23 19:03:00 +02:00
Pascal Wittmann
53aa329054 Merge pull request #29680 from mimadrid/update/gsource-0.47
gsource: 0.44 -> 0.47
2017-09-23 19:02:45 +02:00
Robert Scott
9ca4f39b97 python.pkgs.python-gnupg: disable failing test test_search_keys
reading the code, it's hard to see how this test was *ever* supposed to
pass. interestingly, peeking across the fence, guix have disabled this test
too for the same reason.

note that tests don't actually run *at all* on py27 but that's a problem
for another day
2017-09-23 19:01:41 +02:00
John Ericson
2d52156793 ghc prebuilt: Fix indentation
Doing this separately so the other commits are more readable
2017-09-23 12:58:07 -04:00
John Ericson
a8ef3f6742 ghc prebuilt: Clean up syntax, without changes hashes
If I'm going to make a bunch more of these, I think it's a good idea to
make them more uniform first.
2017-09-23 12:58:07 -04:00
Robin Gloster
08b09fdc5c
fanctl, fan module: remove
This has been broken nearly all the time due to the patches needed to
iproute2 not being compatible with the newer versions we have been
shipping. As long as Ubuntu does not manage to upstream these changes
so they are maintained with iproute2 and we don't have a maintainer
updating these patches to new iproute2 versions it is not feasible to
have this available.
2017-09-23 17:55:33 +02:00
Samuel Leathers
694e7e08d6 kodi: 17.3 -> 17.4 2017-09-23 16:59:45 +02:00
Peter Simons
99f759de1c Revert "nixos: add option for bind to not resolve local queries (#29503)"
This reverts commit 670b4e29ad. The change
added in this commit was controversial when it was originally suggested
in https://github.com/NixOS/nixpkgs/pull/29205. Then that PR was closed
and a new one opened, https://github.com/NixOS/nixpkgs/pull/29503,
effectively circumventing the review process. I don't agree with this
modification. Adding an option 'resolveLocalQueries' to tell the locally
running name server that it should resolve local DNS queries feels
outright nuts. I agree that the current state is unsatisfactory and that
it should be improved, but this is not the right way.

(cherry picked from commit 23a021d12e)
2017-09-23 16:41:34 +02:00
Bjørn Forsman
3a58e41e43 nixos/gitolite: use group 'gitolite' instead of 'nogroup'
Having files (git repositories) owned by 'nogroup' is a bad idea.
2017-09-23 16:33:52 +02:00
Peter Simons
fc2c994991 Merge pull request #29586 from cocreature/ghcjs-shims
ghcjsHEAD: bump ghcjs shims
2017-09-23 16:15:20 +02:00
Robin Gloster
d6879f930a
radsecproxy: fix license 2017-09-23 15:37:28 +02:00
Vladimír Čunát
7c7f8c9c1d
knot-*: simplify lmdb dependency
Partly thanks to lmdb.pc, partly thanks to 84bd2f4
(hopefully; untested on Darwin).
2017-09-23 14:15:56 +02:00
Joachim F
dbf4d4ebb5 Merge pull request #29658 from teto/ctags
universal-ctags: generate manpage
2017-09-23 12:04:06 +00:00
Joachim F
6cd2ebc1d1 Merge pull request #29674 from dapphub/solc-0-4-17
solc: v0.4.16 -> v0.4.17
2017-09-23 12:01:01 +00:00
Joachim F
2756fac2ae Merge pull request #29667 from sargon/radsecproxy
radsecproxy: init at 1.6.9
2017-09-23 11:58:06 +00:00
Antoine Eiche
35f205a4b6 dockerTools.buildImage: Switch to the format image generated by Skopeo
We were using 'Combined Image JSON + Filesystem Changeset Format' [1] to
unpack and pack image and this patch switches to the format used by the registry.

We used the 'repository' file which is not generated by Skopeo when it
pulls an image. Moreover, all information of this file are also in the
manifest.json file.
We then use the manifest.json file instead of 'repository' file. Note
also the manifest.json file is required to push an image with Skopeo.

Fix #29636

[1] 749d90e10f/image/spec/v1.1.md (combined-image-json--filesystem-changeset-format)
2017-09-23 13:17:07 +02:00
Michael Raskin
f7d7c7bedf singular: use gcc5
Progress on: #28643
Fixes: #29682
2017-09-23 10:16:47 +02:00
Matthieu Coudron
5c4ddc30d3 universal-ctags: 2017-01-08 -> 2017-09-22 2017-09-23 16:53:20 +09:00
Frederik Rietdijk
18ebc8dba9 Merge pull request #29676 from mimadrid/update/calc-2.12.6.3
calc: 2.12.6.1 -> 2.12.6.3
2017-09-23 08:39:02 +02:00
Frederik Rietdijk
805fa2e667 python.pkgs.botocore: fix dependencies 2017-09-23 08:23:43 +02:00
Frederik Rietdijk
5e916914ef python.pkgs: alias dateutil to python-dateutil 2017-09-23 08:23:43 +02:00
Ruben Maher
b1c4498b41 awsebcli: init at 3.10.5 2017-09-23 08:23:43 +02:00
Ruben Maher
65aba6ed17 pythonPackages.semantic-version: use fetchPypi
In order to make it nicer to override when a specific version is required for
Python derivations.
2017-09-23 08:23:43 +02:00
Ruben Maher
4101582270 pythonPackages.tabulate: use fetchPypi
In order to make it nicer to override when a specific version is required for
Python derivations.
2017-09-23 08:23:43 +02:00
Ruben Maher
742de0bf24 pythonPackages.cement: init at 2.8.2
This is a dependency of awsebcli.
2017-09-23 08:23:43 +02:00
Ruben Maher
9a0155a241 pythonPackages.blessed: init at 1.14.2
This is a dependency of awsebcli.
2017-09-23 08:23:43 +02:00
Ruben Maher
2948b570f5 maintainers.nix: Add myself 2017-09-23 08:23:43 +02:00
Michael Weiss
5f0a7cded7 nox: Add a temporary patch for the "wip" command
See #29684.
2017-09-23 04:25:11 +02:00
Patrick Callahan
8be447b522 varnish: enable Darwin build 2017-09-22 17:45:10 -07:00
John Ericson
17de435533 ghc prebuilt: Don't hardcode the version in a few more places
This removes noise in the diff, making creating new versions easier. No
hashes should be changed.
2017-09-22 19:53:29 -04:00