about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2019-03-26 20:22:34 +0100
committerGitHub <noreply@github.com>2019-03-26 20:22:34 +0100
commit018d329dbc1e3c710305a279aabab5bcde5fcde8 (patch)
treecb1f1c4db4a6e82ac48ac42f8c3bf3ce909bf534 /nixos
parent806d022395ba65daf930513048f8188780eba3d1 (diff)
parent028a4b6a53b9295281f5cdb1349367528cf98234 (diff)
downloadnixlib-018d329dbc1e3c710305a279aabab5bcde5fcde8.tar
nixlib-018d329dbc1e3c710305a279aabab5bcde5fcde8.tar.gz
nixlib-018d329dbc1e3c710305a279aabab5bcde5fcde8.tar.bz2
nixlib-018d329dbc1e3c710305a279aabab5bcde5fcde8.tar.lz
nixlib-018d329dbc1e3c710305a279aabab5bcde5fcde8.tar.xz
nixlib-018d329dbc1e3c710305a279aabab5bcde5fcde8.tar.zst
nixlib-018d329dbc1e3c710305a279aabab5bcde5fcde8.zip
Merge pull request #57928 from averelld/plex-update
plex: 1.14.1.5488 -> 1.15.1.791
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/misc/plex.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/plex.nix b/nixos/modules/services/misc/plex.nix
index b06c1c4bbc68..fce9b29011f1 100644
--- a/nixos/modules/services/misc/plex.nix
+++ b/nixos/modules/services/misc/plex.nix
@@ -146,7 +146,7 @@ in
         PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS="6";
         PLEX_MEDIA_SERVER_TMPDIR="/tmp";
         PLEX_MEDIA_SERVER_USE_SYSLOG="true";
-        LD_LIBRARY_PATH="/run/opengl-driver/lib:${cfg.package}/usr/lib/plexmediaserver";
+        LD_LIBRARY_PATH="/run/opengl-driver/lib:${cfg.package}/usr/lib/plexmediaserver/lib";
         LC_ALL="en_US.UTF-8";
         LANG="en_US.UTF-8";
       };