Skip to content

Commit

Permalink
emby: add sqlite to wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanloutre committed Oct 2, 2018
1 parent 6e8da1d commit f7a2e20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/servers/emby/default.nix
Expand Up @@ -36,6 +36,9 @@ stdenv.mkDerivation rec {
cp -r * "$out/usr/lib/emby-server"
makeWrapper "${dotnet-sdk}/bin/dotnet" $out/bin/emby \
--prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [
sqlite
]}" \
--add-flags "$out/usr/lib/emby-server/EmbyServer.dll -programdata /var/lib/emby/ProgramData-Server -ffmpeg ${ffmpeg}/bin/ffmpeg -ffprobe ${ffmpeg}/bin/ffprobe"
'';

Expand Down

0 comments on commit f7a2e20

Please sign in to comment.