Commit 3c8e9a00 authored by Titouan Soulard's avatar Titouan Soulard

software/theia: add jq as a dependency

parent 7691a33a
Pipeline #29970 failed with stage
in 0 seconds
...@@ -6,8 +6,8 @@ extends = ...@@ -6,8 +6,8 @@ extends =
[jq] [jq]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/stedolan/jq/releases/download/jq-1.6/jq-1.6.tar.gz url = https://github.com/jqlang/jq/releases/download/jq-1.7/jq-1.7.tar.gz
md5sum = e68fbd6a992e36f1ac48c99bbf825d6b md5sum = 4662fd45f0b5622382fc85c1249739d5
shared = true shared = true
configure-options = configure-options =
--with-oniguruma=${oniguruma:location} --with-oniguruma=${oniguruma:location}
......
...@@ -4,6 +4,6 @@ parts = ...@@ -4,6 +4,6 @@ parts =
[oniguruma] [oniguruma]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/kkos/oniguruma/releases/download/v6.9.6/onig-6.9.6.tar.gz url = https://github.com/kkos/oniguruma/releases/download/v6.9.8/onig-6.9.8.tar.gz
md5sum = 4759064e1a6c23e764fa6918c700ecbd md5sum = ceb0ce338e6ad444615c1daac1e260a7
shared = true shared = true
[buildout] [buildout]
extends = extends =
../jq/buildout.cfg
../libsecret/buildout.cfg ../libsecret/buildout.cfg
../pkgconfig/buildout.cfg ../pkgconfig/buildout.cfg
../patchelf/buildout.cfg ../patchelf/buildout.cfg
......
...@@ -109,7 +109,7 @@ eggs = ...@@ -109,7 +109,7 @@ eggs =
[cli-utilities] [cli-utilities]
PATH = ${nodejs:location}/bin:${bash:location}/bin:${fish-shell:location}/bin:${tig:location}/bin:${vim:location}/bin:${tmux:location}/bin:${git:location}/bin:${curl:location}/bin:${python:location}/bin:${buildout:bin-directory} PATH = ${jq:location}/bin:${nodejs:location}/bin:${bash:location}/bin:${fish-shell:location}/bin:${tig:location}/bin:${vim:location}/bin:${tmux:location}/bin:${git:location}/bin:${curl:location}/bin:${python:location}/bin:${buildout:bin-directory}
[python-with-eggs] [python-with-eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment