Jan Malakhovski
3c0cced272
nixos: doc: nixos-manual: fix assert
2018-09-24 21:07:55 +00:00
Ben Wolsieffer
da18634eff
valgrind: enable debug info ( #47251 )
...
At least on ARM, valgrind produces no stack trace unless debug info is
available for its own libraries.
2018-09-24 22:57:38 +02:00
Austin Seipp
0ce90d58cc
nixos/chrony: clean up, rework to be a little closer to upstream
...
Most importantly, this sets PrivateTmp, ProtectHome, and ProtectSystem
so that Chrony flaws are mitigated, should they occur.
Moving to ProtectSystem=full however, requires moving the chrony key
files under /var/lib/chrony -- which should be fine, anyway.
This also ensures ConditionCapability=CAP_SYS_TIME is set, ensuring
that chronyd will only be launched in an environment where such a
capability can be granted.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-09-24 15:42:44 -05:00
Jan Malakhovski
6ebad0821f
bluez-alsa: init at 1.3.1 ( #47236 )
2018-09-24 22:42:20 +02:00
Jörg Thalheim
0fcf01958b
Merge pull request #47112 from Avaq/add/twa
...
twa: init at 1.3.1
2018-09-24 21:41:37 +01:00
baracoder
7f0865bac8
dotnet-sdk: Reduce closure: Unpack to a subdirectory to prevent copying build files ( #47269 )
2018-09-24 21:38:26 +01:00
Dmitry Kalinkin
8229fbb486
lhapdf: fix "lhapdf list" interactive tool ( #44905 )
...
In version 6.2.1 the "list" command now uses python bindings, which need
to be imported, so we need to set the PYTHONPATH.
2018-09-24 22:37:44 +02:00
Vladyslav M
634c37cb83
fzy: 0.9 -> 1.0 ( #47295 )
2018-09-24 22:28:12 +02:00
Dmitry Kalinkin
256af6d039
texlive/combine.nix: drop nix1 support ( #47294 )
...
Since 7d1968c0e38 ('Nix minimal version: 1.11 -> 2.0') nixpkgs now require nix 2.0+
2018-09-24 22:22:10 +02:00
Elis Hirwing
a12787e61a
phpPackages.phpcbf: 3.3.1 -> 3.3.2
...
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.2
2018-09-24 22:17:51 +02:00
Elis Hirwing
1b0500e3f1
phpPackages.phpcs: 3.3.1 -> 3.3.2
...
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.2
2018-09-24 22:17:51 +02:00
Michael Raskin
ce411911e8
Merge pull request #47289 from 1000101/master
...
trezord: 2.0.14 -> 2.0.19 and nixos/trezord: revised and updated udev rules
2018-09-24 20:08:44 +00:00
Matthew Bauer
1427c50cea
nfs-utils: properly strip system-generators
...
nfs-utils had a dependency on gcc through
etc/systemd/system-generators/*-server-generator. It was not stripped
correctly because it’s not in an expected path. This adds it to the
strip list.
2018-09-24 15:07:26 -05:00
Matthew Bauer
2b7d6e463e
nixos: don’t enableQt4Support for installer profile
...
This is already done in
installer/cd-dvd/installation-cd-graphical-kde.nix but not in
profiles/graphical.nix. Related to #47256 .
2018-09-24 15:07:25 -05:00
Jörg Thalheim
0a8bbcbac5
Merge pull request #47273 from pacien/patch-5
...
matrix-synapse: 0.33.3.1 -> 0.33.5
2018-09-24 20:47:50 +01:00
Jan Malakhovski
563d5b1c87
nixos: top-level: indent
2018-09-24 19:45:16 +00:00
Jan Malakhovski
fece91537b
nixos: top-level: evaluate assertions before warnings
...
or else at least the following config will fail with an evaluation error
instead of an assert
```
{
services.nixosManual.enable = false;
services.nixosManual.showManual = true;
}
```
2018-09-24 19:45:15 +00:00
Jörg Thalheim
725b57ba11
Merge pull request #47283 from flokli/elasticsearch-dsl-6.2.1
...
pythonPackages.elasticsearch-dsl: 0.0.9 -> 6.2.1
2018-09-24 20:40:21 +01:00
Peter Simons
f705ee21f6
Update overrides for ghc-8.6.x.
2018-09-24 21:19:35 +02:00
Peter Simons
873476c55a
haskell-hspec-core: use latest version when building with ghc 8.6.x
2018-09-24 21:19:35 +02:00
Peter Simons
9de1461f45
haskell-stm: update overrides for the new 2.5.x version
2018-09-24 21:19:35 +02:00
Peter Simons
21dc7a6aa5
haskell-text: update overrides for the new version
2018-09-24 21:19:35 +02:00
Peter Simons
9e963c020e
haskell-stm: update overrides for the new 2.5.x version
2018-09-24 21:19:34 +02:00
Peter Simons
dbffdee9d2
Add a couple of overrides to fix build with GHC 8.6.1.
2018-09-24 21:19:34 +02:00
Peter Simons
89972ff45f
all-cabal-hashes: update snapshot to Hackage at 2018-09-18T11:13:20Z
2018-09-24 21:19:34 +02:00
Peter Simons
c50365ec92
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.11.1 from Hackage revision
be1e8a29d2
.
2018-09-24 21:19:29 +02:00
Peter Simons
2fc9fee6b2
hackage2nix: disable broken Hydra builds
2018-09-24 21:18:51 +02:00
Vladimír Čunát
3a09a4b579
Merge branch 'master' into staging
...
Hydra: ?compare=1480463
2018-09-24 21:18:23 +02:00
Florian Klink
18c7fbd78d
pythonPackages.elasticsearch-dsl: 0.0.9 -> 6.2.1
2018-09-24 21:08:31 +02:00
Domen Kožar
6eacc17157
nixos tests: move common configuration into separate file
...
This allows tests outside nixos to use acme setup.
2018-09-24 20:07:33 +01:00
R. RyanTM
f37b39d279
jackett: 0.10.160 -> 0.10.198
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2018-09-24 20:40:29 +02:00
Dmitry Kalinkin
39c85c3bf9
xfitter: init at 2.0.0
2018-09-24 14:34:49 -04:00
Dmitry Kalinkin
23e5af9e95
apfelgrid: init at 1.0.1
2018-09-24 14:34:49 -04:00
Dmitry Kalinkin
530de1cd82
apfel: init at 3.0.3
2018-09-24 14:34:49 -04:00
Dmitry Kalinkin
4f80119bc7
applgrid: init at 1.4.70
2018-09-24 14:34:49 -04:00
Dmitry Kalinkin
3187db6e8d
root5: init at 5.34.36
2018-09-24 14:34:49 -04:00
Dmitry Kalinkin
5c2a7f104e
qcdnum: init at 17-01-14
2018-09-24 14:34:48 -04:00
Dmitry Kalinkin
f793b9fd06
mela: init at 2.0.1
2018-09-24 14:34:10 -04:00
Dmitry Kalinkin
af476db8cb
hoppet: init at 1.2.0
2018-09-24 14:34:10 -04:00
rokk4
c160745a7b
ssocr: init at 2018-08-11
2018-09-24 20:10:51 +02:00
William Casarin
2aa0b85653
clightning: 0.6.0 -> 0.6.1
...
Update to the latest release.
Highlights for c-lightning users
--------------------------------
- Less stuck payments: Liveness ping test before locking up funds with peers.
- Better routing: now considers size of channels.
- Fewer spurious closes: fee estimate improvements, and new feerates command
- Several annoying bugs fixed.
Highlights for the network
--------------------------
- Gossipd now less spammy with channel_update.
- option_data_loss_protect to protect peers against being out-of-date.
- Payment errors now refer to the correct channel.
Internal Improvements
---------------------
- Simplified client flow; after init message exchange by connectd, each is
isolated in its own daemon.
- JSON parameter handling vastly simplfied.
- Python testing framework now uses proper fixtures, and split into separate
files.
- Many other cleanups and clarifications.
- We keepachangelog.com!
Signed-off-by: William Casarin <jb55@jb55.com>
2018-09-24 11:03:00 -07:00
1000101
082bf52e31
nixos/trezord: revised and updated udev rules
...
nixos/trezord: revised and updated udev rules
2018-09-24 19:55:14 +02:00
Jörg Thalheim
d123b30ed1
Merge pull request #47279 from asymmetric/asymmetric/remove-dapptools
...
Remove DappHub projects
2018-09-24 18:49:18 +01:00
Jörg Thalheim
82e739a003
Merge pull request #47221 from Mic92/vim-additional-nix-code
...
vim: remove legacy additional-nix-code
2018-09-24 18:48:17 +01:00
Maximilian Bosch
2babfb5a88
eztrace: 1.0.6 -> 1.1-7 ( #47282 )
...
See https://hydra.nixos.org/build/80721509
Addresses #45960
2018-09-24 19:34:35 +02:00
1000101
180d68ab39
trezord: 2.0.14 -> 2.0.19
2018-09-24 19:25:21 +02:00
Lorenzo Manacorda
6017c6fa5b
*: remove DappHub projects
...
DappHub maintains a separate overlay at
https://github.com/dapphub/dapptools/blob/master/overlay.nix
2018-09-24 19:24:06 +02:00
1000101
3b9d20ab8c
add myself 1000101 as maintainer
2018-09-24 19:23:30 +02:00
José Romildo Malaquias
7cd824116a
shades-of-gray-theme: init at 1.1.1 ( #47280 )
2018-09-24 19:22:56 +02:00
Will Dietz
cc2f6c866f
Merge pull request #47278 from dtzWill/fix/e2fsprogs-musl-patch
...
e2fsprogs: patch out glibc instead of local fix so headers are usable
2018-09-24 12:21:59 -05:00