Ivan Yonchovski
f111afc319
Avoid calling build_all* when nim binary is present ( #21522 )
...
- `nimble` will build `nim` using `bin/nim` and if it is already present we can
reuse it.
(cherry picked from commit fb00b482eb )
2023-03-21 14:35:53 +01:00
Ivan Yonchovski
d723d5ff72
Fix nimble build for 1.6 ( #21490 )
2023-03-08 14:01:08 +01:00
Ivan Yonchovski
cdbcada3d7
Define the version of nim package without using system module ( #21415 )
...
This is follow up from https://github.com/nim-lang/Nim/pull/21313
(cherry picked from commit 9b5ae2b2eb )
2023-03-07 15:39:08 +01:00
Ivan Yonchovski
032512cebd
Fix the nimble build on Windows ( #21314 )
...
Fix the build on Windows
- `nimble install` fails on Windows, the `./` is not needed.
(cherry picked from commit 43b1b9d077 )
2023-02-09 05:29:51 +01:00
Ivan Yonchovski
5e1bffb724
Change nim's nimble files to make it installable ( #20179 )
...
- needs #20168 to make the stuff working
I went for this minimal solution because it seems like `compiler.nimble` and
`nimsuggest.nimble` are not in use
Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com >
(cherry picked from commit fb2773411e )
2023-02-09 05:28:43 +01:00