libtecla: update to version 1.6.3

Also dropped the slightly overzealous -O3 flag for the compiler. I doubt this
library benefits from crazy optimizations.
This commit is contained in:
Peter Simons 2016-12-22 12:27:18 +01:00
parent 0c1382085b
commit 96c8e19828

View File

@ -1,15 +1,13 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "tecla-1.6.2";
name = "tecla-1.6.3";
src = fetchurl {
url = "http://www.astro.caltech.edu/~mcs/tecla/lib${name}.tar.gz";
sha256 = "1f5p1v9ac5r1f6pjzwacb4yf8m6z19rv77p76j7fix34hd9dnqcc";
sha256 = "06pfq5wa8d25i9bdjkp4xhms5101dsrbg82riz7rz1a0a32pqxgj";
};
configureFlags = "CFLAGS=-O3 CXXFLAGS=-O3";
meta = {
homepage = "http://www.astro.caltech.edu/~mcs/tecla/";
description = "Command-line editing library";