nixpkgs/pkgs/servers/bazarr
Bjørn Forsman 667e5581d1 bazarr: update expr
* Add runtime program dependencies to buildInputs, instead of setting
  that up as part of the install phase. This allows hacking on bazarr
  straight from `nix-shell -A bazarr`.
* Add missing preInstall/postInstall hooks.
* Quote shell variables.
* Simplify install path: $out/share/${pname}-${version} -> $out/share/${pname}.
  (There's no point in having the version there, and without proper deep
  overrides it can also create some problems.)
2022-11-07 09:59:25 +01:00
..
default.nix bazarr: update expr 2022-11-07 09:59:25 +01:00