about summary refs log tree commit diff
path: root/pkgs/applications/editors/hexcurse
AgeCommit message (Collapse)AuthorFilesLines
2021-11-08hexcurse: pull pending upstream inclusion fix for ncurses-6.3Sergei Trofimovich1-0/+16
Without the fix build on ncurses-6.3 fails as: screen.c:495:5: error: format not a string literal and no format arguments [-Werror=format-security] 495 | mvwprintw(tmpwin,2,3, msg); | ^~~~~~~~~ While at it pulled fix for upstream gcc-10 and clang-12 which default to -fno-common.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-3/+3
2019-11-03hexcurse: fix build with gcc9Franz Pletz1-1/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-03-09hexcurse: fix build with gcc7Piotr Bogdan1-1/+13
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
2017-03-05hexcurse: 1.58 -> 1.60.0ndowens1-6/+6
2015-05-27hexcurse: new packageCharles Strahan1-0/+22
ncurses-based console hexeditor written in C