From c940363fa268928d9148dd32d1c2068c66a3b895 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 27 Feb 2020 19:00:36 -0800 Subject: [PATCH] Add build packages to yaml file --- snap/snapcraft.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 1933bfd8..495dce38 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -14,4 +14,6 @@ confinement: devmode # use 'strict' once you have the right plugs and slots parts: my-part: source: https://phab.lubuntu.me/source/manual.git + build-packages: [python3-pip, python3-sphinx, latexmk, texlive, texlive-formats-extra, arcanist, python3-sphinx-rtd-theme, python3-sphinx-bootstrap-theme] plugin: make + #make-paramaters: [html]