Skip to content

Commit 2aeb61a

Browse files
committed
zed-editor: remove explicit stripDebugList
1 parent 03a8c8b commit 2aeb61a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pkgs/by-name/ze/zed-editor/package.nix

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -292,16 +292,6 @@ rustPlatform.buildRustPackage rec {
292292
versionCheckProgramArg = [ "--version" ];
293293
doInstallCheck = true;
294294

295-
# The darwin Applications directory is not stripped by default, see
296-
# https://github.com/NixOS/nixpkgs/issues/367169
297-
# This setting is not platform-guarded as it doesn't do any harm on Linux,
298-
# where this directory simply does not exist.
299-
stripDebugList = [
300-
"bin"
301-
"libexec"
302-
"Applications"
303-
];
304-
305295
passthru = {
306296
updateScript = gitUpdater {
307297
rev-prefix = "v";

0 commit comments

Comments
 (0)