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