From 42b76a7f5e01f03abb42590a7abc5f1c6121c366 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Mon, 6 Feb 2023 01:28:01 +0100 Subject: [PATCH] buildDotNet: don't pin openssl_1_1 --- pkgs/development/compilers/dotnet/build-dotnet.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/development/compilers/dotnet/build-dotnet.nix b/pkgs/development/compilers/dotnet/build-dotnet.nix index c51eca24b58c54c..47c431968fdd09c 100644 --- a/pkgs/development/compilers/dotnet/build-dotnet.nix +++ b/pkgs/development/compilers/dotnet/build-dotnet.nix @@ -15,7 +15,7 @@ assert if type == "sdk" then packages != null else true; , autoPatchelfHook , makeWrapper , libunwind -, openssl_1_1 +, openssl , libuuid , zlib , libkrb5 @@ -61,9 +61,6 @@ stdenv.mkDerivation (finalAttrs: rec { zlib icu libkrb5 - # this must be before curl for autoPatchElf to find it - # curl brings in its own openssl - openssl_1_1 curl ] ++ lib.optional stdenv.isLinux lttng-ust_2_12;