summaryrefslogtreecommitdiff
path: root/gnu/packages/text-editors.scm
Commit message (Collapse)AuthorAge
* gnu: Adjust asciidoc-related build options.Kei Kebreau2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | Commits 9099a45792306fade2d9ca55138e49ef4f01f1ea and 3078821d1380c26c738be6b5d430c595327d401f make many package inputs and build configurations related to asciidoc obsolete. * gnu/packages/compton.scm (compton)[inputs]: Remove docbook-xml, libxml2 and libxslt. * gnu/packages/mail.scm (offlinemap)[native-inputs]: Remove libxslt. * gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Remove docbook-xml. (perf)[inputs]: Remove docbook-xml and libxslt. * gnu/packages/text-editors.scm (kakoune)[native-inputs]: Remove libxslt. * gnu/packages/version-control.scm (cgit)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. (cvs-fast-export)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. * gnu/packages/web.scm (qutebrowser)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2, and libxslt. (tinyproxy)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. * gnu/packages/wm.scm (awesome)[make-flags]: Remove XML_CATALOG_FILES flag. (i3-wm)[inputs]: Remove docbook-xml. [native-inputs]: Add libxml2.
* gnu: joe: remove reference to WordStar.Eric Bavier2017-02-01
| | | | * gnu/packages/text-editors.scm (joe)[description]: Remove WordStar reference.
* gnu: Add JOE.Eric Bavier2017-01-31
| | | | * gnu/packages/text-editors.scm (joe): New variable.
* gnu: kakoune: Move reproducibility substitution to source snippet.Carlo Zancanaro2017-01-27
| | | | | | | * gnu/packages/text-editors.scm (kakoune)[arguments]: Move substitution to ... [source]: ... here. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: text-editors.scm: Fix imports.Marius Bakke2017-01-26
| | | | | | This is a followup to 5613ea79fccc5a5befafea313cb81010c5f5a8dd. * gnu/packages/text-editors.scm: Import (gnu packages terminals).
* gnu: Add kakoune.Carlo Zancanaro2017-01-26
| | | | | | * gnu/packages/text-editors.scm (kakoune): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add vis.José Miguel Sánchez García2016-12-08
* gnu/packages/text-editors.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Co-authored-by: Marius Bakke <mbakke@fastmail.com>