Skip to content

Commit

Permalink
Merge pull request #214843 from ajs124/builddotnet-oss3
Browse files Browse the repository at this point in the history
buildDotNet: don't pin openssl_1_1
  • Loading branch information
ajs124 authored Mar 30, 2023
2 parents b5f8239 + 47e7025 commit 2b5e971
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkgs/development/compilers/dotnet/build-dotnet.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ assert if type == "sdk" then packages != null else true;
, autoPatchelfHook
, makeWrapper
, libunwind
, openssl_1_1
, icu
, libuuid
, zlib
Expand Down Expand Up @@ -61,9 +60,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 2b5e971

Please sign in to comment.