1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
aports/community/nim/nim-config-fix-paths.patch
2021-06-26 10:21:03 +00: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