Unverified Commit 2a8ffeeb authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

Merge pull request #317022 from lishaduck/patch-1

Re-enable binary stripping for Oils for Unix
parents 3b01abcc c8052a31
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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/";