Skip to content

Commit

Permalink
Add wget to the build packages of the snap
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Arias committed Aug 26, 2019
1 parent d47863e commit d95252f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ parts:
source: https://github.com/CVC4/CVC4.git
source-tag: "1.7"
plugin: nil
build-packages: [python, cmake, openjdk-11-jre, libgmp-dev]
build-packages: [python, cmake, openjdk-11-jre, libgmp-dev, wget]
override-build: |
./contrib/get-antlr-3.4
./configure.sh --prefix=$SNAPCRAFT_STAGE/usr
Expand Down

0 comments on commit d95252f

Please sign in to comment.