mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
oils-for-unix: reenable binary stripping
It seems that pkg.oils-for-unix was just copied from pkg.oil, so it didn't reenable stripping the binary. As the comment says, the old oil.ovm file had an appended zip file. The new C++ interpreter doesn't, so this should be safe.
This commit is contained in:
parent
83332cce8f
commit
c8052a3143
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user