1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
aports/testing/nim/nim-config-fix-paths.patch
Jakub Jirutka afe7923c88 testing/nim: new aport
https://nim-lang.org/
A systems and applications programming language
2017-06-07 23:36:21 +02:00

15 lines
369 B
Diff

From: Jakub Jirutka <jakub@jirutka.cz>
Date: Tue, 23 Aug 2017 22:57:00 +0200
Subject: [PATCH] Fix default nimblepath in nim.cfg
--- a/config/nim.cfg
+++ b/config/nim.cfg
@@ -41,7 +41,7 @@
@if nimbabel:
nimblepath="$home/.nimble/pkgs/"
@if not windows:
- nimblepath="/opt/nimble/pkgs/"
+ nimblepath="/usr/share/nimble/pkgs/"
@else:
# TODO:
@end