| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,30 +50,9 @@ | |||
| 50 | 50 | // (pkgs.lib.optionalAttrs withFFI { | |
| 51 | 51 | ffi = pkgs.libffiReal; | |
| 52 | 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 | - )) | ||
| 53 | + // (pkgs.lib.optionalAttrs withSSL ({ | ||
| 54 | + openssl = pkgs.openssl_3_5; | ||
| 55 | + })) | ||
| 77 | 56 | // (pkgs.lib.optionalAttrs withTemporal { | |
| 78 | 57 | inherit (pkgs) temporal_capi; | |
| 79 | 58 | }) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments