From 295b02d21bdc3172f86395a2ca80b1cf4e044671 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 14 Aug 2017 17:03:20 +0300 Subject: [PATCH] Install libsecret, needed for newer releases. --- com.visualstudio.code.oss.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/com.visualstudio.code.oss.json b/com.visualstudio.code.oss.json index 4adfad6..abd50f1 100644 --- a/com.visualstudio.code.oss.json +++ b/com.visualstudio.code.oss.json @@ -48,6 +48,16 @@ } ] }, + { + "name": "libsecret", + "sources": [ + { + "type": "archive", + "url": "https://git.gnome.org/browse/libsecret/snapshot/libsecret-0.18.5.tar.xz", + "sha256": "10324718e9abe47e208d6e6d05b6ea4232e1de58409bcacc9b2ced69d0496071" + } + ] + }, { "name": "vscode", "build-options": { -- GitLab