13 python3.pkgs.buildPythonPackage {
14 inherit pname version;
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-wbzgTtRMDx9WpILzOGNvTrxj+wN6QzRCUNsc7PfwzJk=";
24 propagatedBuildInputs = with python3.pkgs; [
43 (callPackage ./mov-cli-test.nix {})
52 binPath = lib.makeBinPath [
58 "--prefix PATH : ${binPath}"
62 homepage = "https://github.com/mov-cli/mov-cli";
63 description = "Cli tool to browse and watch movies";
64 license = with lib.licenses; [ gpl3Only ];
65 mainProgram = "mov-cli";
66 maintainers = with lib.maintainers; [ baitinq ];