ne: migrate from (broken) tetex to texlive
related: #21770. vcunat re-indented the longDescription.
This commit is contained in:
parent
45b1d0cb8c
commit
a749b73ff8
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, ncurses, texinfo, tetex, perl, ghostscript }:
|
{ stdenv, fetchFromGitHub, ncurses, texinfo, texlive, perl, ghostscript }:
|
||||||
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "05inzhlqlf4ka22q78q389pr34bsb4lgp1i5qh550vjkb2cvbdfp";
|
sha256 = "05inzhlqlf4ka22q78q389pr34bsb4lgp1i5qh550vjkb2cvbdfp";
|
||||||
};
|
};
|
||||||
buildInputs = [ ncurses tetex texinfo perl ghostscript ];
|
buildInputs = [ ncurses texlive.combined.scheme-medium texinfo perl ghostscript ];
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
substituteInPlace src/makefile --replace "CC=c99" "cc=gcc"
|
substituteInPlace src/makefile --replace "CC=c99" "cc=gcc"
|
||||||
@ -25,9 +25,10 @@ stdenv.mkDerivation rec {
|
|||||||
description = "The nice editor";
|
description = "The nice editor";
|
||||||
homepage = https://github.com/vigna/ne;
|
homepage = https://github.com/vigna/ne;
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
ne is a free (GPL'd) text editor based on the POSIX standard that runs (we hope) on almost any
|
ne is a free (GPL'd) text editor based on the POSIX standard that runs
|
||||||
UN*X machine. ne is easy to use for the beginner, but powerful and fully configurable for the wizard,
|
(we hope) on almost any UN*X machine. ne is easy to use for the beginner,
|
||||||
and most sparing in its resource usage. See the manual for some highlights of ne's features.
|
but powerful and fully configurable for the wizard, and most sparing in its
|
||||||
|
resource usage. See the manual for some highlights of ne's features.
|
||||||
'';
|
'';
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user