Skip to content

Commit

Permalink
nix - groom nix/build-deps.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuheechul committed Sep 26, 2022
1 parent e5a9a6f commit 90aff22
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nix/build-deps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
with pkgs;
[
pkg-config # a helper tool used when compiling applications and libraries
libcxx
openssl
libcxx # C++ standard library
# openssl is also mentioned at https://github.com/psycopg/psycopg2/issues/1200#issuecomment-776159466
openssl # A cryptographic library that implements the SSL and TLS protocols
] ++
# darwin specifics
lib.optionals stdenv.isDarwin [
# this probably prevent many build issues to appear
# for any other frameworks, go to - https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/darwin/apple-sdk/frameworks.nix
darwin.apple_sdk.frameworks.CoreServices
]
];

0 comments on commit 90aff22

Please sign in to comment.