Commit f7d8c85e authored by Martin Joerg's avatar Martin Joerg
Browse files

audiobookshelf: enable nusqlite3 extension

parent 6e69d789
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  buildNpmPackage,
  nodejs_18,
  ffmpeg-full,
  nunicode,
  util-linux,
  python3,
  getopt,
@@ -45,8 +46,7 @@ let
    inherit
      stdenv
      ffmpeg-full
      pname
      nodejs
      nunicode
      getopt
      ;
  };
+7 −1
Original line number Diff line number Diff line
{ stdenv, ffmpeg-full, pname, nodejs, getopt }: ''
{
  stdenv,
  ffmpeg-full,
  nunicode,
  getopt,
}: ''
    #!${stdenv.shell}

    port=8000
@@ -55,6 +60,7 @@
      SKIP_BINARIES_CHECK=1 \
      FFMPEG_PATH=${ffmpeg-full}/bin/ffmpeg \
      FFPROBE_PATH=${ffmpeg-full}/bin/ffprobe \
      NUSQLITE3_PATH=${nunicode.sqlite}/lib/libnusqlite3 \
      CONFIG_PATH="$config" \
      METADATA_PATH="$metadata" \
      PORT="$port" \