1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
7 url = "https://www.astro.caltech.edu/~mcs/tecla/lib${name}.tar.gz";
8 sha256 = "06pfq5wa8d25i9bdjkp4xhms5101dsrbg82riz7rz1a0a32pqxgj";
12 substituteInPlace install-sh \
13 --replace "stripprog=" "stripprog=\$STRIP # "
17 homepage = "https://www.astro.caltech.edu/~mcs/tecla/";
18 description = "Command-line editing library";
21 platforms = lib.platforms.unix;
22 maintainers = [ lib.maintainers.peti ];