mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Use dynamically linked openssl when running with nix
This commit is contained in:
parent
31fe1460f1
commit
d295a57f84
2 changed files with 6 additions and 3 deletions
|
|
@ -30,6 +30,9 @@
|
|||
allowBuiltinFetchGit = true;
|
||||
};
|
||||
|
||||
buildNoDefaultFeatures = true;
|
||||
buildFeatures = [ "openssl" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgs.pkg-config
|
||||
] ++ pkgs.lib.optionals pkgs.stdenv.isDarwin [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue