Merge pull request #317022 from lishaduck/patch-1

Re-enable binary stripping for Oils for Unix
This commit is contained in:
Maciej Krüger 2024-06-04 03:07:37 +02:00 committed by GitHub
commit 2a8ffeebb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/";