From 2aeb61a7d8b277c3954064fb413ddae273477c69 Mon Sep 17 00:00:00 2001 From: Niklas Korz Date: Tue, 28 Jan 2025 17:23:35 +0100 Subject: [PATCH] zed-editor: remove explicit stripDebugList --- pkgs/by-name/ze/zed-editor/package.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkgs/by-name/ze/zed-editor/package.nix b/pkgs/by-name/ze/zed-editor/package.nix index 2aeecc1e9d03..5cfc47b90224 100644 --- a/pkgs/by-name/ze/zed-editor/package.nix +++ b/pkgs/by-name/ze/zed-editor/package.nix @@ -292,16 +292,6 @@ rustPlatform.buildRustPackage rec { versionCheckProgramArg = [ "--version" ]; doInstallCheck = true; - # The darwin Applications directory is not stripped by default, see - # https://github.com/NixOS/nixpkgs/issues/367169 - # This setting is not platform-guarded as it doesn't do any harm on Linux, - # where this directory simply does not exist. - stripDebugList = [ - "bin" - "libexec" - "Applications" - ]; - passthru = { updateScript = gitUpdater { rev-prefix = "v";