14 python3.pkgs.buildPythonPackage {
15 inherit pname version;
18 src = fetchFromGitHub {
22 hash = "sha256-hOnbBXzg9S0pqEcdXVrdG+P9tLqE8NC++ppOwqd+y+M=";
25 propagatedBuildInputs = with python3.pkgs; [
44 (callPackage ./mov-cli-test.nix { })
54 binPath = lib.makeBinPath [
61 "--prefix PATH : ${binPath}"
65 homepage = "https://github.com/mov-cli/mov-cli";
66 description = "Cli tool to browse and watch movies";
67 license = with lib.licenses; [ gpl3Only ];
68 mainProgram = "mov-cli";
69 maintainers = with lib.maintainers; [ baitinq ];