Loading pkgs/by-name/au/audiobookshelf/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ buildNpmPackage, nodejs_18, ffmpeg-full, nunicode, util-linux, python3, getopt, Loading Loading @@ -45,8 +46,7 @@ let inherit stdenv ffmpeg-full pname nodejs nunicode getopt ; }; Loading pkgs/by-name/au/audiobookshelf/wrapper.nix +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 Loading Loading @@ -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" \ Loading Loading
pkgs/by-name/au/audiobookshelf/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ buildNpmPackage, nodejs_18, ffmpeg-full, nunicode, util-linux, python3, getopt, Loading Loading @@ -45,8 +46,7 @@ let inherit stdenv ffmpeg-full pname nodejs nunicode getopt ; }; Loading
pkgs/by-name/au/audiobookshelf/wrapper.nix +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 Loading Loading @@ -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" \ Loading