aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nim/nim-config-fix-paths.patch
blob: 7f74d5f56e7e49dc93a6f60813b7651f25766d33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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