8 python3Packages.buildPythonApplication rec {
13 src = fetchFromGitHub {
16 rev = "refs/tags/${version}";
17 hash = "sha256-xBpqB81LSOq+eGVwEL6fAxBR8UXCduf5syzCdwydW4Q=";
20 nativeCheckInputs = with python3Packages; [ pytest ];
22 build-system = with python3Packages; [
27 dependencies = with python3Packages; [
45 passthru.tests.toot = nixosTests.pleroma;
48 description = "Mastodon CLI interface";
50 homepage = "https://github.com/ihabunek/toot";
51 license = lib.licenses.gpl3Only;
52 maintainers = with lib.maintainers; [