Commit Graph

218854 Commits

Author SHA1 Message Date
Maximilian Bosch
b938ab99e0
vorta: init at 0.6.24
Simple QT5-based desktop client[1] for `borgbackup`[2].

[1] https://vorta.borgbase.com/
[2] https://borgbackup.readthedocs.io/en/stable/
2020-03-28 22:36:02 +01:00
Matthias Beyer
63a3a81863 mutt: 1.13.4 -> 1.13.5 2020-03-28 22:27:38 +01:00
Matthias Beyer
3a3860fe48 mixx: Build with libshout 2.4.1
Because libshout 2.4.2 and newer seem to break streaming in mixxx, build
it with 2.4.1 instead.

This actually fixes the problem.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-03-28 22:25:08 +01:00
Maximilian Bosch
74deced24d
Merge pull request #83521 from herrwiese/for-master/matrix-dl
matrix-dl: init at (unstable-)2019-09-22
2020-03-28 21:24:33 +01:00
Andreas Rammhold
c8de31baa6 buildRustCrateTests: Fix link order test on darwin
As it turns out Darwin does most of the things differently then "normal"
systems. They are using a different shared library extension and require
an obscure commandline parameter that has to be added to every build
system out there. That issue seems to be with clang on Darwin as on
Linux that flag isn't required to build the very same tests (when using
clang).

