Skip to content

Commit

Permalink
install libstdc++-7
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Nov 27, 2022
1 parent f1e526d commit 7d751ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/snap/snapcraft.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ confinement: strict
parts:
coq:
plugin: nil
build-packages: [build-essential, curl, m4, unzip, git]
stage-packages: [make, libmpfr6, libgmp10]
build-packages: [build-essential, curl, m4, unzip, git, libstdc++-7-dev]
stage-packages: [make, libmpfr6, libgmp10, libstdc++-7]
source: .
source-type: local
override-build: |
Expand Down

0 comments on commit 7d751ed

Please sign in to comment.