From 8a23c539c72c519eb43134ca68156daa8c9feed3 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 17 Jul 2018 12:41:13 +0200 Subject: [PATCH] Add build-packages to snapcraft (#322) --- snapcraft.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index b51def4..9d9194a 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -19,3 +19,7 @@ parts: gutenberg: plugin: rust rust-channel: stable + build-packages: + - build-essential + - cmake + - git-core