mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
caba2d3021
Use a custom Nim compiler at '/usr/local/genode-nim' that can be built with a makefile at 'tool/tool_chain_nim'. Fix #2545
12 lines
318 B
Plaintext
12 lines
318 B
Plaintext
LICENSE := MIT
|
|
VERSION := 0.17.2
|
|
DOWNLOADS := nim-csources.archive
|
|
|
|
OWNER = nim-lang
|
|
REPO = csources
|
|
REV = 08c310bb8277611711ca06619526ec08f1feffaf
|
|
|
|
URL(nim-csources) := https://github.com/$(OWNER)/$(REPO)/archive/$(REV).tar.gz
|
|
SHA(nim-csources) := 659cbaf6081ede035342dbb05c70fd9184d1446b
|
|
DIR(nim-csources) := .
|