Merge pull request #114674 from Mindavi/tecla/cross-compile
tecla: support cross-compilation
This commit is contained in:
commit
c0c5ffac3b
@ -8,6 +8,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "06pfq5wa8d25i9bdjkp4xhms5101dsrbg82riz7rz1a0a32pqxgj";
|
sha256 = "06pfq5wa8d25i9bdjkp4xhms5101dsrbg82riz7rz1a0a32pqxgj";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace install-sh \
|
||||||
|
--replace "stripprog=" "stripprog=\$STRIP # "
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://www.astro.caltech.edu/~mcs/tecla/";
|
homepage = "https://www.astro.caltech.edu/~mcs/tecla/";
|
||||||
description = "Command-line editing library";
|
description = "Command-line editing library";
|
||||||
|
Loading…
Reference in New Issue
Block a user