Skip to content

Commit 085e4ec

Browse files
committed
Fix for macOS
1 parent 45ddb1e commit 085e4ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/system-nixpkgs-map.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ in
386386
# In future versions of `nixpkgs` these will be removed
387387
# so make sure they are there.
388388
&& darwin ? apple_sdk
389+
&& (builtins.tryEval (darwin.apple_sdk ? frameworks)).success
389390
&& darwin.apple_sdk ? frameworks
390391
&& darwin.apple_sdk.frameworks ? ${n}
391392
&& !(darwin.apple_sdk.frameworks.${n}.passthru.isDarwinCompatStub or false)

0 commit comments

Comments
 (0)