Commit graph

239847 commits

Author SHA1 Message Date
Thomas Tuegel 1f512d7804 z3: 4.8.7 -> 4.8.8 2020-08-21 19:05:55 -07:00
R. RyanTM 53f1e6b05b azure-storage-azcopy: 10.5.1 -> 10.6.0 2020-08-21 18:58:51 -07:00
Ryan Mulligan b4e601b4d9
Merge pull request #95574 from raboof/nixpkgs-qosmic
qosmic: init at 1.6.0
2020-08-21 18:56:31 -07:00
Jonathan Ringer bd44ed5ab0 eolie: use webkitgtk without GLES enabled 2020-08-21 18:56:16 -07:00
Jonathan Ringer b9592aa9ae webkitgtk: add enableGLES switch 2020-08-21 18:56:16 -07:00
Jonathan Ringer 43fc3a03a2 eolie: 0.9.63 -> 0.9.99, fix build 2020-08-21 18:56:16 -07:00
Jonathan Ringer a4672f78d5 python3Packages.pyfxa: fix deps and tests 2020-08-21 18:56:16 -07:00
R. RyanTM 573125efef atlantis: 0.14.0 -> 0.15.0 2020-08-22 00:21:38 +00:00
Silvan Mosberger 5f212d693f
Merge pull request #95938 from Infinisil/fix-manual
nixos/logrotate: Fix option reference
2020-08-22 01:42:23 +02:00
Maximilian Bosch 787488fee3
Merge pull request #95936 from jonafato/keepassxc-2.6.1
keepassxc: 2.6.0 -> 2.6.1
2020-08-22 01:41:39 +02:00
Silvan Mosberger 1b8a94db67
nixos/logrotate: Fix option reference
Fixes the manual build
2020-08-22 01:38:38 +02:00
Sybrand Aarnoutse 56535ba530 pipes: fix dependencies
Fixes: https://github.com/NixOS/nixpkgs/issues/95902
2020-08-21 16:37:24 -07:00
Maximilian Bosch dea3a5edcb
Merge pull request #95935 from jonringer/minor-grammar-fixes
nixos/release-notes: minor fixes
2020-08-22 01:27:38 +02:00
Maximilian Bosch 8642072014
Merge pull request #95930 from Infinisil/fzf-perl
fzf: Make sure that perl path is valid
2020-08-22 01:26:31 +02:00
Matthias Totschnig 9b2769b061 rethinkdb: use clangStdenv
And remove patch working around a GCC bug.
2020-08-21 15:44:52 -07:00
Matthias Totschnig 8025e4ffe4 rethinkdb: 2.3.6 -> 2.4.1, fix
Update patch that prevents making V8 snapshots, as those segfault.

Fix build by building only the database server. Other make targets fetch
dependencies at build time and this behaviour cannot be overriden.
Therefore, the clients and web interface are no longer built. See
rethinkdb/rethinkdb#6867.
2020-08-21 15:44:52 -07:00
Matthias Totschnig 0466ae30ea python2.pkgs.rethinkdb: fix
Add missing dependency on `setuptools`, reflect changed license.
2020-08-21 15:44:52 -07:00
Oleksii Filonenko e0e54d6171
Merge pull request #95884 from marsam/update-docker-slim
docker-slim: 1.30.0 -> 1.31.0
2020-08-22 01:34:30 +03:00
06kellyjac 01c32e49a9 deno: avoid nix-prefetch error
nix-prefetch is failing with an error containing
'allow-unsafe-native-code-during-evaluation'.
This change avoids and handles this error so the update still used.

