From 3fc465ff2caf01bd21e274181987592df1165cac Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Tue, 19 Jul 2022 12:20:25 +0530 Subject: [PATCH] nim: Use WinLibs GCC as dependency Closes #3762 --- bucket/nim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/nim.json b/bucket/nim.json index 9db23a0789..2eef1ba83c 100644 --- a/bucket/nim.json +++ b/bucket/nim.json @@ -3,7 +3,7 @@ "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": "gcc", + "depends": "mingw-winlibs", "architecture": { "64bit": { "url": "https://nim-lang.org/download/nim-1.6.6_x64.zip",