about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-02-10 11:36:06 +0300
committerK900 <me@0upti.me>2023-02-14 14:15:58 +0300
commit0091bd63464bf61a75ec98808cb3b9d7fa7fb02b (patch)
treeb5687173f7cfab143cdb11ec943ae89072c5e30e /pkgs/desktops/plasma-5
parent803c28d81e9d9b4a682b2f02e95d462e0d5f3984 (diff)
kinfocenter: symlink correct executable
In 5.27 systemsettings is the main executable, and systemsettings5 is the symlink.
Diffstat (limited to 'pkgs/desktops/plasma-5')
-rw-r--r--pkgs/desktops/plasma-5/kinfocenter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5/kinfocenter/default.nix b/pkgs/desktops/plasma-5/kinfocenter/default.nix
index 222e785582649..2f27dd201ce56 100644
--- a/pkgs/desktops/plasma-5/kinfocenter/default.nix
+++ b/pkgs/desktops/plasma-5/kinfocenter/default.nix
@@ -99,6 +99,6 @@ mkDerivation {
   # the same directory, while it is actually located in a completely different
   # store path
   preFixup = ''
-    ln -sf ${lib.getExe systemsettings} $out/bin/kinfocenter
+    ln -sf ${systemsettings}/bin/systemsettings $out/bin/kinfocenter
   '';
 }