diff --git a/pkgs/by-name/oi/oils-for-unix/package.nix b/pkgs/by-name/oi/oils-for-unix/package.nix index f477d66d8a07..316ba4a15030 100644 --- a/pkgs/by-name/oi/oils-for-unix/package.nix +++ b/pkgs/by-name/oi/oils-for-unix/package.nix @@ -51,9 +51,6 @@ stdenv.mkDerivation rec { "--readline=${readline-all}" ]; - # Stripping breaks the bundles by removing the zip file from the end. - dontStrip = true; - meta = { description = "A Unix shell with JSON-compatible structured data. It's our upgrade path from bash to a better language and runtime."; homepage = "https://www.oilshell.org/";