From c52d06ba72350631f2f0ee1504d1a0247491349f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 5 Jul 2021 20:47:26 +0200 Subject: [PATCH] root: fix evaluation on aarch64-darwin (/cc PR #128581) This fixes the tarball job in staging-next jobset (there the platform is explicitly added). The main problem right now would be the possibility of hiding some other problems. --- pkgs/top-level/all-packages.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 36041503027f..9eb12d656656 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -30453,7 +30453,8 @@ in root = callPackage ../applications/science/misc/root { python = python3; - inherit (darwin.apple_sdk.frameworks) Cocoa CoreSymbolication OpenGL; + inherit (darwin.apple_sdk.frameworks) Cocoa OpenGL; + CoreSymbolication = darwin.apple_sdk.frameworks.CoreSymbolication or null; }; root5 = lowPrio (callPackage ../applications/science/misc/root/5.nix {