about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-05-13 00:21:03 +0200
committerGitHub <noreply@github.com>2023-05-13 00:21:03 +0200
commitd6259e6e5daf6ca16083bf7366f93d48f4746931 (patch)
tree28ade19ae94dffeadf6ca9311646bfd7b4ef2401 /pkgs/top-level
parent03afb195ff4119e7dfa25dee21102531923948f4 (diff)
parentd05b99995b6a8bec3f684516c20c49ddd88c3c62 (diff)
Merge pull request #231517 from dywedir/synapse-bt
synapse-bt: 1.0 -> unstable-2023-02-16, build with openssl 3.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index dd2c13ee2dc5f..dc9fa2845813d 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -32751,7 +32751,6 @@ with pkgs;
 
   synapse-bt = callPackage ../applications/networking/p2p/synapse-bt {
     inherit (darwin.apple_sdk.frameworks) CoreServices Security;
-    openssl = openssl_1_1;
   };
 
   synfigstudio = callPackage ../applications/graphics/synfigstudio { };