14 stdenvNoCC.mkDerivation {
16 version = "unstable-2023-10-10";
18 src = fetchFromGitHub {
21 rev = "12e9557fb8dfdff7350e0102a625170bb69acf01";
22 hash = "sha256-cGY/FRV2BAS4fzJqIfD7FlIPIS0fCIIBenQYjB2dEsc=";
25 nativeBuildInputs = [ makeWrapper ];
30 install -Dm755 dra-cla $out/bin/dra-cla
32 wrapProgram $out/bin/dra-cla \
33 --prefix PATH : ${lib.makeBinPath [ gnugrep gnused curl mpv aria2 ffmpeg openssl ]}
39 homepage = "https://github.com/CoolnsX/dra-cla";
40 description = "A cli tool to browse and play korean drama, chinese drama";
41 license = licenses.gpl3Only;
42 maintainers = with maintainers; [ idlip ];
43 platforms = platforms.unix;