Bernardo Meurer
e1aa795705
Merge pull request #171024 from helsinki-systems/feat/systemd-stage-1-less-binaries
...
nixos/systemd-stage-1: Remove unnecessary binaries
2022-04-30 11:30:43 -07:00
Bernardo Meurer
cd7596dff4
Merge pull request #170131 from helsinki-systems/feat/systemd-stage-1-only-keymap
...
nixos/console: Allow setting keymap without font
2022-04-30 11:29:25 -07:00
Michael Weiss
7a5785d6ae
Merge pull request #171048 from primeos/chromiumBeta
...
chromiumBeta: Fix a compilation error
2022-04-30 20:04:40 +02:00
Artturi
624320b1a5
Merge pull request #171033 from Luflosi/sasutils-add-man-pages
...
sasutils: add man pages
2022-04-30 21:01:23 +03:00
Jonathan Ringer
075f25eb98
dwarf-fortress/dfhack: fix build with gcc 11
2022-04-30 11:00:41 -07:00
Sandro
d510b23805
Merge pull request #170964 from SuperSandro2000/sgx
...
ssl: fix nix-env version parsing
2022-04-30 19:34:21 +02:00
Sandro
6ea33082ac
Merge pull request #170966 from SuperSandro2000/fspy
2022-04-30 19:34:05 +02:00
Sandro
0d0b874f16
Merge pull request #170971 from SuperSandro2000/altair
...
altair-graphql-client: fix niv-env version parsing
2022-04-30 19:33:15 +02:00
Michael Weiss
7f684c2ba0
chromiumBeta: Fix a compilation error
...
LLVM 14 doesn't support those build flags yet
(-no-opaque-pointers is the argument for -Xclang):
error: unknown argument: '-no-opaque-pointers'
Those build flags were added in the following commit:
003067c130
2022-04-30 19:26:30 +02:00
markuskowa
686ab12ca5
Merge pull request #170876 from QuantMint/update-rtl-sdr
...
rtl-sdr: 0.6.0 -> 0.8.0
2022-04-30 19:16:23 +02:00
Sandro
ea6915669f
Merge pull request #170782 from superherointj/package-fluxcd-update-script-improved-v1
2022-04-30 18:39:51 +02:00
Pavol Rusnak
b29229e63e
Merge pull request #171030 from erikarvstedt/btcpayserver-1.5.1
...
btcpayserver: 1.4.7 -> 1.5.1
2022-04-30 18:32:22 +02:00
Pavol Rusnak
50498e7e1a
Merge pull request #171018 from jonasnick/lnd-0.14.3
...
lnd: 0.14.2-beta -> 0.14.3-beta
2022-04-30 18:30:29 +02:00
José Romildo Malaquias
e735172601
Merge pull request #169833 from r-ryantm/auto-update/flat-remix-gtk
...
flat-remix-gtk: 20220330 -> 20220412
2022-04-30 12:50:39 -03:00
Sergei Trofimovich
c807c8c681
Merge pull request #169907 from trofi/fix-binutils-unwrapped-all-targets
...
binutils-unwrapped-all-targets: fix libctf breakage
2022-04-30 15:48:43 +00:00
Sergei Trofimovich
0d95336ba5
Merge pull request #169906 from trofi/update-ffmpegthumbnailer-for-gcc-12
...
ffmpegthumbnailer: unstable-2021-09-02 -> unstable-2022-02-18
2022-04-30 15:47:04 +00:00
Ryan Mulligan
ebd442ebd6
Merge pull request #170885 from r-ryantm/auto-update/pyradio
...
pyradio: 0.8.9.16 -> 0.8.9.17
2022-04-30 08:20:44 -07:00
Ryan Mulligan
516ad2775c
Merge pull request #171011 from r-ryantm/auto-update/python3.10-bleak
...
python310Packages.bleak: 0.14.2 -> 0.14.3
2022-04-30 08:07:53 -07:00
Luflosi
d1e739139b
sasutils: add man pages
2022-04-30 15:55:57 +02:00
Mario Rodas
d7de07547a
Merge pull request #170830 from r-ryantm/auto-update/pg_activity
...
pg_activity: 2.3.0 -> 2.3.1
2022-04-30 08:54:50 -05:00
Mario Rodas
62960be761
Merge pull request #170846 from JesusMtnezForks/hugo
...
hugo: 0.96.0 -> 0.98.0
2022-04-30 08:53:05 -05:00
Michael Weiss
af9b5c5baa
Merge pull request #171028 from primeos/chromiumBeta
...
chromiumBeta: Fix the configuration phase
2022-04-30 15:47:30 +02:00
Fabian Affolter
4fb974f54e
Merge pull request #170993 from r-ryantm/auto-update/python3.10-types-decorator
...
python310Packages.types-decorator: 5.1.6 -> 5.1.7
2022-04-30 15:44:47 +02:00
Rick van Schijndel
536528ede8
Merge pull request #170695 from matshch/fix/nvidia-device-minor
...
nixos/nvidia: fix /dev/nvidia* devices minors
2022-04-30 15:34:16 +02:00
Mario Rodas
9cb6d34b28
Merge pull request #170996 from marsam/update-lxd
...
lxd: 5.0.0 -> 5.1
2022-04-30 08:33:37 -05:00
Michael Weiss
73e094bf3c
chromiumBeta: Fix the configuration phase
...
This fixes the following error:
configuring
ERROR at //infra/orchestrator/BUILD.gn:38:17: Could not read file.
pydeps_file = "//third_party/blink/tools/merge_web_test_results.pydeps"
^--------------------------------------------------------
I resolved this to "/build/chromium-102.0.5005.27/third_party/blink/tools/merge_web_test_results.pydeps".
See //infra/orchestrator/BUILD.gn:37:1: whence it was called.
python_library("blink_merge_web_test_results_py") {
^--------------------------------------------------
See //BUILD.gn:89:5: which caused the file to be included.
"//infra/orchestrator:orchestrator_all",
^--------------------------------------
It's a known upstream issue when building from the generated tarballs:
- https://bugs.chromium.org/p/chromium/issues/detail?id=1313361
- https://chromium-review.googlesource.com/c/chromium/src/+/3457503
2022-04-30 15:21:32 +02:00
Aaron Andersen
213febe39a
Merge pull request #163883 from ngiger/k3b
...
nixos/k3b: init
2022-04-30 09:17:27 -04:00
Linus Heckemann
c393280202
Merge pull request #170098 from helsinki-systems/feat/systemd-stage-1-secrets
...
nixos/systemd-stage-1: Add initrd secrets support
2022-04-30 14:56:47 +02:00
Janne Heß
0411b51a00
nixos/systemd-stage-1: Remove unnecessary binaries
...
We can make the growfs and makefs binaries conditional because we know
if we'll need them. Also move the cryptsetup generator to the luksroot
so it's not included when not needed.
We drop some generators altogether: systemd-getty-generator because we
don't have getty anyway in stage 1, systemd-system-update-generator
because we don't use that logic in NixOS and
systemd-veritysetup-generator because stage 1 has no veritysetup support
(yet) and if it had, we still wouldn't want to include the generator
unconditionally.
2022-04-30 14:50:02 +02:00
José Romildo Malaquias
153690d104
Merge pull request #169670 from VergeDX/flat-remix-gnome
...
flat-remix-gnome: 20220407 -> 20220422
2022-04-30 09:09:46 -03:00
Sandro
f153271f12
Merge pull request #170959 from SuperSandro2000/jellyfin-ffmpeg
...
jellyfin-ffmpeg: fix pname
2022-04-30 13:52:31 +02:00
Sandro
c8463070ea
Merge pull request #166088 from r-ryantm/auto-update/qbittorrent
...
qbittorrent: 4.4.1 -> 4.4.2
2022-04-30 13:47:44 +02:00
Sandro
5b47056b7d
Merge pull request #165723 from r-ryantm/auto-update/wlc
...
wlc: 1.12 -> 1.13
2022-04-30 13:46:49 +02:00
Robert Hensing
c2451ed1a2
Merge pull request #167776 from hercules-ci/lib-modules-allow-disable-_modules.args-docs-internal
...
lib.modules: Allow making _module.args internal
2022-04-30 13:43:08 +02:00
Frederik Rietdijk
1cef70e823
sabnzbd: stay with sabyenc3 4.0.0
...
SABnzbd requires `sabyenc3` at version `4.0.0`, but it was updated to
`5.0.1`.
This fixes the error:
```
SABYenc disabled: no correct version found! (Found v5.0.1, expecting
v4.0.0)
```
2022-04-30 13:31:17 +02:00
Jonas Nick
12f98da22b
lnd: 0.14.2-beta -> 0.14.3-beta
2022-04-30 11:26:58 +00:00
Fabian Affolter
25ed703b2d
Merge pull request #171008 from r-ryantm/auto-update/python3.10-types-paramiko
...
python310Packages.types-paramiko: 2.8.19 -> 2.8.20
2022-04-30 13:23:41 +02:00
Niklaus Giger
87b4440a60
nixos/k3b: init. Fixes #19154 missing permissions for k3b
2022-04-30 13:18:40 +02:00
Erik Arvstedt
80ad5b43a2
btcpayserver: 1.4.7 -> 1.5.1
2022-04-30 13:16:23 +02:00
Erik Arvstedt
e90b0b5364
nbxplorer: 2.2.20 -> 2.3.20
2022-04-30 13:16:22 +02:00
Aaron Andersen
416b7201ec
Merge pull request #168169 from afh/musikcube-0.97.0
...
musikcube: 0.96.10 -> 0.97.0
2022-04-30 07:00:23 -04:00
Aaron Andersen
bcb60de7d5
Merge pull request #170025 from felixsinger/update/pkgs/redmine
...
redmine: 4.2.4 -> 4.2.5
2022-04-30 06:59:03 -04:00
zowoq
69a9546a82
talosctl: 1.0.3 -> 1.0.4
...
https://github.com/siderolabs/talos/releases/tag/v1.0.4
2022-04-30 20:54:10 +10:00
Martin Weinelt
4aaa9905f8
Merge pull request #170978 from squalus/librewolf
2022-04-30 12:53:50 +02:00
Robert Hensing
fb94afad50
Merge pull request #167665 from hercules-ci/pkgs-type-tag
...
`pkgs._type = "pkgs"`
2022-04-30 12:19:19 +02:00
R. Ryantm
53b684a754
python310Packages.bleak: 0.14.2 -> 0.14.3
2022-04-30 10:19:16 +00:00
R. Ryantm
d4a7d019d4
python310Packages.types-paramiko: 2.8.19 -> 2.8.20
2022-04-30 09:58:35 +00:00
R. Ryantm
acfb65116a
gnome.gnome-todo: unstable-2022-03-13 -> unstable-2022-04-07
2022-04-30 11:54:07 +02:00
Thiago Kenji Okada
b5b26d1ab8
Merge pull request #170995 from r-ryantm/auto-update/mame
...
mame: 0.242 -> 0.243
2022-04-30 10:51:30 +01:00
Jan Tojnar
e9ad8b7bbb
Merge pull request #170535 from fufexan/openal
...
openalSoft: 1.21.1 -> 1.22.0
2022-04-30 11:47:42 +02:00