mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
Merge pull request #201853 from NickCao/simple-http-server
simple-http-server: unpin to openssl_1_1
This commit is contained in:
commit
6b12c975e2
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user