about summary refs log tree commit diff
path: root/pkgs/applications/editors/aewan
AgeCommit message (Collapse)AuthorFilesLines
2024-04-12aewan: fix darwin buildStanisław Pitucha1-1/+3
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie1-1/+1
2021-11-02aewan: fix build against ncurses-6.3Sergei Trofimovich1-1/+12
`ncuses-6.3` added printf-style function attributes and now makes it easier to catch cases when user input is used in palce of format string when built with CFLAGS=-Werror=format-security: aewan.c: In function 'paint_screen': aewan.c:147:7: error: format not a string literal and no format arguments [-Werror=format-security] 147 | printw(msg); | ^~~~~~ Let's pull a patch pending upstream inclusion.
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2012-09-14aewan: New package, version 1.0.01.aszlig1-0/+19
This adds a small ASCII art drawing tool, which supports drawing with multiple layers. Might be especially helpful for larger "images", which become quite tedious to do using vim. Signed-off-by: aszlig <aszlig@redmoonstudios.org>