8 python3Packages.buildPythonApplication rec {
13 src = fetchFromGitHub {
17 hash = "sha256-cdlLZL3XZDgEXbac3Kgm9o61SOpoZzWD6C1DDwj6eNo=";
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 changelog = "https://github.com/ihabunek/toot/blob/refs/tags/${version}/CHANGELOG.md";
52 license = lib.licenses.gpl3Only;
53 maintainers = with lib.maintainers; [