summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-01-30 19:13:52 +0800
committerBobby Rong <rjl931189261@126.com>2023-01-30 19:50:33 +0800
commit279fb9d46472e7996ebeda67568931d66efeb2d3 (patch)
tree7c91ad784e8a3803ac753a2cb523fabbd20eb25b /pkgs/desktops
parenta0feb36dc510bfa8f8809980a8230617fb9eb618 (diff)
downloadnixpkgs-279fb9d46472e7996ebeda67568931d66efeb2d3.tar
nixpkgs-279fb9d46472e7996ebeda67568931d66efeb2d3.tar.gz
nixpkgs-279fb9d46472e7996ebeda67568931d66efeb2d3.tar.bz2
nixpkgs-279fb9d46472e7996ebeda67568931d66efeb2d3.tar.lz
nixpkgs-279fb9d46472e7996ebeda67568931d66efeb2d3.tar.xz
nixpkgs-279fb9d46472e7996ebeda67568931d66efeb2d3.tar.zst
nixpkgs-279fb9d46472e7996ebeda67568931d66efeb2d3.zip
cinnamon.cinnamon-common: stop substituting upload-system-info
We install xapp in environment.systemPackages in the cinnamon module
because most XApps need the icon it provides. As a side effect, we
should have this in PATH. This is really an optional app,
cinnamon-settings handles the situation well when it is missing.
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/cinnamon/cinnamon-common/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/desktops/cinnamon/cinnamon-common/default.nix b/pkgs/desktops/cinnamon/cinnamon-common/default.nix
index 158e72587a7..e241d8048f5 100644
--- a/pkgs/desktops/cinnamon/cinnamon-common/default.nix
+++ b/pkgs/desktops/cinnamon/cinnamon-common/default.nix
@@ -153,8 +153,6 @@ stdenv.mkDerivation rec {
 
     sed "s|/usr/share/%s|/run/current-system/sw/share/%s|g" -i ./files/usr/share/cinnamon/cinnamon-settings/modules/cs_themes.py
 
-    sed "s|\"upload-system-info\"|\"${xapp}/bin/upload-system-info\"|g" -i ./files/usr/share/cinnamon/cinnamon-settings/modules/cs_info.py
-
     sed "s|/usr/bin/cinnamon-screensaver-command|/run/current-system/sw/bin/cinnamon-screensaver-command|g" \
       -i ./files/usr/share/cinnamon/applets/menu@cinnamon.org/applet.js -i ./files/usr/share/cinnamon/applets/user@cinnamon.org/applet.js