kinfocenter: symlink correct executable

In 5.27 systemsettings is the main executable, and systemsettings5 is the symlink.
This commit is contained in:
K900 2023-02-10 11:36:06 +03:00
parent 803c28d81e
commit 0091bd6346

View File

@ -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
'';
}