10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-cGFM1QOuavGwGBccUEttSTp+aD+d31Cqul+AQYvbyhY=";
21 cargoHash = "sha256-rVE2foebSEk3zJQTAkmhoIOFyMArGnt9tLlOS7RjQYM=";
32 gst_all_1.gst-plugins-bad
33 gst_all_1.gst-plugins-base
34 gst_all_1.gst-plugins-good
35 gst_all_1.gst-plugins-ugly
39 description = "Open source project for creating visual timelines";
40 homepage = "https://timelens.blinry.org";
41 changelog = "https://github.com/timelens/timelens/blob/${src.rev}/CHANGELOG.md";
42 license = lib.licenses.gpl2Plus;
44 mainProgram = "timelens";