Commit graph

243230 commits

Author SHA1 Message Date
Gabriel Ebner 0256763808
Merge pull request #97596 from gebner/fix-qt5ct
nixos/qt5ct: do not require qtstyleplugins
2020-09-10 08:51:21 +02:00
Gabriel Ebner 1ccafcbb8a
Merge pull request #81132 from cohei/init-cmigemo 2020-09-10 08:50:20 +02:00
Vladimír Čunát 6847084284
knot-dns: libbpf is Linux-only
I should've noticed before pushing; I'm sorry.
2020-09-10 08:46:44 +02:00
Daniël de Kok b2bd34d62a
Merge pull request #97545 from siraben/mkrom-1.0.2
knightos-mkrom: unstable-2020-06-11 -> 1.0.2
2020-09-10 08:15:10 +02:00
TANIGUCHI Kohei b063ae1aa8 cmigemo: init at 1.3e
cmigemo is a tool that supports Japanese incremental search with Romaji.
2020-09-10 14:57:43 +09:00
TANIGUCHI Kohei 8a6f8043d2 maintainers: add cohei 2020-09-10 14:56:32 +09:00
Linus Heckemann 6cbcb7599c
Merge pull request #97589 from bcdarwin/upgrade-nifticlib
nifticlib: 2.0.0 -> 3.0.1
2020-09-10 07:54:17 +02:00
Ben Siraphob 9101eede6e
Update pkgs/development/tools/knightos/mkrom/default.nix
Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
2020-09-10 05:40:38 +00:00
Jörg Thalheim 940195c0e7
Merge pull request #96991 from Mic92/sshd 2020-09-10 06:13:07 +02:00
Mario Rodas 5985b5c94c
Merge pull request #97424 from cohei/update-skktools
skktools: 1.3.3 -> 1.3.4
2020-09-09 23:10:16 -05:00
Drew Risinger b03c729c88 python3Packages.nmigen: fix build
Tried to debug failure & traced it to subprocess.Popen calling fork_exec()
with a bad path, but couldn't reproduce error from manual debugging
using ``nix-shell``.

Bad path meaning that most paths were of form /nix/store/.../bin/sby,
but one path was "sby" only. That's my only guess as to what would
be causing this failure.
2020-09-09 20:04:41 -07:00
Drew Risinger 9fae7b21ef python3Packages.pyfakefs: disable on py2.7
* No longer supports python < 3.5, so disabled.
* Enables tests that were disabled due to bugs.
* Add changelog
2020-09-09 20:01:37 -07:00
Erik Arvstedt 684496cfb6 paperless: fix build
Paperless was dependent on older older versions of recently updated
Python packages.
2020-09-09 19:39:06 -07:00
Erik Arvstedt a81c38893c python3Packages.django_extensions: 2.2.8 -> 3.0.8 2020-09-09 19:39:06 -07:00
Erik Arvstedt 039e248555 python3Packages.django-picklefield: fix tests 2020-09-09 19:39:06 -07:00
WORLDofPEACE f7a6a1a183
Merge pull request #96092 from nbraud/security/rngd
nixos/modules/security/rngd: Disable by default
2020-09-09 21:53:41 -04:00
worldofpeace ca674c1769 rl-2009: document rngd 2020-09-09 21:52:48 -04:00
nicoo e64d3f60fb nixos/modules/security/rngd: Disable by default
`rngd` seems to be the root cause for slow boot issues, and its functionality is
redundant since kernel v3.17 (2014), which introduced a `krngd` task (in kernel
space) that takes care of pulling in data from hardware RNGs:

> commit be4000bc4644d027c519b6361f5ae3bbfc52c347
> Author: Torsten Duwe <duwe@lst.de>
> Date:   Sat Jun 14 23:46:03 2014 -0400
>
>     hwrng: create filler thread
>
>     This can be viewed as the in-kernel equivalent of hwrngd;
>     like FUSE it is a good thing to have a mechanism in user land,
>     but for some reasons (simplicity, secrecy, integrity, speed)
>     it may be better to have it in kernel space.
>
>     This patch creates a thread once a hwrng registers, and uses
>     the previously established add_hwgenerator_randomness() to feed
>     its data to the input pool as long as needed. A derating factor
>     is used to bias the entropy estimation and to disable this
>     mechanism entirely when set to zero.

Closes: #96067
2020-09-09 21:51:25 -04:00
WORLDofPEACE 50feed19a6
Merge pull request #82564 from danderson/bug-55388-jasper
jasper: delete from nixpkgs.
2020-09-09 21:33:28 -04:00
WORLDofPEACE 2e7fcfd5b2
Merge pull request #97608 from ryneeverett/lxpanel-20.03-zhf
lxpanel: fix build by switching to gdk-pixbuf-xlib
2020-09-09 20:59:57 -04:00
ajs124 c413f10daf
Merge pull request #96364 from florianjacob/matomo
matomo: 3.13.6 -> 3.14.0
2020-09-10 01:37:45 +02:00
ryneeverett 5b49a74747 lxpanel: fix build by switching to gdk-pixbuf-xlib
The build has been broken since gdk-pixbuf-xlib was broken out into a
separate package in #88086.

For some reason if I just add gdk-pixbuf-xlib.dev the headers don't make it
into CFLAGS.
2020-09-09 23:30:34 +00:00
Luflosi fbefec0d3e j: fix build on darwin
On darwin the compilation would fail with the following warning:
```
clang-7: error: argument unused during compilation: '-fno-strict-overflow' [-Werror,-Wunused-command-line-argument]
```
This error happens because the `-fno-strict-overflow` is passed to the compiler. To fix this, disable the `strictoverflow` hardening feature. Also see #39687.

