Skip to content

Commit

Permalink
buildDotNet: don't pin openssl_1_1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs124 committed Feb 21, 2023
1 parent d8687b3 commit 42b76a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/development/compilers/dotnet/build-dotnet.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ assert if type == "sdk" then packages != null else true;
, autoPatchelfHook
, makeWrapper
, libunwind
, openssl_1_1
, openssl
, libuuid
, zlib
, libkrb5
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 42b76a7

Please sign in to comment.