github-actions[bot] and GitHub
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 and 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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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
Kerstin Humm
63ea61bcf0
imagemagick: 7.1.0-15 -> 7.1.0-16
2021-11-23 18:31:40 +01: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 and Matthieu Coudron
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 and GitHub
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
0x4A6F
8febc76765
czkawka: 3.3.0 -> 3.3.1
2021-11-23 17:40:51 +01: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 and GitHub
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
sternenseemann
9e1f438a76
haskell.compiler.*: upgrade to latest supported LLVM version
...
Source:
* (8.6.5: https://www.haskell.org/ghc/download_ghc_8_6_5.html )
* (8.8.4: https://www.haskell.org/ghc/download_ghc_8_8_4.html )
* (8.10.2: https://www.haskell.org/ghc/download_ghc_8_10_2.html )
* 8.10.7: https://www.haskell.org/ghc/download_ghc_8_10_7.html
* (9.0.1: https://www.haskell.org/ghc/download_ghc_9_0_1.html )
* 9.2.1: https://www.haskell.org/ghc/download_ghc_9_2_1.html
* HEAD: https://gitlab.haskell.org/ghc/ghc/-/blob/3ab3631f41efe9a1ae32a5b1f709152228edb09a/configure.ac#L674
2021-11-23 16:46:18 +01:00
sternenseemann
5a568ea36f
haskell.compiler.ghc901: drop LLVM version to 9
...
GHC 9.0.1 only supports LLVM 9 and spews a lot of warnings about LLVM 10
when using the LLVM backend atm.
See also: https://www.haskell.org/ghc/download_ghc_9_0_1.html
2021-11-23 16:46:18 +01:00
sternenseemann
d7ff8061be
haskellPackages: always inherit llvmPackages from ghc's passthru
...
This means we only have to update the llvmPackages attribute in one
place now and should prevent situations like with 8.6.5 where different
versions would be used in the package set compared to the compiler
build.
Drop comments in the configuration-ghc-X.Y.x.nix files as well, since
LLVM version isn't tied to the compiler minor version at
all (e. g. 8.10.2 and 8.10.7 have different support ranges).
2021-11-23 16:46:18 +01:00
sternenseemann
e191321866
haskell.compiler.ghc865Binary: build with correct LLVM version
...
See https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/compiler/backends/llvm/installing#llvm-support
2021-11-23 16:46:13 +01:00
Fabian Affolter and GitHub
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 and GitHub
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 and GitHub
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
Jan Tojnar and GitHub
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 and GitHub
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 and GitHub
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
Francesco Gazzetta
324e9f686e
nixosTests.vengi-tools: init
2021-11-23 15:23:52 +01:00
Francesco Gazzetta
218f143514
vengi-tools: init at 0.0.14
2021-11-23 15:23:52 +01:00