From 015f6d5998ecff8194b0e7f0dbd8f3658f3a624d Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Thu, 31 Aug 2023 15:55:07 +0530 Subject: [PATCH] nim: Suggest MinGW instead of installing it Closes #5037 --- bucket/nim.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bucket/nim.json b/bucket/nim.json index 9ec1c164a3..f0b11876ca 100644 --- a/bucket/nim.json +++ b/bucket/nim.json @@ -3,7 +3,9 @@ "description": "A statically typed compiled systems programming language, which combines successful concepts from mature languages like Python, Ada and Modula.", "homepage": "https://nim-lang.org/", "license": "MIT", - "depends": "mingw-winlibs", + "suggest": { + "MinGW": "mingw-winlibs" + }, "architecture": { "64bit": { "url": "https://nim-lang.org/download/nim-2.0.0_x64.zip",