This isn't intended as a permanent fix but it works for now.
2020-08-21 23:08:15 +01:00
zowoq 2da8587c01 deepin.dde-api: mark as broken 2020-08-22 07:59:13 +10:00
Jon Banafato 3a09fbb277 keepassxc: 2.6.0 -> 2.6.1 2020-08-21 17:56:16 -04:00
José Romildo Malaquias e10dc49870
Merge pull request #94819 from romildo/upd.blueberry
blueberry: init at 1.3.9
2020-08-21 18:52:07 -03:00
Cole Helbling e2b09f42ba dwarf-fortress: TWBT: use fork for dfhack 0.47.04 support
The original mifki TWBT hasn't been updated since April 2019, while
thurin's fork has added support for dfhack 0.47.04-r2. Thus, switch to
thurin's fork when Dwarf Fortress 0.47.04 is used (and ever-so-slightly
special case the url attribute).
2020-08-21 14:45:53 -07:00
Cole Helbling 50bf68669a dfhack: fix ruby plugin
dfhack expects an unversioned libruby.so to be present in the hack
subdirectory for ruby plugins to function. The glob is necessary,
because the ruby package's library names are formatted as
ruby-${version}.so for whatever reason. The glob makes it possible for
ruby to update without manual intervention being needed here.
2020-08-21 14:45:53 -07:00
Cole Helbling 5db4a65384 dfhack: 0.47.04-alpha0 -> 0.47.04-r2
As of
56e43a0dde,
dfhack gets its goodies from the directory above the Dwarf_Fortress
executable, which leads to stock Dwarf Fortress and not the built
environment where all the dfhack resources are symlinked to (typically
~/.local/share/df_linux). This causes errors like `tweak is not a
recognized command` to be reported and dfhack to lose some of its
functionality.
2020-08-21 14:45:53 -07:00
Jonathan Ringer 19d2c0cb55
nixos/release-notes: minor fixes 2020-08-21 14:41:03 -07:00
Silvan Mosberger b6d657adbe release-notes: Mention stricter option evaluation
As caused by https://github.com/NixOS/nixpkgs/pull/82743
2020-08-21 14:37:32 -07:00
Silvan Mosberger d400dcaa48 release-notes: Mention freeform modules
As introduced by https://github.com/NixOS/nixpkgs/pull/82743
2020-08-21 14:37:32 -07:00
Aaron Andersen 4df837063f
Merge pull request #95809 from aanderse/logrotate
nixos/logrotate: switch `paths` option type from listOf to attrsOf
2020-08-21 17:31:52 -04:00
06kellyjac 3fbad3ec7a deno: 1.3.0 -> 1.3.1 2020-08-21 22:15:54 +01:00
Aaron Andersen 91db1c8aec
Merge pull request #87712 from aanderse/zabbix
zabbix: 4.4.8 -> 5.0.2
2020-08-21 17:11:55 -04:00
Aaron Andersen 06d17caf92 nixos/httpd: configure log rotation 2020-08-21 17:04:07 -04:00
Aaron Andersen 00f08005af nixos/logrotate: switch paths option type from listOf to attrsOf 2020-08-21 17:04:04 -04:00
zowoq 0447711c07 meguca: remove top-level attribute
6f4141507b
2020-08-22 07:00:56 +10:00
Silvan Mosberger bf777413f9
Merge pull request #95722 from Infinisil/dovecot-mailboxes-improved
nixos/dovecot: Improve mailboxes type
2020-08-21 22:40:50 +02:00
Silvan Mosberger 7ff5fd2e91
fzf: Make sure that perl path is valid 2020-08-21 22:30:27 +02:00
Dmitry Kalinkin cf7a15a482
Merge pull request #94849 from tobim/pkgs/arrow-cpp-1.0
arrow-cpp: 0.17.1 -> 1.0.0
2020-08-21 13:08:19 -07:00
Roman Kuznetsov d23b407be4
vscode, vscodium: 1.48.0 -> 1.48.1 2020-08-21 22:02:27 +02:00
Jörg Thalheim 6f4141507b
meguca: remove (#95920) 2020-08-21 13:00:40 -07:00
Jörg Thalheim 78cde427e8
storebrowse: remove (#95919)
I don't even bother to add it as deprecated to aliases.nix.
It was marked as broken in 2016.
2020-08-21 12:58:34 -07:00
Tim Steinbach 3c99c3105f
linux: 5.7.16 -> 5.7.17 2020-08-21 15:53:20 -04:00
Tim Steinbach febd844975
linux: 5.4.59 -> 5.4.60 2020-08-21 15:53:20 -04:00
Tim Steinbach bcd17284ec
linux: 4.9.232 -> 4.9.233 2020-08-21 15:53:20 -04:00
Tim Steinbach 81f8d8e881
linux: 4.4.232 -> 4.4.233 2020-08-21 15:53:19 -04:00
Tim Steinbach cf39f96ab0
linux: 4.19.140 -> 4.19.141 2020-08-21 15:53:19 -04:00
Tim Steinbach 07bfff3c1c
linux: 4.14.193 -> 4.14.194 2020-08-21 15:53:19 -04:00
Maximilian Bosch 18f6323fab
Merge pull request #95898 from xfix/php-sendmail
php: use system-sendmail
2020-08-21 21:51:19 +02:00
Janne Heß 540c033507
nixos/hardened: Port test to Python and fix it
Related to #72828
Replaces and closes #76708

Looks like `nix ping-store` does not output anything anymore but still
fails when the connection does not work.
2020-08-21 21:35:07 +02:00
Jan Tojnar 2b6f959c3b gitAndTools.diff-so-fancy: Fix shebang patching and clean up
perl is a runtime dependency so it needs to be in buildInputs,
otherwise patchShebangs hook will not see it.
2020-08-21 12:31:29 -07:00
Daniël de Kok faa23a0f32 clpeak: init at 1.1.0
A tool which profiles OpenCL devices to find their peak capacities.
2020-08-21 12:31:11 -07:00