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
Sascha Grunert
f3db33e522
Add NixOS 20.03 release note for Kubernetes v1.19.x
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-11 10:38:38 +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
Ted Reed
e45ddaeddf
acme-client: build with gcc
...
acme-client fails to build with clang, which breaks the build on darwin.
2020-09-10 21:59:50 -07: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
Mario Rodas
69c19c89fb
zeek: 3.2.0 -> 3.2.1
...
https://github.com/zeek/zeek/releases/tag/v3.2.1
2020-09-11 04:20:00 +00: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
Eduardo Quiros
98b8f5d2a6
croc: 8.3.0 -> 8.3.1
2020-09-10 16:57:58 -06: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
Drew Risinger
8f6436a825
python3Packages.parso: disable on python 2.7
...
* Disabled on python 2.7
* Updated meta
* Changed to pytestCheckHook
2020-09-10 15:09:01 -07:00
Sascha Grunert
29ddc02847
cargo-kcov: init at 0.5.2 ( #97691 )
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-10 23:45:40 +02:00
Jonathan Ringer
5916b96370
python3Packages.executor: 21.3 -> 23.1, fix tests
2020-09-10 14:39:20 -07:00
Maximilian Bosch
195842dd86
vorta: 0.7.0 -> 0.7.1
...
https://github.com/borgbase/vorta/releases/tag/v0.7.1
2020-09-10 23:37:27 +02:00
Lassulus
5cd42271a3
Merge pull request #97452 from Lassulus/zandronum-fix
...
zandronum: use new hg url
2020-09-10 22:57:00 +02:00
Tethys Svensson
1937fd3f19
discord-canary: 0.0.111 -> 0.0.112
2020-09-10 13:55:40 -07:00
Tethys Svensson
3ca40eebf9
discord-ptb: 0.0.21 -> 0.0.22
2020-09-10 13:55:40 -07:00
Tethys Svensson
977147bd04
discord: 0.0.11 -> 0.0.12
2020-09-10 13:55:40 -07:00
zowoq
d3875340df
conmon: 2.0.20 -> 2.0.21
...
https://github.com/containers/conmon/releases/tag/v2.0.21
2020-09-11 06:48:48 +10:00
Lassulus
ee16664c28
Merge pull request #66641 from 0x4A6F/master-wyvern
...
wyvern: init at 1.4.1
2020-09-10 22:40:02 +02:00
Jan Tojnar
8060ecb97d
exiv2: re-enable split outputs
...
Needs an extra patch to fix CMake config.
This reverts commit f8f840f664
.
2020-09-10 22:34:19 +02:00
Vincent Laporte
5f3be6b669
coqPackages.Verdi: enable for Coq 8.12
2020-09-10 22:10:02 +02:00
Vincent Laporte
7f797b9521
coqPackages.paco: enable for Coq 8.12
2020-09-10 22:10:02 +02:00
Marek Mahut
afeb6560db
Merge pull request #97678 from RaghavSood/ethereum/1.9.21
...
go-ethereum: 1.9.20 -> 1.9.21
2020-09-10 22:08:36 +02:00
Lassulus
173be45747
Merge pull request #93944 from ericdallo/add-midi-visualizer
...
MIDIVisualizer: init at 5.1
2020-09-10 22:08:01 +02:00
Philip Nelson
c36dabdbdd
nextdns: 1.7.1 -> 1.8.3
2020-09-10 15:54:54 -04:00
Matthew Bauer
8483d29d60
Merge pull request #97587 from arcnmx/arch-fix
...
Fix arch eval error
2020-09-10 14:48:25 -05:00
Robert Scott
140b8718fb
Merge pull request #97630 from treed/zhf-rpm-darwin
...
rpm: add openmp when building with clang
2020-09-10 20:38:23 +01:00
Lassulus
065b4af1c7
Merge pull request #93970 from albakham/pkg/sublime-music
...
sublime-music: 0.11.0 -> 0.11.7
2020-09-10 21:34:41 +02:00
Vladimír Čunát
538e558f48
Revert "Merge #96844 : nixos/nfsd: run rpc-statd as a normal user"
...
This reverts commit 42eebd7ade
, reversing
changes made to b169bfc9e2
.
This breaks nfs3.simple test and even current PR #97656 wouldn't fix it.
Therefore let's revert for now to unblock the channels.
2020-09-10 21:31:35 +02:00
Florian Klink
ee55841b22
Merge pull request #97346 from NinjaTrappeur/nin-fix-vm-rm-state
...
test-driver.py: fix VM state directory deletion
2020-09-10 21:31:02 +02:00
0x4A6F
2e69b42a81
wyvern: init at 1.4.1
2020-09-10 19:27:00 +00:00
Matthew Bauer
c85fc341b0
pytorch: update to use passthru's for checks
...
This makes the checks a little easier to understand - we can just
check it in the passthru. Also increase major check for cuda 11.
2020-09-10 14:23:15 -05:00
Alex Whitt
309fb9c03b
allegro: Add patch to fix fatal build error
2020-09-10 15:20:44 -04:00
Florian Klink
303078d9ca
Merge pull request #97303 from martinetd/systemd-confinement-list
...
systemd-confinement: handle ExecStarts etc being lists
2020-09-10 21:17:17 +02:00