about summary refs log tree commit diff
path: root/pkgs/tools/text/ansifilter
diff options
context:
space:
mode:
authorMerijn Broeren <merijnb@iloquent.com>2019-10-27 13:03:25 +0000
committerJan Tojnar <jtojnar@gmail.com>2019-12-30 12:58:11 +0100
commit133103d7094c148bdc9152562b16c8872c44f345 (patch)
tree2ccef8bd86eff2104561da4eccdd41dd6776950b /pkgs/tools/text/ansifilter
parent08d5fc393457121b531417ee6c922e3ebee0187c (diff)
downloadnixlib-133103d7094c148bdc9152562b16c8872c44f345.tar
nixlib-133103d7094c148bdc9152562b16c8872c44f345.tar.gz
nixlib-133103d7094c148bdc9152562b16c8872c44f345.tar.bz2
nixlib-133103d7094c148bdc9152562b16c8872c44f345.tar.lz
nixlib-133103d7094c148bdc9152562b16c8872c44f345.tar.xz
nixlib-133103d7094c148bdc9152562b16c8872c44f345.tar.zst
nixlib-133103d7094c148bdc9152562b16c8872c44f345.zip
treewide: replace make/build/configure/patchFlags with nix lists
Diffstat (limited to 'pkgs/tools/text/ansifilter')
-rw-r--r--pkgs/tools/text/ansifilter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/ansifilter/default.nix b/pkgs/tools/text/ansifilter/default.nix
index 7437d2765a9a..bc265c5a5aee 100644
--- a/pkgs/tools/text/ansifilter/default.nix
+++ b/pkgs/tools/text/ansifilter/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Tool to convert ANSI to other formats";
     longDescription = ''
-      Tool to remove ANSI or convert them to another format 
+      Tool to remove ANSI or convert them to another format
       (HTML, TeX, LaTeX, RTF, Pango or BBCode)
     '';
     homepage = "http://www.andre-simon.de/doku/ansifilter/en/ansifilter.php";