mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
plex: move defaults to package file
This commit is contained in:
parent
dd5bcb34c9
commit
15c52af2fe
@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchurl, rpmextract, glibc
|
||||
{ config, stdenv, fetchurl, rpmextract, glibc
|
||||
, dataDir ? "/var/lib/plex" # Plex's data directory must be baked into the package due to symlinks.
|
||||
, enablePlexPass ? false
|
||||
, enablePlexPass ? config.plex.enablePlexPass or false
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -4875,7 +4875,7 @@ in
|
||||
|
||||
playbar2 = libsForQt5.callPackage ../applications/audio/playbar2 { };
|
||||
|
||||
plex = callPackage ../servers/plex { enablePlexPass = config.plex.enablePlexPass or false; };
|
||||
plex = callPackage ../servers/plex { };
|
||||
|
||||
plexpy = callPackage ../servers/plexpy { python = python2; };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user