mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
51722c1fe6
Fix #2804
11 lines
290 B
Plaintext
11 lines
290 B
Plaintext
LICENSE := MIT
|
|
VERSION := 0.18.0
|
|
DOWNLOADS := nim.archive
|
|
|
|
URL(nim) := https://nim-lang.org/download/nim-$(VERSION).tar.xz
|
|
SHA(nim) := 45c74adb35f08dfa9add1112ae17330e5d902ebb4a36e7046caee8b79e6f3bd0
|
|
DIR(nim) := .
|
|
|
|
PATCHES := $(wildcard $(REP_DIR)/src/app/nim/*.patch)
|
|
PATCH_OPT := -p1
|