Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cinnamon.nemo-with-extensions: Fix duplicate right-click menu items

+4
+4
pkgs/desktops/cinnamon/nemo/wrapper.nix
··· 24 24 --set "NEMO_PYTHON_EXTENSION_DIR" "$out/share/nemo-python/extensions" 25 25 done 26 26 27 + # Don't populate the same nemo actions twice when having this globally installed 28 + # https://github.com/NixOS/nixpkgs/issues/190781#issuecomment-1365601853 29 + rm -r $out/share/nemo/actions 30 + 27 31 # Point to wrapped binary in all service files 28 32 for file in "share/dbus-1/services/nemo.FileManager1.service" \ 29 33 "share/dbus-1/services/nemo.service"