Skip to content

Commit

Permalink
nix: all in again
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed May 23, 2024
1 parent 7937faa commit 681e528
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,19 @@
]
++ (pkgs.lib.optionals pkgs.stdenv.isDarwin [
# additional packages needed for darwin platforms
# 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_11_0.frameworks.AppKit
pkgs.darwin.apple_sdk_11_0.frameworks.Carbon
pkgs.darwin.apple_sdk_11_0.frameworks.WebKit
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 681e528

Please sign in to comment.