summary refs log tree commit diff stats
path: root/testament/important_packages.nim
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-04-24 01:24:30 -0700
committerGitHub <noreply@github.com>2020-04-24 10:24:30 +0200
commitd5b7e9902cf9ac2c24be8792555cb017d268ce91 (patch)
tree49aea07a4a3b95ca1c317afde6b9f043a1120078 /testament/important_packages.nim
parentd5d35944575fe6fccbacb6f3653a9be8208e1a17 (diff)
downloadNim-d5b7e9902cf9ac2c24be8792555cb017d268ce91.tar.gz
fix nim CI; fix local testament (#14102)
Diffstat (limited to 'testament/important_packages.nim')
-rw-r--r--testament/important_packages.nim9
1 files changed, 5 insertions, 4 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index 257272aa1..8f6914cfe 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -37,7 +37,7 @@ pkg "glob"
 pkg "gnuplot"
 pkg "hts", false, "nim c -o:htss src/hts.nim"
 pkg "illwill", false, "nimble examples"
-pkg "inim", true
+# pkg "inim", true # pending https://github.com/inim-repl/INim/issues/74
 pkg "itertools", false, "nim doc src/itertools.nim"
 pkg "iterutils"
 pkg "jstin"
@@ -50,9 +50,10 @@ pkg "neo", true, "nim c -d:blas=openblas tests/all.nim"
 pkg "nicy", false, "nim c src/nicy.nim"
 
 when defined(osx):
-  # do this more generally by installing non-nim dependencies automatically
-  # as specified in nimble file
-  doAssert execShellCmd("brew install gtk+3") == 0
+  # xxx: do this more generally by installing non-nim dependencies automatically
+  # as specified in nimble file and calling `distros.foreignDepInstallCmd`, but
+  # it currently would fail work if a package is already installed.
+  doAssert execShellCmd("brew ls --versions gtk+3 || brew install gtk+3") == 0
 pkg "nigui", false, "nim c -o:niguii -r src/nigui.nim"
 
 pkg "nimcrypto", false, "nim c -r tests/testall.nim"