plex: include Plex Commercial Skipper binary
This new binary appeared somewhere around version 1.13.5, I think.
This commit is contained in:
parent
7eb8a04945
commit
ff18d8c154
|
@ -37,6 +37,7 @@ in stdenv.mkDerivation rec {
|
||||||
# Now we need to patch up the executables and libraries to work on Nix.
|
# Now we need to patch up the executables and libraries to work on Nix.
|
||||||
# Side note: PLEASE don't put spaces in your binary names. This is stupid.
|
# Side note: PLEASE don't put spaces in your binary names. This is stupid.
|
||||||
for bin in "Plex Media Server" \
|
for bin in "Plex Media Server" \
|
||||||
|
"Plex Commercial Skipper" \
|
||||||
"Plex DLNA Server" \
|
"Plex DLNA Server" \
|
||||||
"Plex Media Scanner" \
|
"Plex Media Scanner" \
|
||||||
"Plex Relay" \
|
"Plex Relay" \
|
||||||
|
|
Loading…
Reference in New Issue