Commit graph

334041 commits

Author SHA1 Message Date
Fabian Affolter
f3fd381746
Merge pull request #147126 from fabaff/bump-jsonrpc-websocket
python3Packages.jsonrpc-websocket: 3.1.0 -> 3.1.1
2021-11-23 23:11:12 +01:00
sternenseemann
ee0a2c935f haskellPackages.hls-rename-plugin: allow compiling with ghcide 1.5.0
The updated bounds upstream (with no additional changes) are pending
release as 1.0.0.1.

311107eabb (diff-a4d51410a2d9bbbb2a72a7a055b6e7df05e69c19b914d973a7c48da72383eeb4)
2021-11-23 23:02:52 +01:00
Robert Scott
01296d775d python3Packages.pyeclib: fix for darwin 2021-11-23 21:54:28 +00:00
Maximilian Bosch
8ace007a97
Merge pull request #147108 from SebTM/tldr_142
tldr: 1.3.0 -> 1.4.2
2021-11-23 22:51:03 +01:00
Eric Bailey
3e58edbf28 kops: 1.21.4 -> 1.22.2 2021-11-23 15:39:06 -06:00
Eric Bailey
1796d5fe3c kops: 1.21.1 -> 1.21.4 2021-11-23 15:39:06 -06:00
Eric Bailey
3afcb1b985 kops: 1.20.2 -> 1.20.3 2021-11-23 15:39:06 -06:00
Fabian Affolter
c2a3cb8443 gdu: 5.10.0 -> 5.10.1 2021-11-23 22:16:03 +01:00
7c6f434c
89b869ac0b
Merge pull request #147167 from Ma27/libreoffice-jdk-closure
libreoffice: replace `openjdk` runtime-input with minimal JRE
2021-11-23 21:09:21 +00:00
Thiago Kenji Okada
3f6ae186cf
Merge pull request #147139 from sikmir/nnn
nnn: 4.3 → 4.4
2021-11-23 17:22:11 -03:00
Jörg Thalheim
bc149f1bf7
Merge pull request #146889 from Mic92/terraform
terraform-providers: update all
2021-11-23 20:15:30 +00:00
Nikolay Korotkiy
da3825a61f
nnn: 4.3 -> 4.4 2021-11-23 22:48:11 +03:00
Drew Risinger
b5d11d62a3 python3Packages.qiskit: 0.32.0 -> 0.32.1 2021-11-23 11:46:05 -08:00
Drew Risinger
bcd47c40e7 python3Packages.qiskit-ibmq-provider: 0.18.0 -> 0.18.1 2021-11-23 11:46:05 -08:00
Drew Risinger
0bb676af5a python3Packages.yfinance: 0.1.66 -> 0.1.67 2021-11-23 11:46:05 -08:00
Fabian Affolter
80f8ca3392 python3Packages.aiocurrencylayer: init at 1.0.2 2021-11-23 11:14:22 -08:00
R. RyanTM
95aad79a50
devpi-client: 5.2.2 -> 5.2.3 (#147138)
* devpi-client: 5.2.2 -> 5.2.3
* cleanup

Co-authored-by: Antoine Eiche <lewo@abesis.fr>
2021-11-23 20:10:42 +01:00
DarkOnion0
f709c86da2 drawio: 15.7.3 -> 15.8.4 2021-11-23 20:08:00 +01:00
taikx4
9571ac967f
phpExtensions.gnupg: init at 1.5.0 2021-11-23 20:06:39 +01:00
R. Ryantm
e8e0a51177 python38Packages.pynput: 1.7.4 -> 1.7.5 2021-11-23 11:03:58 -08:00
Ryan Mulligan
db22325869
Merge pull request #147140 from r-ryantm/auto-update/whalebird
whalebird: 4.4.5 -> 4.4.6
2021-11-23 10:30:47 -08:00
ajs124
d1d48675c4 varnish70: 7.0.0 -> 7.0.1 2021-11-23 19:24:09 +01:00
Maximilian Bosch
2f9426ad83
libreoffice: replace openjdk runtime-input with minimal JRE
Previously, `pkgs.libreoffice` had a total closure-size of 2.4GB where
`pkgs.openjdk` was a significant part:

    $ nix path-info ./result -Sh
    /nix/store/7xyfklmiz2azcnrfa8n9cz12dyyqc85r-libreoffice-7.1.7.2	   2.4G
    $ nix path-info ./result -shr | grep openjdk
    /nix/store/qcn7ihaak9g8ayyj4995ila2z0pkm37i-openjdk-17.0.1+12             	 643.6M

However we need exactly two components:

* a `javac` from `pkgs.openjdk`
* a minimal runtime (i.e. a JRE) for `libofficebean.so` where
  `libjawt.so` is also available.

I moved `jdk` to the `nativeBuildInputs` to ensure that `javac` is still
available in the build-environment and created a minimal JRE that seems
sufficient.

Now, the total closure-size is reduced by ~29.1% (basically the 600M
from `pkgs.openjdk`):

    $ nix path-info ./result -Sh
    /nix/store/zv34xijv64k7sz7rv50g3v6y59qg7p8k-libreoffice-7.1.7.2	   1.7G
2021-11-23 19:23:30 +01:00
Rick van Schijndel
065992e4f8 mosquitto: use libwebsockets 4.x
This requires us to enable LWS_WITH_EXTERNAL_POLL.
Since only mosquitto needs that and upstream discourages enabling it,
we'll just do it in an override in mosquitto.
2021-11-23 19:15:33 +01:00
Vladimír Čunát
e8ecc402a5
Merge #146731: thunderbird*: 91.3.* -> 91.3.2 2021-11-23 18:56:27 +01:00
Frederik Rietdijk
dbabce365c python3.pkgs.holoviews: remove optional dependencies
It was bringing in gdb as a transitive dependency, which is big.
2021-11-23 18:55:47 +01:00
Thiago Kenji Okada
63686ed8e3
Merge pull request #146997 from romildo/upd.nordic
nordic: install the kde related themes
2021-11-23 14:54:03 -03:00
Thiago Kenji Okada
bc103ec317
Merge pull request #147154 from fgaz/warzone2100/4.2.2
warzone2100: 4.2.1 -> 4.2.2
2021-11-23 14:51:57 -03:00
Thiago Kenji Okada
45d3409633
Merge pull request #147087 from JesusMtnezForks/slack
slack: 4.21.1 -> 4.22.0
2021-11-23 14:46:42 -03:00
Thiago Kenji Okada
75735ef173
Merge pull request #147144 from thiagokokada/remove-myself-from-some-packages
treewide: remove myself from maintainers in some packages
2021-11-23 14:31:51 -03:00
Sebastián Mancilla
29185d80e9 python3Packages.detect-secrets: fix disabled tests and build on Darwin
- Clone the sources and leave the .git directory, and add Git to
  checkInputs to fix several failing tests (they use Git commands and
  expect to be inside a Git repository).

- Exclude a test failing on darwin.
2021-11-23 14:29:18 -03:00
Alexei Robyn
b8173c4a0e luaPackages.moonscript: Correct package version to dev-1
The "0.5.0-1" rockspec on luarocks has a bug, resulting in it pulling
the current git master version, which is what we have effectively been
using.

Given that 0.5.0-1 is the latest release, is 6 years old, and that there
have been some bug fixes since then, we do actually want to be using the
git master version, but we also want to be using the correct rockspec
(particularly as alt-getopt has been replaced by argparse in the `moon`
binary).
2021-11-23 18:28:13 +01:00
Francesco Gazzetta
e9f119566a warzone2100: 4.2.1 -> 4.2.2 2021-11-23 18:20:50 +01:00
Robert Schütz
407307ddf8 kdeltachat: unstable-2021-10-27 -> unstable-2021-11-14 2021-11-23 09:15:11 -08:00
Robert Schütz
a2a756e803
Merge pull request #145962 from dotlambda/graphviz-0.18.1
python3Packages.graphviz: 0.18 -> 0.18.1
2021-11-23 09:00:36 -08:00
Robert Schütz
f7741e234d libdeltachat: 1.65.0 -> 1.66.0
https://github.com/deltachat/deltachat-core-rust/blob/1.66.0/CHANGELOG.md
2021-11-23 08:46:28 -08:00
R. Ryantm
c9012aa712 actionlint: 1.6.6 -> 1.6.8 2021-11-23 16:41:57 +00:00
R. Ryantm
f6b1fcd326 bluejeans-gui: 2.24.0.89 -> 2.25.0.78 2021-11-23 16:39:17 +00:00
R. Ryantm
1aa21798e8 blackfire: 2.5.1 -> 2.5.2 2021-11-23 16:34:29 +00:00
Thiago Kenji Okada
846ebc44a6 python3Package.aionotify: remove myself from maintainers 2021-11-23 13:26:58 -03:00
Thiago Kenji Okada
70c877ea4c hover: remove myself from maintainers 2021-11-23 13:26:54 -03:00
Thiago Kenji Okada
2962edb944 flutter: remove myself from maintainers 2021-11-23 13:26:50 -03:00
R. Ryantm
66c2813707 pipenv: 2021.11.9 -> 2021.11.23 2021-11-23 16:20:58 +00:00
R. Ryantm
67dfb912b3 wsjtx: 2.5.1 -> 2.5.2 2021-11-23 16:17:49 +00:00
Finn Behrens
9ef72b907c
corrosion: fix darwin build (#147120) 2021-11-23 11:14:45 -05:00
R. Ryantm
2f5b793c9b whalebird: 4.4.5 -> 4.4.6 2021-11-23 16:11:24 +00:00
Fabian Affolter
1a0851d083
Merge pull request #145148 from fabaff/bump-natsort
python3Packages.natsort: 7.1.1 -> 8.0.0
2021-11-23 16:40:48 +01:00
Jan Tojnar
0db8b38bd4
Merge pull request #143672 from r-ryantm/auto-update/flatpak-builder
flatpak-builder: 1.0.14 -> 1.2.0
2021-11-23 16:21:46 +01:00
Jan Tojnar
c6362dd5f1
Merge pull request #147106 from ymatsiuk/ymatsiuk/bluetooth
nixos/bluetooth: fix bluetooth warnings
2021-11-23 16:14:08 +01:00
Vladyslav Burzakovskyy
4deec4ec53 kratos: 0.7.6-alpha.1 -> 0.8.0-alpha.3 2021-11-23 16:11:48 +01:00