mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Switch to openssl-tls on nix flake (#359)
This commit is contained in:
parent
4fc20c7c1c
commit
9bdd3aa85b
2 changed files with 7 additions and 7 deletions
|
|
@ -26,7 +26,7 @@
|
|||
};
|
||||
|
||||
buildNoDefaultFeatures = true;
|
||||
buildFeatures = [ "openssl" ];
|
||||
buildFeatures = [ "openssl-tls" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgs.pkg-config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue