relaze
July 24, 2026, 11:52am
7295
master ← r-ryantm:auto-update/xdg-desktop-portal-luminous
opened 05:15PM - 13 Mar 26 UTC
Automatic update generated by [nixpkgs-update](https://github.com/nix-community/… nixpkgs-update) tools. This update was made based on information from passthru.updateScript.
meta.description for xdg-desktop-portal-luminous is: xdg-desktop-portal backend for wlroots based compositors, providing screenshot and screencast
meta.homepage for xdg-desktop-portal-luminous is: https://github.com/waycrate/xdg-desktop-portal-luminous
###### Updates performed
- Ran passthru.UpdateScript
###### To inspect upstream changes
###### Impact
<b>Checks done</b>
---
- built on NixOS
- The tests defined in `passthru.tests`, if any, passed
- found 0.1.17 with grep in /nix/store/8vi08wxx2nw8x13p9apa4l6r3w6prps5-xdg-desktop-portal-luminous-0.1.17
- found 0.1.17 in filename of file in /nix/store/8vi08wxx2nw8x13p9apa4l6r3w6prps5-xdg-desktop-portal-luminous-0.1.17
---
<details>
<summary>
<b>Rebuild report</b> (if merged into master) (click to expand)
</summary>
```
2 total rebuild path(s)
2 package rebuild(s)
First fifty rebuilds by attrpath
xdg-desktop-portal-luminous
```
</details>
<details>
<summary>
<b>Instructions to test this update</b> (click to expand)
</summary>
---
Either **download from the cache**:
```
nix-store -r /nix/store/8vi08wxx2nw8x13p9apa4l6r3w6prps5-xdg-desktop-portal-luminous-0.1.17 \
--option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
--option trusted-public-keys '
nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
'
```
(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted.
Or, **build yourself**:
```
nix-build -A xdg-desktop-portal-luminous https://github.com/r-ryantm/nixpkgs/archive/5883369e6933b2ba219c1db9464590b1146e28ce.tar.gz
```
Or:
```
nix build github:r-ryantm/nixpkgs/5883369e6933b2ba219c1db9464590b1146e28ce#xdg-desktop-portal-luminous
```
After you've downloaded or built it, look at the files and if there are any, run the binaries:
```
ls -la /nix/store/8vi08wxx2nw8x13p9apa4l6r3w6prps5-xdg-desktop-portal-luminous-0.1.17
ls -la /nix/store/8vi08wxx2nw8x13p9apa4l6r3w6prps5-xdg-desktop-portal-luminous-0.1.17/bin
```
---
</details>
<br/>
### Pre-merge build results
We have automatically built all packages that will get rebuilt due to
this change.
This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as _failed to build_ independent of the
change, simply because they are already broken on the target branch.
## `nixpkgs-review` result
Generated using [`nixpkgs-review`](https://github.com/Mic92/nixpkgs-review).
Command: `nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'`
Commit: `5883369e6933b2ba219c1db9464590b1146e28ce`
---
### `x86_64-linux`
<details>
<summary>:white_check_mark: 1 package built:</summary>
<ul>
<li>xdg-desktop-portal-luminous</li>
</ul>
</details>
---
###### Maintainer pings
cc @Rishik-Y for [testing](https://github.com/nix-community/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do).
> [!TIP]
> As a maintainer, if your package is located under `pkgs/by-name/*`, you can comment **`@NixOS/nixpkgs-merge-bot merge`** to automatically merge this update using the [`nixpkgs-merge-bot`](https://github.com/NixOS/nixpkgs/blob/master/ci/README.md#nixpkgs-merge-bot).
Automatic update by bot, works correctly
Raku ecosystem update which is long (4 months) overdue
master ← vavakado:raku-updates
opened 01:44PM - 21 Jun 26 UTC
Supersedes #504598.
Release notes:
- zef: https://github.com/ugexe/zef/compa… re/v1.0.0...v1.1.3
- rakudo: [2026.03](https://github.com/rakudo/rakudo/releases/tag/2026.03), [2026.04](https://github.com/rakudo/rakudo/releases/tag/2026.04), [2026.05](https://github.com/rakudo/rakudo/releases/tag/2026.05), [2026.06](https://github.com/rakudo/rakudo/releases/tag/2026.06)
## Things done
- Built on platform:
- [x] x86_64-linux
- [ ] aarch64-linux
- [ ] x86_64-darwin
- [ ] aarch64-darwin
- Tested, as applicable:
- [ ] [NixOS tests] in [nixos/tests].
- [ ] [Package tests] at `passthru.tests`.
- [ ] Tests in [lib/tests] or [pkgs/test] for functions and "core" functionality.
- [x] Ran `nixpkgs-review` on this PR. See [nixpkgs-review usage].
- [x] Tested basic functionality of all binary files, usually in `./result/bin/`.
- Nixpkgs Release Notes
- [ ] Package update: when the change is major or breaking.
- NixOS Release Notes
- [ ] Module addition: when adding a new NixOS module.
- [ ] Module update: when the change is significant.
- [x] Fits [CONTRIBUTING.md], [pkgs/README.md], [maintainers/README.md] and other READMEs.
- [x] Follows the [automation/AI policy].
[NixOS tests]: https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests
[Package tests]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-tests
[nixpkgs-review usage]: https://github.com/Mic92/nixpkgs-review#usage
[CONTRIBUTING.md]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md
[automation/AI policy]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#automationai-policy
[lib/tests]: https://github.com/NixOS/nixpkgs/blob/master/lib/tests
[maintainers/README.md]: https://github.com/NixOS/nixpkgs/blob/master/maintainers/README.md
[nixos/tests]: https://github.com/NixOS/nixpkgs/blob/master/nixos/tests
[pkgs/README.md]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md
[pkgs/test]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/test
Still hoping to get this merged. It doesn’t affect other packages and I’ve tested on both macOS and NixOS, working well and also gets the broken test passing.
1 Like
Would appreciate some eyes on this linux-wallpaperengine update:
master ← Tadomika-Ari:master
opened 11:41PM - 21 Jul 26 UTC
## Summary
Update `linux-wallpaperengine` from `0-unstable-2026-05-12` to `0-… unstable-2026-06-09`.
Upstream changelog highlights since the last packaged commit:
- Refactor: removed subprocess usage in favor of D-Bus, wired up to JavaScript (Almamu/linux-wallpaperengine#606)
- Various fixes and features (Wayland viewport handling, `--layer` CLI flag, TEXS0001 animated texture format support, media thumbnail fallback)
Full commit history: https://github.com/Almamu/linux-wallpaperengine/compare/a8ce9b6aa14cc10f0396bbb74a16ca12ed3990dc...b016d7d1fdcf4e5fd2f9c9fa420a8aaa07fee02d
**Breaking/notable change:** this update adds a new build dependency on `dbus`, required by the D-Bus refactor mentioned above (#606). Added `dbus` to `buildInputs`.
Also adding myself as maintainer since the package currently has none.
## Things done
- Built on platform:
- [x] x86_64-linux
- [ ] aarch64-linux
- [ ] aarch64-darwin
- Tested, as applicable:
- [ ] [NixOS tests] in [nixos/tests].
- [ ] [Package tests] at `passthru.tests`.
- [ ] Tests in [lib/tests] or [pkgs/test] for functions and "core" functionality.
- [x] Ran `nixpkgs-review` on this PR. See [nixpkgs-review usage].
- [x] Tested basic functionality of all binary files, usually in `./result/bin/`.
- Nixpkgs Release Notes
- [x] Package update: when the change is major or breaking.
- NixOS Release Notes
- [ ] Module addition: when adding a new NixOS module.
- [ ] Module update: when the change is significant.
- [x] Fits [CONTRIBUTING.md], [pkgs/README.md], [maintainers/README.md] and other READMEs.
- [ ] Follows the [automation/AI policy].
[NixOS tests]: https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests
[Package tests]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-tests
[nixpkgs-review usage]: https://github.com/Mic92/nixpkgs-review#usage
[CONTRIBUTING.md]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md
[automation/AI policy]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#automationai-policy
[lib/tests]: https://github.com/NixOS/nixpkgs/blob/master/lib/tests
[maintainers/README.md]: https://github.com/NixOS/nixpkgs/blob/master/maintainers/README.md
[nixos/tests]: https://github.com/NixOS/nixpkgs/blob/master/nixos/tests
[pkgs/README.md]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md
[pkgs/test]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/test
Bumps to pick up upstream’s D-Bus refactor + Wayland fixes (adds dbus as a build dependency). Also adding myself as maintainer, package had none. Ran nixpkgs-review, builds fine on x86_64-linux. First contribution here, feedback welcome
Lubsch
July 27, 2026, 2:18pm
7307
I’m unable to backport package init because it was my first contribution so it touches maintainers/maintainer-list.nix which is outside of pkgs/by-name. I’d really appreciate approval to backport this.
release-26.05 ← backport-530825-to-release-26.05
opened 09:37PM - 18 Jul 26 UTC
Bot-based backport to `release-26.05`, triggered by a label in #530825.
**Befor… e merging, ensure that this backport is [acceptable for the release](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#changes-acceptable-for-releases).**
Even as a non-committer, if you find that it is not acceptable, leave a comment.
> [!TIP]
> If you maintain all packages touched by this pull request, and they are all located under `pkgs/by-name/*`, you can comment **`@NixOS/nixpkgs-merge-bot merge`** to automatically merge this PR using the [`nixpkgs-merge-bot`](https://github.com/NixOS/nixpkgs/blob/master/ci/README.md#nixpkgs-merge-bot).
jsqu4re
July 27, 2026, 11:50pm
7309
master ← jsqu4re:add-wtp
opened 10:45AM - 09 Jul 26 UTC
https://github.com/satococoa/wtp with 520 Stars at the time:
> A powerful Git… worktree management tool that extends git's worktree functionality with automated setup, branch tracking, and project-specific hooks.
## Things done
- Built on platform:
- [x] x86_64-linux
- [ ] aarch64-linux
- [ ] aarch64-darwin
- Tested, as applicable:
- [ ] [NixOS tests] in [nixos/tests].
- [ ] [Package tests] at `passthru.tests`.
- [ ] Tests in [lib/tests] or [pkgs/test] for functions and "core" functionality.
- [ ] Ran `nixpkgs-review` on this PR. See [nixpkgs-review usage].
- [x] Tested basic functionality of all binary files, usually in `./result/bin/`.
- Nixpkgs Release Notes
- [ ] Package update: when the change is major or breaking.
- NixOS Release Notes
- [ ] Module addition: when adding a new NixOS module.
- [ ] Module update: when the change is significant.
- [x] Fits [CONTRIBUTING.md], [pkgs/README.md], [maintainers/README.md] and other READMEs.
- [x] Follows the [automation/AI policy].
[NixOS tests]: https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests
[Package tests]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md#package-tests
[nixpkgs-review usage]: https://github.com/Mic92/nixpkgs-review#usage
[CONTRIBUTING.md]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md
[automation/AI policy]: https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#automationai-policy
[lib/tests]: https://github.com/NixOS/nixpkgs/blob/master/lib/tests
[maintainers/README.md]: https://github.com/NixOS/nixpkgs/blob/master/maintainers/README.md
[nixos/tests]: https://github.com/NixOS/nixpkgs/blob/master/nixos/tests
[pkgs/README.md]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/README.md
[pkgs/test]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/test
Multiple reviews complete, maybe we can merge this