12 rustPlatform.buildRustPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-/3ui0VOxf+kYfb0JQXPVbjAyXPph2LOg2xB0DGmAbwc=";
23 cargoHash = "sha256-zRkIEH37pvxHUbnfg25GW1Z7od9XMkRmP2Qvs64uUjg=";
25 # requires network access
26 "--skip=pipeline::image_pipeline::tests::test_process"
27 "--skip=pipeline::image_pipeline::tests::test_to_ascii"
28 "--skip=pipeline::image_pipeline::tests::test_to_ascii_ext"
29 "--skip=pipeline::runner::tests::test_time_to_send_next_frame"
33 rustPlatform.bindgenHook
48 description = "Terminal Media Player";
49 homepage = "https://github.com/maxcurzi/tplay";
50 platforms = lib.platforms.linux;
51 license = lib.licenses.mit;
52 maintainers = with lib.maintainers; [ demine colemickens ];