Update snapcraft.yaml

This commit is contained in:
Zachary Yedidia 2018-04-02 21:07:12 -07:00
parent abc04ec521
commit 987d48038a

View File

@ -16,7 +16,7 @@ parts:
source: .
source-type: git
plugin: nil
build-packages: [golang-go, make]
build-packages: [go, make]
prepare: |
mkdir -p ../go/src/github.com/zyedidia/micro
cp -R . ../go/src/github.com/zyedidia/micro