Merge pull request #201853 from NickCao/simple-http-server

simple-http-server: unpin to openssl_1_1
This commit is contained in:
Mario Rodas 2022-11-27 09:28:05 -05:00 committed by GitHub
commit 6b12c975e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37877,7 +37877,6 @@ with pkgs;
simplehttp2server = callPackage ../servers/simplehttp2server { };
simple-http-server = callPackage ../servers/simple-http-server {
openssl = openssl_1_1;
inherit (darwin.apple_sdk.frameworks) Security;
};