From dd607a237988f9b606fa0bbce50e3334bfd5edcf Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Wed, 23 Jun 2021 11:10:54 +0100 Subject: [PATCH] snapcraft: stage libzstd1 appstream-generator depends on libarchive, which depends on libzstd1, however it appears to not be staged into the snap. This results in libzstd1 being used from the host system which may or may not be compatible with the snap staged libarchive library. In order to produce consistent results stage libzstd1 into the snap as well. --- snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index 60c5380..b92183b 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -152,6 +152,7 @@ parts: - libxdmcp6 - libxext6 - libxrender1 + - libzstd1 - locales - locales-all - shared-mime-info