Skip to content

Commit

Permalink
nix: try just carbon
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed May 23, 2024
1 parent 681e528 commit d6cefec
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -151,19 +151,20 @@
]
++ (pkgs.lib.optionals pkgs.stdenv.isDarwin [
# additional packages needed for darwin platforms
pkgs.darwin.apple_sdk.frameworks.Carbon
# pkgs.darwin.apple_sdk_11_0.frameworks.Carbon
# pkgs.darwin.apple_sdk_11_0.frameworks.WebKit
# additional packages needed for darwin platforms on x86_64
pkgs.darwin.apple_sdk_10_12.frameworks.AppKit
pkgs.darwin.apple_sdk_10_12.frameworks.CoreFoundation
pkgs.darwin.apple_sdk_10_12.frameworks.CoreServices
pkgs.darwin.apple_sdk_10_12.frameworks.Security
pkgs.darwin.apple_sdk_10_12.frameworks.IOKit
pkgs.darwin.apple_sdk_10_12.frameworks.WebKit
pkgs.glib
pkgs.pkg-config
pkgs.xcbuild
pkgs.libiconv
# pkgs.darwin.apple_sdk_10_12.frameworks.AppKit
# pkgs.darwin.apple_sdk_10_12.frameworks.CoreFoundation
# pkgs.darwin.apple_sdk_10_12.frameworks.CoreServices
# pkgs.darwin.apple_sdk_10_12.frameworks.Security
# pkgs.darwin.apple_sdk_10_12.frameworks.IOKit
# pkgs.darwin.apple_sdk_10_12.frameworks.WebKit
# pkgs.glib
# pkgs.pkg-config
# pkgs.xcbuild
# pkgs.libiconv
]);
# do not check built package as it either builds successfully or not
doCheck = false;
Expand Down

0 comments on commit d6cefec

Please sign in to comment.