Merge pull request #114674 from Mindavi/tecla/cross-compile

tecla: support cross-compilation
This commit is contained in:
Sandro
2021-02-28 18:26:46 +01:00
committed by GitHub

View File

@@ -8,6 +8,11 @@ stdenv.mkDerivation rec {
sha256 = "06pfq5wa8d25i9bdjkp4xhms5101dsrbg82riz7rz1a0a32pqxgj";
};
postPatch = ''
substituteInPlace install-sh \
--replace "stripprog=" "stripprog=\$STRIP # "
'';
meta = {
homepage = "https://www.astro.caltech.edu/~mcs/tecla/";
description = "Command-line editing library";