mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
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
@ -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 New Issue
Block a user