···303303304304- `dagger` was removed because using a package called `dagger` and packaging it from source violates their trademark policy.
305305306306+- `win-virtio` package was renamed to `virtio-win` to be consistent with the upstream package name.
307307+306308## Other Notable Changes {#sec-release-23.11-notable-changes}
307309308310- The Cinnamon module now enables XDG desktop integration by default. If you are experiencing collisions related to xdg-desktop-portal-gtk you can safely remove `xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];` from your NixOS configuration.
···11-{ lib, stdenv, fetchurl, p7zip, win-virtio }:
11+{ lib, stdenv, fetchurl, p7zip, virtio-win }:
2233let
44 version_usbdk = "1.0.22";
···5858 copy_usbdk = arch: "mkdir -p $out/${arch}/usbdk; cp usbdk/${arch}/* $out/${arch}/usbdk/. \n";
5959 copy_vdagent = arch: "mkdir -p $out/${arch}/vdagent; cp vdagent/${arch}/* $out/${arch}/vdagent/. \n";
6060 # SPICE needs vioserial
6161- # TODO: Link windows version in win-spice (here) to version used in win-virtio.
6262- # That way it would never matter whether vioserial is installed from win-virtio or win-spice.
6363- copy_vioserial = arch: version: "mkdir -p $out/${arch}/vioserial; cp ${win-virtio}/vioserial/${version}/${arch}/* $out/${arch}/vioserial/. \n";
6161+ # TODO: Link windows version in win-spice (here) to version used in virtio-win.
6262+ # That way it would never matter whether vioserial is installed from virtio-win or win-spice.
6363+ copy_vioserial = arch: version: "mkdir -p $out/${arch}/vioserial; cp ${virtio-win}/vioserial/${version}/${arch}/* $out/${arch}/vioserial/. \n";
6464 copy = arch: version: (copy_qxl arch version) + (copy_usbdk arch) + (copy_vdagent arch) + (copy_vioserial arch version);
6565 in ''
6666 runHook preInstall
···936936 webkitgtk_5_0 = throw "'webkitgtk_5_0' has been superseded by 'webkitgtk_6_0'"; # Added 2023-02-25
937937 wio = throw "wio has been removed from nixpkgs, it was unmaintained and required wlroots_0_14 at the time of removal"; # Added 2023-04-28
938938 wineWayland = wine-wayland;
939939- win-qemu = throw "'win-qemu' has been replaced by 'win-virtio'"; # Added 2023-08-16
939939+ win-qemu = throw "'win-qemu' has been replaced by 'virtio-win'"; # Added 2023-08-16
940940+ win-virtio = virtio-win; # Added 2023-10-17
940941 win-signed-gplpv-drivers = throw "win-signed-gplpv-drivers has been removed from nixpkgs, as it's unmaintained: https://help.univention.com/t/installing-signed-gplpv-drivers/21828"; # Added 2023-08-17
941942 wlroots_0_14 = throw "'wlroots_0_14' has been removed in favor of newer versions"; # Added 2023-07-29
942943 wordpress6_1 = throw "'wordpress6_1' has been removed in favor of the latest version"; # Added 2023-10-10