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:
parent
0c1382085b
commit
96c8e19828
@ -1,15 +1,13 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tecla-1.6.2";
|
name = "tecla-1.6.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.astro.caltech.edu/~mcs/tecla/lib${name}.tar.gz";
|
url = "http://www.astro.caltech.edu/~mcs/tecla/lib${name}.tar.gz";
|
||||||
sha256 = "1f5p1v9ac5r1f6pjzwacb4yf8m6z19rv77p76j7fix34hd9dnqcc";
|
sha256 = "06pfq5wa8d25i9bdjkp4xhms5101dsrbg82riz7rz1a0a32pqxgj";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = "CFLAGS=-O3 CXXFLAGS=-O3";
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.astro.caltech.edu/~mcs/tecla/";
|
homepage = "http://www.astro.caltech.edu/~mcs/tecla/";
|
||||||
description = "Command-line editing library";
|
description = "Command-line editing library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user