···2424 --set "NEMO_PYTHON_EXTENSION_DIR" "$out/share/nemo-python/extensions"
2525 done
26262727+ # Don't populate the same nemo actions twice when having this globally installed
2828+ # https://github.com/NixOS/nixpkgs/issues/190781#issuecomment-1365601853
2929+ rm -r $out/share/nemo/actions
3030+2731 # Point to wrapped binary in all service files
2832 for file in "share/dbus-1/services/nemo.FileManager1.service" \
2933 "share/dbus-1/services/nemo.service"
···227227 unittest2 = throw "unittest2 has been removed as it's a backport of unittest that's unmaintained and not needed beyond Python 3.4."; # added 2022-12-01
228228 uproot3 = throw "uproot3 has been removed, use uproot instead"; # added 2022-12-13
229229 uproot3-methods = throw "uproot3-methods has been removed"; # added 2022-12-13
230230+ virtual-display = throw "virtual-display has been renamed to PyVirtualDisplay"; # added 2023-01-07
230231 Wand = wand; # added 2022-11-13
231232 WazeRouteCalculator = wazeroutecalculator; # added 2021-09-29
232233 weakrefmethod = throw "weakrefmethod was removed since it's not needed in Python >= 3.4"; # added 2022-12-01