Skip to content

Commit

Permalink
fix: definitely the final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentVoid13 committed Jun 30, 2024
1 parent 493d3b9 commit e05ea47
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,19 @@
pkgsStatic.openssl
]
else [openssl]
);
)
++ lib.optionals stdenv.isDarwin
[
darwin.apple_sdk.frameworks.CoreFoundation
darwin.apple_sdk.frameworks.CoreServices
darwin.apple_sdk.frameworks.SystemConfiguration
darwin.apple_sdk.frameworks.Security
];

nativeBuildInputs = pkgs:
with pkgs;
[
pkgsBuildTarget.pkg-config
]
++ lib.optionals stdenv.isDarwin
[
darwin.apple_sdk.frameworks.CoreServices
darwin.apple_sdk.frameworks.SystemConfiguration
];

buildSrc = flakeboxLib.filterSubPaths {
Expand Down

0 comments on commit e05ea47

Please sign in to comment.