Unverified Commit 2b5e9712 authored by ajs124's avatar ajs124 Committed by GitHub
Browse files

Merge pull request #214843 from ajs124/builddotnet-oss3

buildDotNet: don't pin openssl_1_1
parents b5f8239f 47e7025a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ assert if type == "sdk" then packages != null else true;
, autoPatchelfHook
, makeWrapper
, libunwind
, openssl_1_1
, icu
, libuuid
, zlib
@@ -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;