summary refs log tree commit diff
path: root/pkgs/development/compilers/dotnet/build-dotnet.nix
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2023-02-06 01:28:01 +0100
committerajs124 <git@ajs124.de>2023-03-29 16:15:34 +0200
commit47e7025ad08fa930ffce653b172e96e7afbb04eb (patch)
treec362b9fe240e5b625246feacea04ee75351a00fe /pkgs/development/compilers/dotnet/build-dotnet.nix
parent800426cf642dcfe7655c890c60e7fa395227189e (diff)
downloadnixpkgs-47e7025ad08fa930ffce653b172e96e7afbb04eb.tar
nixpkgs-47e7025ad08fa930ffce653b172e96e7afbb04eb.tar.gz
nixpkgs-47e7025ad08fa930ffce653b172e96e7afbb04eb.tar.bz2
nixpkgs-47e7025ad08fa930ffce653b172e96e7afbb04eb.tar.lz
nixpkgs-47e7025ad08fa930ffce653b172e96e7afbb04eb.tar.xz
nixpkgs-47e7025ad08fa930ffce653b172e96e7afbb04eb.tar.zst
nixpkgs-47e7025ad08fa930ffce653b172e96e7afbb04eb.zip
buildDotNet: don't pin openssl_1_1
Diffstat (limited to 'pkgs/development/compilers/dotnet/build-dotnet.nix')
-rw-r--r--pkgs/development/compilers/dotnet/build-dotnet.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/compilers/dotnet/build-dotnet.nix b/pkgs/development/compilers/dotnet/build-dotnet.nix
index 27b0fcbb40d..036d72a6535 100644
--- a/pkgs/development/compilers/dotnet/build-dotnet.nix
+++ b/pkgs/development/compilers/dotnet/build-dotnet.nix
@@ -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;