Commit graph

243485 commits

Author SHA1 Message Date
Will Young 0ef1be0aa1 couchdb: add support for version 3.1.0 2020-09-11 14:03:16 +02:00
Vladimír Čunát 2bb1868f76
Merge #97746: test-driver.py: defaulting keepVmState 2020-09-11 13:39:35 +02:00
Aaron Andersen 49fa4a02b5
Merge pull request #97644 from stigtsp/codeowners/perl-stigtsp
CODEOWNERS: add stigtsp to perl
2020-09-11 07:30:24 -04:00
Mario Rodas b83b7153e3
Merge pull request #97623 from marsam/update-grpc
grpc: 1.31.0 -> 1.32.0
2020-09-11 06:06:11 -05:00
dawidsowa 59e1c16030 mpvScripts.autoload: init at 2019-02-15 2020-09-11 12:59:17 +02:00
freezeboy c66bd4b04d commitizen: init at 4.2.1 2020-09-11 12:45:36 +02:00
Yorick c1bef53ab5
nixos/victoriametrics: escape newlines in ExecStart
Fixes #96206
2020-09-11 12:44:33 +02:00
Thomas Tuegel a4ba092089
Merge pull request #97671 from ttuegel/appstream-qt-multiple-outputs
appstream-qt: multiple outputs
2020-09-11 05:38:41 -05:00
Mario Rodas 7d6fd8b008
Merge pull request #97731 from marsam/tab-python3
tab: use python3
2020-09-11 05:38:04 -05:00
Thomas Tuegel eace2d8a1a
Merge pull request #97669 from ttuegel/plasma-workspace-qdbus-path
plasma-workspace: fix path to qdbus
2020-09-11 05:37:23 -05:00
Thomas Tuegel 98754abe78
Merge pull request #97735 from orivej/plasma5-bluetooth
nixos/plasma5: fix build with hardware.bluetooth.enable after #97456
2020-09-11 05:35:57 -05:00
freezeboy 554c1c4c24 newman: init at 5.2.0 2020-09-11 12:35:38 +02:00
Linus Heckemann 9c170e66f0 xva-img: init at 1.4.1 2020-09-11 12:18:09 +02:00
freezeboy 6dafaa5258 jackmix, jackmix_jack1: fix build, add alsaLib dependency 2020-09-11 12:07:56 +02:00
Andreas Rammhold 98036b1a18
Merge pull request #97739 from NinjaTrappeur/prosody-0-11-6
prosody: 0.11.5 -> 0.11.6
2020-09-11 12:06:59 +02:00
Jan Tojnar 786d9316ad
gnome3.eog: format
* format with nixpkgs-fmt
* replace name with pname & version
* use pkg-config instead of pkgconfig alias
2020-09-11 11:33:38 +02:00
Doron Behar c69187375f
Merge pull request #97089 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.9321 -> 0.1.9454
2020-09-11 12:31:04 +03:00
Michael Weiss f192636304
signal-desktop: 1.35.1 -> 1.36.1 2020-09-11 11:29:04 +02:00
Doron Behar 5967d869dc
Merge pull request #97125 from r-ryantm/auto-update/flyctl
flyctl: 0.0.137 -> 0.0.140
2020-09-11 12:27:59 +03:00
Maximilian Bosch 914148a665
Merge pull request #97724 from mweinelt/supervisor
pythonPackages.supervisor: drop glibc-2.31 patch
2020-09-11 11:16:48 +02:00
Doron Behar 6d4b93323e
Merge pull request #89372 from roman/88716/documentation-changes
gotools: update comments regarding gopls
2020-09-11 12:12:21 +03:00
Doron Behar 79e055eb3b
Update pkgs/development/tools/gotools/default.nix 2020-09-11 12:08:04 +03:00
Doron Behar 5c3abccfaf
Update pkgs/development/tools/gotools/default.nix
Co-authored-by: Roman Volosatovs <rvolosatovs@users.noreply.github.com>
2020-09-11 12:07:54 +03:00
Maximilian Bosch 0a21d06682
wdisplays: fix startup on sway 1.5
Starting `wdisplays` on a NixOS 20.09 with `sway-1.5` breaks with the
following output:

```
(wdisplays:28400): Gtk-WARNING **: 10:26:38.619: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/bullet-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.
Gdk-Message: 10:26:38.752: Error reading events from display: Success
```

The first two warnings can be fixed by adding `wrapGAppsHook`. The last
error is an upstream bug that can be fixed by applying the patch from a
pending PR[1].

