3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

333841 commits

Author SHA1 Message Date
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
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 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
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
Jan Tojnar 2767ab90d4
Merge pull request #147037 from jtojnar/gnome-update
gnome update
2021-11-23 16:09:58 +01:00
sternenseemann 2f98c1824c ghcWithPackages: GHC 8.10.7 still needs LLVM for aarch64-darwin
This check was wrong and caused by a bit of confusion on my part.
GHC >= 8.10.5 && < 9 supports aarch64-darwin via LLVM and GHC >= 9.2.1
introduces the NCG backend for aarch64-darwin.
2021-11-23 16:01:45 +01:00
piegames 9c1e0e0244
Merge pull request #147117 from VergeDX/arcmenu 2021-11-23 15:44:23 +01:00
Victor Freire 41cb4807ae xmrig-mo: 6.15.0-mo1 -> 6.15.3-mo1 2021-11-23 11:40:45 -03:00
Kim Lindberger 7dfea71857
Merge pull request #146325 from ryantm/dev/ryantm/discourse-update-py
discourse/update.py: fix for nix 2.4/2.5pre
2021-11-23 15:37:32 +01:00
Jan Tojnar ad4ff3050d gtk4.updateScript: correct policy
4.5.0 is unstable
2021-11-23 15:34:16 +01:00
Jan Tojnar e2b522ca01 libhandy: 1.4.0 → 1.5.0
https://ftp.gnome.org/pub/GNOME/sources/libhandy/1.5/libhandy-1.5.0.news

Adds style manager but unlike with libadwaita, it is opt-in so existing apps should not be affected:
https://gitlab.gnome.org/GNOME/libhandy/-/merge_requests/782#note_1257929
2021-11-23 15:34:15 +01:00