From a3a3f5b86114213a23337499551f000662b26022 Mon Sep 17 00:00:00 2001 From: Guy Halse Date: Mon, 25 Sep 2017 13:51:00 +0200 Subject: [PATCH] snap: Add git to snap package for GitInfo Add git into the staged packages, so that the git binary is available and hugo --enableGitInfo works for users of the snap package. Fixes gohugoio/hugo#3896 --- snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index 6528dc428..56f10ad3a 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -22,6 +22,7 @@ parts: - git - make stage-packages: + - git - python-pygments prepare: | export GOPATH=$(dirname $SNAPCRAFT_PART_INSTALL)/go