7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-E3Y1UaYXl6NdCMM7IepqFzWNuHaMGLCN5BvQ/lxjFoc=";
19 lockFile = ./Cargo.lock;
23 cp ${./Cargo.lock} Cargo.lock
26 # Running cargo test -- . fails because it expects to have two mp4 files so that it can test the video merging functionalities
34 description = "Merge video & audio files via CLI";
35 homepage = "https://github.com/TGotwig/vidmerger";
36 license = with licenses; [ mit commons-clause ];
37 maintainers = with maintainers; [ ByteSudoer ];
38 mainProgram = "vidmerger";