Commit Graph

344880 Commits

Author SHA1 Message Date
R. Ryantm
867a2c0775 python38Packages.pytest-cases: 3.6.7 -> 3.6.8 2022-01-07 20:52:42 -08:00
R. Ryantm
7fe5e36b30 python38Packages.pylgnetcast: 0.3.5 -> 0.3.7 2022-01-07 20:52:26 -08:00
Jan Solanti
774f7656d4 pipewire: 0.3.42 -> 0.3.43 2022-01-08 06:49:13 +02:00
Anderson Torres
b3bc6deb17
Merge pull request #153938 from AndersonTorres/new-misc
Misc updates
2022-01-08 01:07:04 -03:00
adisbladis
1e1030d4dc
Merge pull request #153922 from jyooru/update/go-ethereum
go-ethereum: 1.10.14 -> 1.10.15
2022-01-08 15:40:35 +12:00
AndersonTorres
d344124d64 ncurses: refactor
Also, change the unicode option to a better name: unicodeSupport. This change
affects dialog too.
2022-01-07 23:55:41 -03:00
AndersonTorres
6a25262952 spigot: add installCheckPhase
Just some easy math functions.
2022-01-07 23:51:20 -03:00
Anderson Torres
85a078a25d
Merge pull request #153789 from AndersonTorres/new-misc
spigot: 20200901 -> 20210527
2022-01-07 23:25:39 -03:00
Bobby Rong
84ad67f7c6
nixos/gnome-settings-daemon: pick up correct .wants directories
In https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/153
the user target names for GSD components has been renamed for example
from `gsd-a11y-settings.target` to `org.gnome.SettingsDaemon.A11ySettings.target`,
and nowadays `gsd-*.target` are just symbolic links of `/dev/null` and will be
removed in the future.

At the same time, as mentioned in d27212d466,
we are adding `systemd.user.targets.<name>.wants` stuff here only because
systemd.packages doesn't pick the .wants directories. Nowadays those GSD components
are managed in `/etc/systemd/user/gnome-session@gnome.target.d/gnome.session.conf`
so it should be safe to remove them.

In this commit we also try to pick up those new .wants directories, see also
https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/blob/41.0/plugins/meson.build#L57

Result of `cd /nix/store/iqzy2a6wn9bq9hqx7pqx0a153s5xlnwp-gnome-settings-daemon-41.0; find | grep wants`:

```
./share/systemd/user/gnome-session-x11-services-ready.target.wants
./share/systemd/user/gnome-session-x11-services-ready.target.wants/org.gnome.SettingsDaemon.XSettings.service
./share/systemd/user/gnome-session-x11-services.target.wants
./share/systemd/user/gnome-session-x11-services.target.wants/org.gnome.SettingsDaemon.XSettings.service
```

Result of `cd /nix/store/armzljlnsvc1gn0nq0bncb9lf8fy32zy-gnome-settings-daemon-3.34.0; find | grep wants`:

