Weijia Wang
c51f1a26e6
gswatcher: 1.7.5 -> 1.8.0 ( #533488 )
2026-08-17 07:01:44 +00:00
Vladimír Čunát
f721a4e926
Merge master into staging-next
2026-08-11 06:00:18 +02:00
whispers
c7404c9232
libappindicator-gtk3: make alias for libappindicator
2026-08-10 23:03:31 -04:00
nixpkgs-ci[bot]
adf7cc8a0b
Merge master into staging-next
2026-08-09 00:16:06 +00:00
Peder Bergebakken Sundt
db9a2b086c
appimageTools: warn on deprecated type-specific aliases ( #546396 )
2026-08-08 21:18:59 +00:00
nixpkgs-ci[bot]
07f13d8618
Merge staging-next into staging
2026-08-04 06:53:29 +00:00
7c6f434c
b6d794b4de
various: remove unused optional/optionalString from let bindings ( #510890 )
2026-08-04 01:19:17 +00:00
Alyssa Ross
e3fc37d466
gssdp: remove unused Python input ( #532012 )
2026-08-03 13:16:05 +00:00
Alyssa Ross
696c13a7fa
gssdp_1_6: disable introspection if unavailable ( #532014 )
2026-08-03 13:15:59 +00:00
bitbloxhub
c831bab4ac
appimageTools: warn on deprecated type-specific aliases
...
Also migrates away from them with these commands, using ast-grep 0.43.0
with these commands in bash (assisted by ChatGPT):
```bash
for old in extractType1 extractType2; do
ast-grep \
--lang nix \
--pattern "\$TOOLS.$old" \
--rewrite '$TOOLS.extract' \
--update-all \
pkgs
done
ast-grep \
--lang nix \
--pattern '$TOOLS.wrapType1' \
--rewrite '$TOOLS.wrapType2' \
--update-all \
pkgs
```
Assisted-by: GPT-5.6-Sol Medium via ChatGPT
2026-07-30 00:21:21 +00:00
R. Ryantm
4bf32c8b43
gsoap: 2.8.143 -> 2.8.144
2026-07-27 00:33:01 +00:00
R. Ryantm
d04c68fa44
gsender: 1.6.2 -> 1.6.3
2026-07-23 16:07:56 +00:00
Yohann Boniface
a96a7b9dc6
treewide: use finalAttrs.finalPackage.doCheck ( #543265 )
2026-07-23 11:35:08 +00:00
K900
8a4bc4231f
Merge remote-tracking branch 'origin/master' into staging-next
2026-07-18 20:16:46 +03:00
Peder Bergebakken Sundt
a0d022d0f4
treewide: use finalAttrs.finalPackage.doCheck
2026-07-18 18:23:21 +02:00
Sandro
587178917a
gssproxy: init at 0.9.2 ( #538996 )
2026-07-18 16:16:37 +00:00
Michael Daniels
dd7af89e2f
Merge branch 'master' into staging-next
2026-07-15 19:33:27 -04:00
Eman Resu
ff094f60ad
treewide: replace more singleton license lists
2026-07-15 14:04:39 -04:00
José Luis Lafuente
05c56af293
gssproxy: init at 0.9.2
2026-07-06 17:51:40 +02:00
nixpkgs-ci[bot]
c57c87c729
Merge staging-next into staging
2026-06-30 18:38:47 +00:00
nixpkgs-ci[bot]
69472659bd
Merge master into staging-next
2026-06-30 18:37:56 +00:00
Sergei Trofimovich
ba13cc996e
gssdp_1_6: 1.6.5 -> 1.6.6
...
Changes: https://gitlab.gnome.org/GNOME/gssdp/-/blob/gssdp-1.6.6/NEWS?ref_type=tags
2026-06-28 12:13:22 +01:00
Bobby Rong
ea0b4e6872
gspell: 1.14.3 → 1.14.4
...
https://gitlab.gnome.org/GNOME/gspell/-/compare/1.14.3...1.14.4
2026-06-27 20:33:27 +08:00
Michael Daniels
4d86f2810e
Merge branch 'staging-next' into staging
2026-06-21 22:23:20 -04:00
Robert Schütz
efd93a2640
python3Packages.python-xlib: rename from xlib
...
The project name (e.g. on PyPI) is python-xlib.
2026-06-21 14:33:42 -07:00
R. Ryantm
c369496ad7
gswatcher: 1.7.5 -> 1.8.0
2026-06-20 02:51:52 +00:00
nixpkgs-ci[bot]
efa9098f6c
Merge staging-next into staging
2026-06-18 18:49:56 +00:00
Dmitry Kalinkin
e4337c4e2d
gsoap: 2.8.142 -> 2.8.143 ( #532859 )
2026-06-18 13:57:37 +00:00
nixpkgs-ci[bot]
ccd0e7d3f6
Merge staging-next into staging
2026-06-18 07:43:03 +00:00
R. Ryantm
062f178075
gsoap: 2.8.142 -> 2.8.143
2026-06-18 01:36:37 +00:00
DerGrumpf
b345162d15
gs1200-exporter: 2.11.12 -> 2.11.13
2026-06-17 21:33:29 +02:00
Bobby Rong
ad8ebd74bf
gssdp_1_6: 1.6.4 -> 1.6.5, gupnp_1_6: 1.6.9 -> 1.6.10 ( #525344 )
2026-06-16 15:02:49 +00:00
Alyssa Ross
2d8e6e2b50
gssdp_1_6: disable introspection if unavailable
...
This is essentially just doing the same thing that was already done
for the older gssdp, in 2be3d063cf ("gssdp: disable introspection if
unavailable"). Fixes e.g. cross-compiling from Linux to FreeBSD,
where we can't have gobject-introspection due to the lack of a
user-mode emulator.
2026-06-16 10:55:37 +02:00
Alyssa Ross
4b7c9730a8
gssdp_1_6: remove unused Python input
...
This doesn't seem to have done anything since it was introduced. I
checked the original source tarball.
Fixes: b30e56bddf ("gssdp: 1.2.3 → 1.4.0.1")
2026-06-16 10:54:58 +02:00
Yt
f3785405f6
libsoup_2_4: drop ( #529295 )
2026-06-15 23:27:32 +00:00
Tomás Rivera
13db573f35
gscreenshot: remove setuptools dependency
2026-06-14 10:15:06 +02:00
Tomás Rivera
512b81bf8e
gscreenshot: doCheck
2026-06-11 11:18:01 +02:00
Tomás Rivera
18563e8812
gscreenshot: migrate to pyproject
2026-06-11 11:16:17 +02:00
Tomás Rivera
af2a662361
gscreenshot: use hash
2026-06-11 11:15:05 +02:00
Marie Ramlow
e42104b5ba
gs1200-exporter: init at 2.11.12 ( #505127 )
2026-06-08 19:02:28 +00:00
DerGrumpf
3803757a2c
gs1200-exporter: init at 2.11.12
2026-06-08 20:04:36 +02:00
whispers
aa960730ff
gssdp: drop
...
GSSDP 1.4, which the `gssdp` name refers to, is unmaintained upstream
and depends on the insecure libsoup 2.4. In the process of its removal,
we drop this as well. `gssdp` has two in-tree dependents: `hqplayerd`
and `gupnp`. The former has been already been marked broken and the
latter has been dropped. All other consumers have already migrated to
`gssdp_1_6`.
2026-06-07 18:51:13 -04:00
dotlambda
e3d979238e
gsasl: 2.2.2 -> 2.2.3 ( #519990 )
2026-06-03 17:54:07 +00:00
Robert Schütz
c43688dc45
gsoap: 2.8.108 -> 2.8.142
2026-05-31 19:54:03 -07:00
Sergei Trofimovich
bec5224047
gssdp_1_6: 1.6.4 -> 1.6.5, gupnp_1_6: 1.6.9 -> 1.6.10
...
Changes:
- https://gitlab.gnome.org/GNOME/gssdp/-/blob/gssdp-1.6.5/NEWS?ref_type=tags
- https://gitlab.gnome.org/GNOME/gupnp/-/blob/gupnp-1.6.10/NEWS?ref_type=tags
2026-05-29 06:24:42 +01:00
R. Ryantm
c496b05c72
gsender: 1.6.1 -> 1.6.2
2026-05-28 23:42:27 +00:00
Yohann Boniface
dc77e39c7a
maintainers: remove ciil ( #521442 )
2026-05-25 10:56:53 +00:00
Hythera
0d277679c0
maintainers: remove davisrichard437
2026-05-21 22:47:05 +02:00
Yohann Boniface
2b8409e8ee
gscreenshot: meta.mainProgram ( #513583 )
2026-05-21 20:35:59 +00:00
nixpkgs-ci[bot]
535e86a9d6
Merge master into staging-next
2026-05-17 12:21:33 +00:00