ZHF: #97479
2020-09-09 15:09:26 -07:00
ajs124 c97fcc3fe0
Merge pull request #97438 from pbogdan/openvpn-path
nixos/openvpn: path now requires conversion to a string
2020-09-09 23:59:01 +02:00
Maximilian Bosch 56708c3bf3
Merge pull request #97555 from badmutex/badi/maintainers-update
maintainers: updates for badi/badmutex
2020-09-09 23:03:52 +02:00
Maximilian Bosch 1186c16889
pass-wayland: use proper derivation for .withExtensions
The `pass.withExtensions`-function uses `buildEnv` to create a
derivation which contains a `pass`-package and a list of extensions for
it.

However, this function always uses the `pass`-attribute for `buildEnv` which
will break e.g. `passmenu` or `pass show -c` on desktops using Wayland (and
`pass-wayland.withExtensions`) since the default `pass`-package without
support for Wayland's clipboard is used.

This patch replaces the `pass`-attribute in the derivation with
`pass-wayland` to work around this issue.
2020-09-09 22:47:23 +02:00
Gabriel Ebner 4bf695e988 nixos/qt5ct: do not require qtstyleplugins
These do not build with qt 5.15.
2020-09-09 22:30:32 +02:00
WORLDofPEACE 872f2b76c1
Merge pull request #97578 from makefu/pkgs/pyhaversion/fix
python3Packages.pyhaversion: add missing semantic-version
2020-09-09 16:29:00 -04:00
Vincent Laporte 6e08d23707 coqPackages.paramcoq: init at 1.1.2 for Coq 8.12 2020-09-09 22:26:06 +02:00
Gabriel Ebner a0f1c301d9
Merge pull request #97584 from gebner/ncftp-tmpdir
ncftp: do not override $TMPDIR
2020-09-09 22:13:19 +02:00
Vladimír Čunát 7879a6f95b
flashrom nitpick: avoid nested list 2020-09-09 22:10:30 +02:00
Maciej Krüger 8dba4da7df
Merge pull request #97583 from luc65r/pkg/rbw
rbw: 0.4.4 -> 0.4.6
2020-09-09 22:01:02 +02:00
Ben Darwin 98512f3eaa nifticlib: 2.0.0 -> 3.0.1 2020-09-09 15:26:04 -04:00
Gabriel Ebner 07999f480b ncftp: do not override $TMPDIR 2020-09-09 20:57:32 +02:00
luc65r 6917fda396 rbw: 0.4.4 -> 0.4.6 2020-09-09 20:49:52 +02:00
WORLDofPEACE 63e1162357
Merge pull request #97576 from gebner/mlton-which
mlton: fix build
2020-09-09 14:42:42 -04:00
WORLDofPEACE f53e1d6b0b
Merge pull request #97550 from Patryk27/fix-lxd-tests
lxd: Download Alpine image instead of relying on external source
2020-09-09 14:38:12 -04:00
David Anderson 3a38cef8f9 jasper: remove, abandoned upstream.
Jasper has been marked insecure for a while, and upstream has not
been responsive to CVEs for over a year.

Fixes #55388.

Signed-off-by: David Anderson <dave@natulte.net>
2020-09-09 18:29:42 +00:00
Maciej Krüger 9c11454182
Merge pull request #92714 from luc65r/pkg/rbw
rbw: init at 0.4.4
2020-09-09 20:25:06 +02:00
Gabriel Ebner ad0d43e1a7 mlton: use callPackage 2020-09-09 20:16:55 +02:00
Patryk Wychowaniec 183d9abdaf
lxd: s/sha256/hash 2020-09-09 20:07:17 +02:00
Maciej Krüger 3adf441284
Merge pull request #96545 from tesq0/unityhub-update-to-2.3.2
unityhub: update to 2.3.2
2020-09-09 20:00:02 +02:00
Maciej Krüger aa685f5037
Merge pull request #96544 from tesq0/unityhub-fix-2020-editor
unityhub: fix editor with versions >= 2020.1.3f1 not opening
2020-09-09 19:54:07 +02:00
Maximilian Bosch 1b344f2695
Merge pull request #97463 from WilliButz/codimd/fix-sqlite/node12
codimd: build with nodejs-12_x instead of nodejs-10_x
2020-09-09 19:48:11 +02:00
makefu 92bf2d7c03
python3Packages.pyhaversion: add missing semantic-version 2020-09-09 19:46:33 +02:00
Patryk Wychowaniec 93b8435915
lxd: add wait_for_file() to ensure LXD is actually running 2020-09-09 19:46:21 +02:00
Maximilian Bosch f729755d4d
Merge pull request #97521 from peterhoeg/u/fz_3500
filezilla: 3.49.1 -> 3.50.0
2020-09-09 19:40:34 +02:00
Tim Zook 32c9ee2cfc csvkit: fix failing test
The build for this package was failing due to failing tests that were caused by a breaking change in a dependency. The requirements.txt for this package does not pin specific versions so it was trying to build with the new version of the dependency and failing. This commit overrides the version of the dependency that is used to build the package.
2020-09-09 10:37:57 -07:00
marius david 43d9d1d7d8 instead: 3.3.1 -> 3.3.2; fix compilation 2020-09-09 10:36:06 -07:00
WORLDofPEACE 7e5991ede7
Merge pull request #97570 from woffs/recoll-qt5
recoll: qt4 -> qt5, fix build
2020-09-09 13:33:02 -04:00