Unverified Commit 1fec77ff authored by éclairevoyant's avatar éclairevoyant
Browse files

waydroid-nftables: init

parent 828686b4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.
+2 −0
Original line number Diff line number Diff line
@@ -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;