1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "https://www.astro.caltech.edu/~mcs/tecla/libtecla-${version}.tar.gz";
9 sha256 = "06pfq5wa8d25i9bdjkp4xhms5101dsrbg82riz7rz1a0a32pqxgj";
13 substituteInPlace install-sh \
14 --replace "stripprog=" "stripprog=\$STRIP # "
18 description = "Command-line editing library";
19 homepage = "https://www.astro.caltech.edu/~mcs/tecla/";
21 mainProgram = "enhance";
22 platforms = lib.platforms.unix;