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.)