Commit graph

333680 commits

Author SHA1 Message Date
Fabian Affolter
e4562b5e0a
Merge pull request #147155 from smancill/ZHF-python3-detect-secrets
python3Packages.detect-secrets: fix several disabled tests and build on darwin
2021-11-23 23:33:14 +01:00
Fabian Affolter
9a94d37225
Merge pull request #147109 from fabaff/bump-hole
python3Packages.hole: 0.6.0 -> 0.7.0
2021-11-23 23:11:56 +01:00
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
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
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
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
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
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
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
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
piegames
9c1e0e0244
Merge pull request #147117 from VergeDX/arcmenu 2021-11-23 15:44:23 +01: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
Jan Tojnar
c87458e002 gupnp-tools: 0.10.1 → 0.10.2
https://ftp.gnome.org/pub/GNOME/sources/gupnp-tools/0.10/gupnp-tools-0.10.2.news
2021-11-23 15:34:15 +01:00
Jan Tojnar
74a4876377 gnome-builder: 41.1 → 41.2
https://ftp.gnome.org/pub/GNOME/sources/gnome-builder/41/gnome-builder-41.2.news
2021-11-23 15:34:15 +01:00
Jan Tojnar
de1413c396 gtk-vnc: 1.2.0 → 1.3.0
https://ftp.gnome.org/pub/GNOME/sources/gtk-vnc/1.3/gtk-vnc-1.3.0.news
2021-11-23 15:34:14 +01:00
Jan Tojnar
e9f6e6c49f gnome.gnome-screenshot: 40.0 → 41.0
https://ftp.gnome.org/pub/GNOME/sources/gnome-screenshot/41/gnome-screenshot-41.0.news
2021-11-23 15:34:14 +01:00
Jan Tojnar
1ad7180e21 gnome.gnome-flashback: 3.40.0 → 3.42.0
https://ftp.gnome.org/pub/GNOME/sources/gnome-flashback/3.42/gnome-flashback-3.42.0.news
2021-11-23 15:34:14 +01:00
Jan Tojnar
e102c85c09 evince: 41.2 → 41.3
https://ftp.gnome.org/pub/GNOME/sources/evince/41/evince-41.3.news
2021-11-23 15:34:14 +01:00
Jan Tojnar
7635358235 gnome.cheese: 41.0 → 41.1
https://ftp.gnome.org/pub/GNOME/sources/cheese/41/cheese-41.1.news
2021-11-23 15:34:07 +01:00
piegames
d2d03f071a
Merge pull request #146953 from piegamesde/gnome-extensions 2021-11-23 15:16:36 +01:00
7c6f434c
3e37de869f
Merge pull request #147121 from sternenseemann/sbcl-2.1.10
sbcl_2_1_10: init at 2.1.10
2021-11-23 14:12:38 +00:00
piegames
e41a7715a2 gnomeExtensions: improve README
Document that the all-packages.nix needs to be updated too (this was forgotten
in the GNOME 41 update). Also fixed typos.
2021-11-23 15:08:30 +01:00
piegames
bc1f025afb gnomeExtensions: improve override mechanism
The reduced reduncancy should help us avoid making some copy-paste errors,
as happened previously. Also, increased ergonomics.
2021-11-23 15:06:08 +01:00