16 stdenvNoCC.mkDerivation {
20 src = fetchFromGitHub {
23 # upstream is not tagging releases
24 rev = "68e9868354bd9fefa72dbe1e7991bc1f6d184aa2";
25 hash = "sha256-CF9XSbkhTrfNE6iR6Q/VWA8x0eDxRKy0Bz0YUuOEEt4=";
28 nativeBuildInputs = [ makeWrapper ];
33 install -Dm755 dra-cla $out/bin/dra-cla
35 wrapProgram $out/bin/dra-cla \
53 homepage = "https://github.com/CoolnsX/dra-cla";
54 description = "Cli tool to browse and play korean drama, chinese drama";
55 license = licenses.gpl3Only;
56 maintainers = with maintainers; [ idlip ];
57 platforms = platforms.unix;
58 mainProgram = "dra-cla";