kinfocenter: symlink correct executable
In 5.27 systemsettings is the main executable, and systemsettings5 is the symlink.
This commit is contained in:
parent
803c28d81e
commit
0091bd6346
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue