summary refs log tree commit diff
path: root/pkgs/development/libraries/tecla/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/tecla/default.nix')
-rw-r--r--pkgs/development/libraries/tecla/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/libraries/tecla/default.nix b/pkgs/development/libraries/tecla/default.nix
index 6d8a334ce3f..a0a1ac0360e 100644
--- a/pkgs/development/libraries/tecla/default.nix
+++ b/pkgs/development/libraries/tecla/default.nix
@@ -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";