23 stdenv.mkDerivation rec {
27 src = fetchFromGitHub {
31 hash = "sha256-vLgBuP0DncBIb05R3484WozS+Nl+S7YBJUYek2CkJkQ=";
34 cargoDeps = rustPlatform.fetchCargoTarball {
36 name = "${pname}-${version}";
37 hash = "sha256-NPh603/5yZDUdTegAzFvjRn5tuzyrcNzbbKQr6NxXso=";
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";