We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ddb1e commit 085e4ecCopy full SHA for 085e4ec
lib/system-nixpkgs-map.nix
@@ -386,6 +386,7 @@ in
386
# In future versions of `nixpkgs` these will be removed
387
# so make sure they are there.
388
&& darwin ? apple_sdk
389
+ && (builtins.tryEval (darwin.apple_sdk ? frameworks)).success
390
&& darwin.apple_sdk ? frameworks
391
&& darwin.apple_sdk.frameworks ? ${n}
392
&& !(darwin.apple_sdk.frameworks.${n}.passthru.isDarwinCompatStub or false)
0 commit comments