Skip to content

Commit f2cd03b

Browse files
committed
fix: try openssl_1_1
1 parent 7b4afc9 commit f2cd03b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

flake.nix

+6-6
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@
6262
runtimeDependencies = with pkgs; [
6363
libiconv
6464
pkg-config
65-
openssl
66-
openssl.dev
6765
process-compose
6866
just
6967
jq
7068
] ++ lib.optionals stdenv.isDarwin [
71-
69+
openssl
70+
openssl.dev
7271
] ++ lib.optionals stdenv.isLinux [
73-
72+
openssl_1_1
73+
openssl_1_1.dev
7474
];
7575

7676

@@ -118,8 +118,8 @@
118118
# Development Shell
119119
devShells.default = mkShell {
120120

121-
OPENSSL_DEV=pkgs.openssl.dev;
122-
PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";
121+
# OPENSSL_DEV=pkgs.openssl.dev;
122+
# PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";
123123
buildInputs = developmentDependencies;
124124

125125
# PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";

0 commit comments

Comments
 (0)