nimlangserver-git/nimlangserver.patch
RealStickman 0924fe52ea Create nimlangserver package including patches for Arch
Patch nimlangserver to work around missing /usr/compiler/pathutils

Reenable testing

Fixed missing packages.json file

tmp
2023-06-09 17:10:17 +02:00

13 lines
726 B
Diff

diff '--color=auto' --unified --recursive --text --color src/nimlangserver-orig/nimlangserver.nim src/nimlangserver/nimlangserver.nim
--- src/nimlangserver-orig/nimlangserver.nim 2023-05-25 14:56:42.996481704 +0200
+++ src/nimlangserver/nimlangserver.nim 2023-05-25 14:56:51.320521779 +0200
@@ -2,7 +2,7 @@
faststreams/asynctools_adapters, faststreams/inputs, faststreams/outputs,
json_rpc/streamconnection, os, sugar, sequtils, hashes, osproc,
suggestapi, protocol/enums, protocol/types, with, tables, strutils, sets,
- ./utils, ./pipes, chronicles, std/re, uri, "$nim/compiler/pathutils"
+ ./utils, ./pipes, chronicles, std/re, uri, "$lib/compiler/pathutils"
const
RESTART_COMMAND = "nimlangserver.restart"