23 stdenv.mkDerivation rec {
27 src = fetchFromGitHub {
31 hash = "sha256-Z+PMSV6fipfHBrqGS24SOgGJS173Vct12sVzCGZL0IA=";
34 cargoDeps = rustPlatform.fetchCargoTarball {
36 name = "${pname}-${version}";
37 hash = "sha256-m5y/VfjTJgK+/ZjsMo/9zPVxcV3kuwXb+HNdXR6hkV4=";
46 rustPlatform.cargoSetupHook
55 gst_all_1.gst-plugins-good
56 gst_all_1.gst-plugins-base
57 gst_all_1.gst-plugins-ugly
66 installCheckPhase = ''
71 description = "Elegantly record your screen";
72 homepage = "https://github.com/SeaDve/Kooha";
73 license = licenses.gpl3Only;
74 platforms = platforms.linux;
75 maintainers = with maintainers; [ austinbutler ];
76 mainProgram = "kooha";