dotnetCorePackages.sdk_11_0: 11.0.100-preview.4.26230.115 -> 11.0.100-preview.5.26302.115
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
llvmPackages_20,
|
||||
lib,
|
||||
fetchurl,
|
||||
fetchpatch,
|
||||
fetchpatch2,
|
||||
dotnetCorePackages,
|
||||
jq,
|
||||
curl,
|
||||
@@ -153,7 +153,15 @@ stdenv.mkDerivation {
|
||||
++ lib.optional (
|
||||
lib.versionAtLeast version "10" && lib.versionOlder version "11"
|
||||
) ./Prefer-DOTNET_ROOT-over-directory-traversal-when-fin.patch
|
||||
++ lib.optional (lib.versionAtLeast version "11") ./Prefer-DOTNET_ROOT-over-directory-traversal-when-fin.2.patch
|
||||
++ lib.optionals (lib.versionAtLeast version "11") [
|
||||
./Prefer-DOTNET_ROOT-over-directory-traversal-when-fin.2.patch
|
||||
(fetchpatch2 {
|
||||
url = "https://github.com/dotnet/roslyn/commit/0efb81ea44ddf262eb50d71c9d0f1728e2ad7ac6.patch";
|
||||
hash = "sha256-ZZZGMtO1cuvywhPpmwF8PFAGnuidD3yht2TVGCMjVZ0=";
|
||||
stripLen = 1;
|
||||
extraPrefix = "src/roslyn/";
|
||||
})
|
||||
]
|
||||
++ lib.optional (lib.versionAtLeast version "11" && isDarwin) ./fix-cmake-darwin.patch;
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user