nim: Suggest MinGW instead of installing it

Closes #5037
This commit is contained in:
Rashil Gandhi 2023-08-31 15:55:07 +05:30 committed by GitHub
parent 064b156544
commit 015f6d5998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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