8 stdenv.mkDerivation rec {
11 srcName = "joe-3.1${pname}${version}";
15 "https://www.mirbsd.org/MirOS/dist/jupp/${srcName}.tgz"
16 "https://pub.allbsd.org/MirOS/dist/jupp/${srcName}.tgz"
18 sha256 = "S+1DnN5/K+KU6W5J7z6RPqkPvl6RTbiIQD46J+gDWxo=";
21 preConfigure = "chmod +x ./configure";
37 homepage = "http://www.mirbsd.org/jupp.htm";
38 downloadPage = "https://www.mirbsd.org/MirOS/dist/jupp/";
39 description = "Portable fork of Joe's editor";
41 This is the portable version of JOE's Own Editor, which is currently
42 developed at sourceforge, licenced under the GNU General Public License,
43 Version 1, using autoconf/automake. This version has been enhanced by
44 several functions intended for programmers or other professional users,
45 and has a lot of bugs fixed. It is based upon an older version of joe
46 because these behave better overall.
48 license = licenses.gpl1Only;
49 maintainers = with maintainers; [ AndersonTorres ];
50 platforms = with platforms; unix;