mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
xbmc: Use /var/run/lirc/lircd as lirc socket
The latest version of the lirc daemon uses /var/run/lirc/lircd, not /dev/lircd that xbmc uses as default.
This commit is contained in:
parent
1def5bad35
commit
3d93fb9243
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ in
|
|||
session = [{
|
||||
name = "xbmc";
|
||||
start = "
|
||||
${pkgs.xbmc}/bin/xbmc-standalone &
|
||||
${pkgs.xbmc}/bin/xbmc --lircdev /var/run/lirc/lircd --standalone &
|
||||
waitPID=$!
|
||||
";
|
||||
}];
|
||||
|
|
Loading…
Reference in a new issue