waydroid-nftables: init

This commit is contained in:
éclairevoyant 2025-10-24 10:48:56 -04:00
parent 828686b404
commit 1fec77ff03
No known key found for this signature in database
GPG key ID: E3813AEAA02DB54B
2 changed files with 4 additions and 0 deletions

View file

@ -294,6 +294,8 @@
- `forgejo-runner`: The upgrade to version 11 brings a license change from MIT to GPLv3-or-later.
- `waydroid-nftables`: New variant of `waydroid` that supports nftables instead of iptables.
- `lisp-modules` were brought in sync with the [June 2025 Quicklisp release](http://blog.quicklisp.org/2025/07/june-2025-quicklisp-dist-now-available.html).
- `ffmpeg_8`, `ffmpeg_8-headless`, and `ffmpeg_8-full` have been added. The default version of FFmpeg remains ffmpeg_7 for now, though this may change before release.

View file

@ -1133,6 +1133,8 @@ with pkgs;
vprof = with python3Packages; toPythonApplication vprof;
waydroid-nftables = waydroid.override { withNftables = true; };
winbox = winbox3;
winbox3 = callPackage ../tools/admin/winbox {
wine = wineWowPackages.stable;