We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test-shared
1 parent 64b3e83 commit aacf750Copy full SHA for aacf750
1 file changed
tools/nix/sharedLibDeps.nix
@@ -50,30 +50,9 @@
50
// (pkgs.lib.optionalAttrs withFFI {
51
ffi = pkgs.libffiReal;
52
})
53
-// (pkgs.lib.optionalAttrs withSSL (
54
- let
55
- version = "3.5.5";
56
- in
57
- {
58
- openssl = pkgs.openssl_3_6.overrideAttrs (old: {
59
- inherit version;
60
- src = pkgs.fetchurl {
61
- url = builtins.replaceStrings [ old.version ] [ version ] old.src.url;
62
- hash = "sha256-soyRUyqLZaH5g7TCi3SIF05KAQCOKc6Oab14nyi8Kok=";
63
- };
64
- doCheck = false;
65
- configureFlags = (old.configureFlags or [ ]) ++ [
66
- "no-docs"
67
- "no-tests"
68
- ];
69
- outputs = [
70
- "bin"
71
- "out"
72
- "dev"
73
74
- });
75
- }
76
-))
+// (pkgs.lib.optionalAttrs withSSL ({
+ openssl = pkgs.openssl_3_5;
+}))
77
// (pkgs.lib.optionalAttrs withTemporal {
78
inherit (pkgs) temporal_capi;
79
0 commit comments