diff options
author | Casey Marshall <casey.marshall@canonical.com> | 2016-09-11 21:54:43 -0500 |
---|---|---|
committer | Casey Marshall <casey.marshall@canonical.com> | 2016-09-11 21:54:43 -0500 |
commit | a5af33d33b3bcb7c133f8280b8f15b3b2a78c266 (patch) | |
tree | 2486b0c6635fa4ff509e4edc963874a4157be80c | |
parent | Fix portability issues discovered with fresh snap install. (diff) | |
download | monero-a5af33d33b3bcb7c133f8280b8f15b3b2a78c266.tar.xz |
Add libminiupnpc and libunwind to snap.
-rw-r--r-- | snapcraft.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 203789413..2ad7ad603 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -65,7 +65,9 @@ parts: - doxygen - graphviz stage-packages: + - libminiupnpc10 - libunbound2 + - libunwind8 snap: - bin - usr |