nim: Use WinLibs GCC as dependency

Closes #3762
This commit is contained in:
Rashil Gandhi 2022-07-19 12:20:25 +05:30 committed by GitHub
parent 103bdb92af
commit 3fc465ff2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",