9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 sha256 = "sha256-TOcK+l65iKON1kgBE4DYV/BXACnvqPCshavnVdpnGH4=";
20 cargoSha256 = "sha256-tOY3aLpU08Tg/IT+usS2DNO0Q1aD0bvURmNJmHcJkgI=";
22 nativeBuildInputs = [ makeWrapper ];
25 wrapProgram "$out/bin/sub-batch" --prefix PATH : "${lib.makeBinPath [ alass ]}"
29 description = "Match and rename subtitle files to video files and perform other batch operations on subtitle files";
30 homepage = "https://github.com/kl/sub-batch";
31 license = licenses.mit;
32 maintainers = with maintainers; [ erictapen ];
33 broken = stdenv.isDarwin;
34 mainProgram = "sub-batch";