```
./lib/systemd/user/gnome-session-initialized.target.wants
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-a11y-settings.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-color.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-datetime.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-power.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-housekeeping.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-keyboard.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-media-keys.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-screensaver-proxy.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-sharing.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-sound.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-smartcard.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-wacom.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-print-notifications.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-rfkill.target
./lib/systemd/user/gnome-session-initialized.target.wants/gsd-wwan.target
./lib/systemd/user/gnome-session-x11-services.target.wants
./lib/systemd/user/gnome-session-x11-services.target.wants/gsd-xsettings.target
```
2022-01-08 10:19:02 +08:00
Thiago Kenji Okada
06235ce774
Merge pull request #153515 from thiagokokada/workaround-issue-144811
nixos-rebuild: do not resolve flake path
2022-01-07 23:18:37 -03:00
legendofmiracles
f92067535a
Merge pull request #153904 from dsalaza4/master
timedoctor: update maintainer
2022-01-07 20:10:36 -06:00
zowoq
b4ee6e0b5d etcd: version the default etcd
easier to override
2022-01-08 11:44:32 +10:00
zowoq
5e53a3dd20 terraform-providers.libvirt: remove separate derivation, add override for cdrtools
since 0.6.10 it doesn't link against libvirt and is distibuted on the terraform registry
https://github.com/dmacvicar/terraform-provider-libvirt/releases/tag/v0.6.10
2022-01-08 11:42:32 +10:00
Maximilian Bosch
831457debd
Merge pull request #153738 from TredwellGit/linux
Kernels 2022-01-06
2022-01-08 02:39:46 +01:00
AndersonTorres
5708e6aa25 spigot: 20200901 -> 20210527 2022-01-07 22:34:12 -03:00
schnusch
cacd9fcfb0 remote-touchpad: 1.0.4 -> 1.0.5 2022-01-08 01:55:37 +01:00
Jonas Chevalier
1e910209ae
mkShell: make it buildable (#153194)
When I designed `mkShell`, I didn't have a good idea of what the output
should look like and so decided to make the build fail. In practice,
this causes quite a bit of confusion and complications because now the
shell cannot be part of a normal package set without failing the CI as
well.

This commit changes that build phase to record all the build inputs in a
file. That way it becomes possible to build it, makes sure that all the
build inputs get built as well, and also can be used as a GC root.
(by applying the same trick as #95536).

The documentation has also been improved to better describe what mkShell
does and how to use it.
2022-01-08 01:54:04 +01:00
R. Ryantm
99ca9132ca python38Packages.types-requests: 2.27.0 -> 2.27.2 2022-01-08 00:42:10 +00:00
zowoq
cacab72b75 go_1_17: 1.17.5 -> 1.17.6 2022-01-08 10:38:36 +10:00
zowoq
fe00d45c50 buildGoModule: remove runVend
follow up from 8a8c88de70
2022-01-08 10:38:32 +10:00
zowoq
d50b6bff89 go_1_16: 1.16.12 -> 1.16.13 2022-01-08 10:38:32 +10:00
Jakub Kądziołka
58add1bf84
deluge: 2.0.3 -> 2.0.5 2022-01-08 01:33:35 +01:00
Jörg Thalheim
20ff12d286
Merge pull request #153869 from vcunat/p/pangoxsl-remove
pangoxsl: remove the package
2022-01-08 00:24:29 +00:00
Jörg Thalheim
4601b356f8
Merge pull request #153918 from Mic92/fio
fio: add missing six dependency
2022-01-08 00:23:20 +00:00
R. RyanTM
c5e9e73029
gmsh: 4.9.0 -> 4.9.2
* gmsh: 4.9.0 -> 4.9.2 (#152872)

* gmsh: use https

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-08 01:18:15 +01:00
Jörg Thalheim
ec66a6a08f
Merge pull request #153906 from rhoriguchi/vscode-extensions.hashicorp.terraform
vscode-extensions.hashicorp.terraform: 2.17.0 -> 2.18.0
2022-01-08 00:03:36 +00:00
Jörg Thalheim
dada50c259
Merge pull request #153894 from lourkeur/update/dwm
dwm: 6.2 -> 6.3
2022-01-08 00:00:17 +00:00
Jörg Thalheim
0d5df8ce3b
Merge pull request #153903 from Izorkin/update-netdata
netdata: 1.31.0 -> 1.32.1
2022-01-07 23:53:43 +00:00
Jörg Thalheim
de6739642c fio: add missing six dependency 2022-01-08 00:43:07 +01:00
Martin Weinelt
10314dac8f
Merge pull request #153889 from mweinelt/wordpress 2022-01-08 00:42:22 +01:00
José Romildo Malaquias
489f421e96
Merge pull request #153497 from romildo/upd.graphite-gtk-theme
graphite-gtk-theme: init at unstable-2022-01-04
2022-01-07 20:15:01 -03:00
Michael Hoang
62c344c7a2 comma: init at 1.1.0 2022-01-08 10:08:54 +11:00
Joel
a6c6a7c440
go-ethereum: 1.10.14 -> 1.10.15 2022-01-08 09:05:41 +10:00
Maximilian Bosch
4979df6ca1
Merge pull request #153911 from jyooru/update/feh
feh: 3.7.2 -> 3.8
2022-01-07 23:50:23 +01:00
Joel
c94d5d98f7
feh: 3.7.2 -> 3.8 2022-01-08 08:29:03 +10:00
Michael Weiss
0b9e3edac8
Merge pull request #153861 from michaeladler/ungoogled-chromium
ungoogled-chromium: 96.0.4664.110 -> 97.0.4692.71
2022-01-07 23:23:44 +01:00
Ryan Horiguchi
807d89ced3
vscode-extensions.hashicorp.terraform: 2.17.0 -> 2.18.0 2022-01-07 23:02:34 +01:00
TredwellGit
a40d8182da linux/hardened/patches/5.4: 5.4.169-hardened1 -> 5.4.170-hardened1 2022-01-07 22:02:22 +00:00
TredwellGit
2fe8933a62 linux/hardened/patches/4.19: 4.19.223-hardened1 -> 4.19.224-hardened1 2022-01-07 22:02:15 +00:00
TredwellGit
99a4be5a2d linux/hardened/patches/4.14: 4.14.260-hardened1 -> 4.14.261-hardened1 2022-01-07 22:02:08 +00:00
TredwellGit
fa0e80ce0d linux-rt_5_10: 5.10.87-rt59 -> 5.10.90-rt60 2022-01-07 22:01:23 +00:00
TredwellGit
4594d2494f linux: 5.4.169 -> 5.4.170 2022-01-07 22:00:30 +00:00
TredwellGit
066a0b1197 linux: 5.15.12 -> 5.15.13 2022-01-07 22:00:23 +00:00
TredwellGit
6bcc2e3529 linux: 5.10.89 -> 5.10.90 2022-01-07 22:00:15 +00:00
TredwellGit
b2ac2d62f8 linux: 4.9.295 -> 4.9.296 2022-01-07 22:00:07 +00:00
TredwellGit
0fb1f45869 linux: 4.4.297 -> 4.4.298 2022-01-07 22:00:01 +00:00
TredwellGit
e22fa956c3 linux: 4.19.223 -> 4.19.224 2022-01-07 21:59:56 +00:00
TredwellGit
ce05c553ad linux: 4.14.260 -> 4.14.261 2022-01-07 21:59:50 +00:00
Daniel Salazar
62dd28e2f1
timedoctor: update maintainer 2022-01-07 16:55:26 -05:00
Florian Klink
6a75955c21 nixos/sniproxy: remove unused logDir option
This never configured where SNI should log to, as it's up to the user to
provide the full sniproxy config (which can be configured to log to a
file).

This option only produced a ExecStartPre script that created the folder.

Let's use LogsDirectory to create it. In case users want to use another
directory for logs, they can override LogsDirectory or set their own
ExecStartPre script.
2022-01-07 22:40:12 +01:00