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.
This commit is contained in:
Vladimír Čunát 2021-07-05 20:47:26 +02:00
parent e16d818a0b
commit c52d06ba72
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

@ -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 {