From 72293532d049348e7fe719aa33dda6e130f6599d Mon Sep 17 00:00:00 2001 From: ArubIslander Date: Sat, 19 Jan 2019 20:52:17 +0100 Subject: [PATCH] libnuma1 now optional Build of this snap fails on ARM platform because of missing libnuma1 package from the xenial repo's. --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 9f9e0fd..855046e 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -45,6 +45,7 @@ parts: source-branch: release/3.4 source-depth: 1 stage-packages: + - try [libnuma1] - libasound2 - libass5 - libdrm2 @@ -53,7 +54,6 @@ parts: - libgraphite2-3 - libharfbuzz0b - libmp3lame0 - - libnuma1 - libogg0 - libopus0 - libtheora0