summaryrefslogtreecommitdiff
path: root/gnu/packages/mastodon.scm
Commit message (Collapse)AuthorAge
* gnu: toot: Adjust custom phases.Efraim Flashner2020-04-01
| | | | | * gnu/packages/mastodon.scm (toot)[arguments]: 'check is already run after 'install so replace 'check rather than re-inserting it.
* gnu: toot: Update to 0.25.2.Efraim Flashner2020-04-01
| | | | * gnu/packages/mastodon.scm (toot): Update to 0.25.2.
* gnu: toot: Make propagated-inputs regular inputs.Efraim Flashner2019-12-03
| | | | | * gnu/packages/mastodon.scm (toot)[propagated-inputs]: Move all ... [inputs]: ... here.
* gnu: toot: Add missing input.Efraim Flashner2019-12-03
| | | | * gnu/packages/mastodon.scm (toot)[propagated-inputs]: Add python-urwid.
* gnu: toot: Update to 0.24.0.Tobias Geerinckx-Rice2019-12-01
| | | | | * gnu/packages/mastodon.scm (toot): Update to 0.24.0. [arguments]: Remove obsolete ‘dont-install-Makefile’ phase.
* gnu: toot: Don't install the Makefile.Efraim Flashner2019-06-25
| | | | | * gnu/packages/mastodon.scm (toot)[arguments]: Add custom phase to prevent installing data_files.
* gnu: Add toot.Efraim Flashner2019-02-28
* gnu/packages/mastodon.scm (toot): New variable. * gnu/local.mk (GNU_SYSTSEM_MODULES): Register it.