about summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-07 06:02:00 +0000
committerGitHub <noreply@github.com>2023-02-07 06:02:00 +0000
commit99cce0e1f1ccb6eab8d92e8ebe9be7c3be3b3ed1 (patch)
tree6d60755c58182dd6467ecd1a060853549811eb40 /pkgs/stdenv
parente1739b19ca8c7170bf12358e8bba832dd5f93fa4 (diff)
parent41e5bd55d51de3aee3bd454e9318e79c3d3fa5f1 (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/darwin/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/stdenv/darwin/default.nix b/pkgs/stdenv/darwin/default.nix
index 6d3f904e9aaa8..6cc6271eedbe6 100644
--- a/pkgs/stdenv/darwin/default.nix
+++ b/pkgs/stdenv/darwin/default.nix
@@ -98,7 +98,6 @@ rec {
 
       doSign = localSystem.isAarch64 && last != null;
       doUpdateAutoTools = localSystem.isAarch64 && last != null;
-      inherit (last.pkgs) runCommandLocal;
 
       mkExtraBuildCommands = cc: ''
         rsrc="$out/resource-root"