[1] https://github.com/cyclopsian/wdisplays/pull/20
2020-09-11 11:00:40 +02:00
Florian Klink 56456fef75
Merge pull request #97689 from TethysSvensson/issue-97433
nixos/systemd-boot: Temporarily ignore errors
2020-09-11 10:53:07 +02:00
Félix Baylac-Jacqué e571b315e2
test-driver.py: defaulting keepVmState in Machine init
ecb73fd555 introduced a new keepVmState
CLI flag for test-driver.py. This CLI flags gets forwarded to the
Machine class through create_machine.

It created a regression for the boot tests where __main__ end up not
being evaluated. See
https://github.com/NixOS/nixpkgs/pull/97346#issuecomment-690951837 for
bug report.

Defaulting keepVmState to false when __main__ ends up not being
evaluated.
2020-09-11 10:47:03 +02:00
Jaka Hudoklin a4754caab7
Merge pull request #97643 from kampka/kops
Kops
2020-09-11 09:37:12 +02:00
Félix Baylac-Jacqué b47cabb6ac
prosody: 0.11.5 -> 0.11.6
See https://blog.prosody.im/prosody-0.11.6-released/ for the release
notes.
2020-09-11 08:38:18 +02:00
Doron Behar 35521e4ea7
Merge pull request #95599 from doronbehar/module/mpd/passwordFile
nixos/mpd: Allow to configure a credentialsFile
2020-09-11 09:11:13 +03:00
Orivej Desh 21b2900bd4 nixos/plasma5: fix build with hardware.bluetooth.enable = true after #97456 2020-09-11 05:29:57 +00:00
Orivej Desh 98a3c77296
seq66: init at 0.90.5 (#97728) 2020-09-11 05:12:10 +00:00
Mario Rodas 97bfffe7ba
Merge pull request #97729 from marsam/update-node-14x
nodejs-14_x: 14.10.0 -> 14.10.1
2020-09-10 23:35:40 -05:00
Mario Rodas 9e7d5d9af4
Merge pull request #97701 from pnelson/nextdns-1.8.3
nextdns: 1.7.1 -> 1.8.3
2020-09-10 23:35:01 -05:00
Mario Rodas e025a20c4c
Merge pull request #97719 from equirosa/croc
croc: 8.3.0 -> 8.3.1
2020-09-10 23:33:09 -05:00
Matthew Bauer 9112a9d882
Merge pull request #93596 from obsidiansystems/ios-13
Support iOS 13 in cross
2020-09-10 23:24:47 -05:00
Matthew Bauer 86d8c55470
Merge branch 'staging' into ios-13 2020-09-10 23:24:26 -05:00
Matthew Bauer 61517de024
Merge pull request #93912 from thefloweringash/cctools-tapi
stdenv/darwin: enable tapi support in cctools
2020-09-10 23:23:52 -05:00
Orivej Desh 4c9b89a764 mamba: 1.3 -> 1.4 2020-09-11 02:10:54 +00:00
Martin Weinelt 4607f02589
pythonPackages.supervisor: drop glibc-2.31 patch
A fix was integrated into the 4.2.1 release.
2020-09-11 02:37:21 +02:00
zowoq 619061532a go_1_14: 1.14.8 -> 1.14.9 2020-09-11 09:53:55 +10:00
zowoq 240d8246e8 go: 1.15.1 -> 1.15.2 2020-09-11 09:53:27 +10:00
Jack Kelly 25bd44cea3 aws-sam-cli: fix version bounds 2020-09-10 16:46:03 -07:00
Daniël de Kok 1839c5cd7b python3Packages.datasets: init at 1.0.0
This library provides open-access datasets an evaluation metrics for
natural language processing using PyTorch, TensorFlow, NumPy, and
Pandas.
2020-09-10 16:06:40 -07:00
Robert Scott 9627ae4f9a pythonPackages.pysnow: fix build & tests 2020-09-10 16:05:05 -07:00
Mario Rodas c6033d8154 nodejs-14_x: 14.10.0 -> 14.10.1
https://github.com/nodejs/node/releases/tag/v14.10.1
2020-09-10 18:00:00 -05:00
Eduardo Quiros 98b8f5d2a6
croc: 8.3.0 -> 8.3.1 2020-09-10 16:57:58 -06:00
R. RyanTM e6f5583c6e at-spi2-core: 2.36.0 -> 2.36.1 2020-09-11 00:56:27 +02:00
Robert Scott ef82f49fc0 pythonPackages.pyjet: fix tests
tests are now pytest tests, and not included in the pypi tarball
2020-09-10 15:16:44 -07:00
Robert Scott 70c56dd486 pythonPackages.pq: fix build
we can't run the tests anyway, so remove fragile attempts to patch them
2020-09-10 15:15:58 -07:00
Robert Scott 483fa86c36 pythonPackages.hiredis: fix tests
just requires the source-directory-hiding trick
2020-09-10 15:15:39 -07:00