After adjusting these two details the tests are running fine on the
darwin box that I was able to obtain.
2020-03-28 21:13:16 +01:00
Lancelot SIX
1b5e196f3f
Merge pull request #83612 from doronbehar/update-cpp-utilities
cpp-utilities: 5.2.0 -> 5.3.0
2020-03-28 20:57:35 +01:00
Vincent Bernat
7c451c3b6b
nginx: increase types_hash_max_size to 4096 (#83609)
After upgrading to NixOS 20.03, I've got the following warning:

    nginx: [warn] could not build optimal types_hash, you should increase either types_hash_max_size: 2048 or types_hash_bucket_size: 64; ignoring types_hash_bucket_size

The documentation states that "if nginx emits the message requesting
to increase either hash max size or hash bucket size then the first
parameter should first be increased" (aka types_hash_max_size).

In 19.03, the size of mime.types was around 100 entries. In 20.03, we
are around 900 entries. This is due to ff0148d868bd which makes nginx
use mailcap mime.types.
2020-03-28 20:40:44 +01:00
Francesco Gazzetta
7887a4ac38
mindustry: 103 -> 104.6 (#83613) 2020-03-28 20:31:00 +01:00
Vincent Bernat
8f8cbec985
nixos/nginx: use mailcap mimetypes in all cases (#83611)
In ff0148d868bd, nginx configuration was modified to use mime.types
from mailcap package as it is more complete. However, there are two
places where mime.types is included in configuration. When the user
was setting `cfg.httpConfig`, the mime.types from nginx was still
used. This commit fix that by moving the common snippet in a variable
of its own and ensure it is used at both places.
2020-03-28 20:29:09 +01:00
Domen Kožar
77a062fe47
spring: 104.0.1-1466-g9ee29da -> 104.0.1-1474-g69b06d0 2020-03-28 18:52:49 +01:00
Doron Behar
88508a7243 cpp-utilities: 5.2.0 -> 5.3.0 2020-03-28 20:46:34 +03:00
Maximilian Bosch
5a7d2e18fe
cargo-make: 0.30.0 -> 0.30.1
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.1
2020-03-28 17:11:24 +01:00
Jaakko Luttinen
f576221832 electron-cash: 4.0.11 -> 4.0.14 2020-03-28 16:55:29 +01:00
Benjamin Hipple
97f09ff09f pythonPackages.ntlm-auth: 1.0.3 -> 1.4.0 to fix build
On master and 20.03, this is failing to build on `python 3.8`.

https://hydra.nixos.org/build/115517329
https://hydra.nixos.org/build/114714922

CC @NixOS/nixos-release-managers
ZHF: #80379

Co-Authored-By: Niklas Hambüchen <mail@nh2.me>
2020-03-28 11:44:59 -04:00
Ryan Mulligan
c2b0601d48
Merge pull request #83075 from r-ryantm/auto-update/dropbox-cli
dropbox-cli: 2019.02.14 -> 2020.03.04
2020-03-28 08:39:52 -07:00
Ryan Mulligan
9e12173950
Merge pull request #83242 from r-ryantm/auto-update/pcm
pcm: 201902 -> 202003
2020-03-28 08:39:14 -07:00
Ryan Mulligan
6a62d6c532
Merge pull request #83449 from r-ryantm/auto-update/drumkv1
drumkv1: 0.9.12 -> 0.9.13
2020-03-28 08:37:45 -07:00
Maximilian Bosch
63e81053b0
Merge pull request #74504 from xwvvvvwx/wg-quick-tests
tests/wireguard: init wg-quick
2020-03-28 16:26:43 +01:00
Benjamin Hipple
c7ec025888
Merge pull request #83577 from jollheef/codeql-2.1.0
codeql: 2.0.4 -> 2.1.0
2020-03-28 11:24:14 -04:00
Niklas Hambüchen
6375517419
Merge pull request #83594 from bhipple/f/aliases
aliases.nix: add aliases for removed torch packages
2020-03-28 16:07:10 +01:00
Andreas Rammhold
d86bfec309
Merge pull request #83379 from symphorien/rust-link
buildRustCrate: don't sort link flags
2020-03-28 16:02:51 +01:00
Orivej Desh
ce1695ace7 midicsv: init at 1.1 2020-03-28 14:43:03 +00:00
Benjamin Hipple
a80ed9f72a aliases.nix: add aliases for removed torch packages
We've removed the abandoned and broken torch project as part of https://github.com/NixOS/nixpkgs/issues/71888

This commit adds aliases for:

- https://github.com/NixOS/nixpkgs/pull/81173
- https://github.com/NixOS/nixpkgs/pull/83568
2020-03-28 09:54:59 -04:00
Michael Weiss
d83420f5e1
Merge pull request #82919 from artemist/chromium-ozone
chromium: Add option to enable ozone (for Wayland)
2020-03-28 14:50:21 +01:00
Elis Hirwing
3af756fce3
Merge pull request #83397 from marsam/update-xonsh
xonsh: 0.9.14 -> 0.9.15
2020-03-28 14:43:26 +01:00
Elis Hirwing
f2baa711d1
Merge pull request #82237 from zaninime/libgen-cli
libgen-cli: init at 1.0.5
2020-03-28 14:36:38 +01:00
Elis Hirwing
362a983a45
Merge pull request #82278 from lightdiscord/package-request/pdf-parser
pdf-parser: init at 0.7.4
2020-03-28 14:34:02 +01:00
Elis Hirwing
d0abce68ba
Merge pull request #82303 from sjmackenzie/seabreeze
seabreeze: udev rules not installed
2020-03-28 14:32:33 +01:00
Benjamin Asbach
f77a42d32e netbeans: added myself to maintainers list 2020-03-28 14:26:00 +01:00
Peter Hoeg
1859f129d2
Merge pull request #25311 from peterhoeg/f/udev-settle
display-manager: systemd-udev-settle serves no purpose, boot 10% faster
2020-03-28 21:24:32 +08:00
Benjamin Asbach
49eec08cc8 netbeans: 11.2 -> 11.3 2020-03-28 14:00:11 +01:00
Orivej Desh
06313ad0c4 zita-ajbridge: init at 0.8.2 2020-03-28 12:59:56 +00:00
Michael Raskin
05f0934825
Merge pull request #82939 from jluttine/linphone-4.1.1
linphone: 3.12.0 -> unstable-2020-03-06
2020-03-28 12:27:16 +00:00
pacien
1c8b75a027 gscan2pdf: 2.6.3 -> 2.6.5 2020-03-28 13:20:04 +01:00
Robin Gloster
d4f08ee383
Merge pull request #83452 from prusnak/slack
slack: 4.2.0 -> 4.4.0
2020-03-28 12:06:19 +00:00
Symphorien Gibol
2f7fb1c497 buildRustCrateTests: add regression test for link order 2020-03-28 12:00:00 +00:00
Robin Gloster
11b2136565
Merge pull request #83559 from r-ryantm/auto-update/python2.7-plumbum
python27Packages.plumbum: 1.6.8 -> 1.6.9
2020-03-28 11:52:15 +00:00
Timo Kaufmann
d8cb79d6a6
Merge pull request #83502 from minijackson/vimPlugins-gruvbox-community-2020-02-24
vimPlugins.gruvbox-community: 2019-05-31 -> 2020-02-24
2020-03-28 11:45:12 +00:00
Jörg Thalheim
f909e50287
gitAndTools.grv: fix build by using vendored libgit 2020-03-28 11:42:07 +00:00
Jörg Thalheim
716bb29c3d
deepin.startdde: fix strict deps build 2020-03-28 11:42:07 +00:00
Jörg Thalheim
f031352ae3
deepin.dde-daemon: fix strict deps build 2020-03-28 11:42:07 +00:00
Jörg Thalheim
4f44435071
deepin.dde-api: fix strict build 2020-03-28 11:42:07 +00:00
Jörg Thalheim
d13c14b5e3
gitAndTools.grv: 0.3.1 -> 0.3.2 2020-03-28 11:42:07 +00:00
Katharina Fey
b3e6d205b8
msmtp: adding texinfo to buildInputs (#83497) 2020-03-28 12:40:30 +01:00
Timo Kaufmann
f076eced64
Merge pull request #79193 from equirosa/vimPlugins.vim-kitty-navigator
vimPlugins.vim-kitty-navigator: init at 2019-11-04
2020-03-28 11:38:17 +00:00
Jörg Thalheim
b4567fb004
Merge pull request #82682 from Mic92/xidlehook
xidlehook: 0.8.0 -> 0.8.2
2020-03-28 11:37:44 +00:00
Daiderd Jordan
67938c1bfd
Merge pull request #82097 from millerjason/bugfix/vim_configurable
vim_configurable: fix default gui for darwin
2020-03-28 11:50:32 +01:00
Jaakko Luttinen
86a012b960
trx: 0.4 -> 0.5 2020-03-28 12:49:50 +02:00
Jaakko Luttinen
70e538893c
mediastreamer-openh264: 1.2.1 -> unstable-2020-03-03 2020-03-28 12:49:50 +02:00
Jaakko Luttinen
8b2abbbcb5
linphone: 3.12.0 -> unstable-2020-03-06 2020-03-28 12:49:50 +02:00