Commit Graph

334112 Commits

Author SHA1 Message Date
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
github-actions[bot]
2680bbd4b3
Merge staging-next into staging 2021-11-23 18:01:47 +00:00
github-actions[bot]
a1d98b162f
Merge master into staging-next 2021-11-23 18:01:10 +00: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
Robert Hensing
5a6ec55c4d
Merge pull request #147049 from dotlambda/nixops-fixes
nixops: fix dependencies
2021-11-23 18:52:53 +01: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
0d90cc8e15
Merge pull request #146279 from dotlambda/markdown-3.3.5
python3Packages.markdown: 3.3.4 -> 3.3.5
2021-11-23 09:01:37 -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
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
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
Felix Singer
39a3cf5367 coreboot-toolchain: Fix building
The sub-packages of coreboot-toolchain don't build currently. Fix that
by using recurseIntoAttrs.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-23 15:28:14 +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