about summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-02-06 20:07:50 -0500
committerGitHub <noreply@github.com>2023-02-06 20:07:50 -0500
commit42d1d60a92480ce905263fa3e21ffc31b2e1b7d3 (patch)
tree350cc6e95f292b79c51851e1495747b8efece865 /pkgs/stdenv
parent50c4a50f2e54674638ff61ed4df8fab1c9c4f9fb (diff)
parent50e0012f9d576aed3765b0c540167513fa8c2fda (diff)
Merge pull request #206773 from SuperSandro2000/cleanup-unused-bindings
treewide: cleanup some unused bindings
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 2ee8c070ae19e..46929315f07af 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"