From 08090c7b981710b4958ca0b6ed449fea72c6c91c Mon Sep 17 00:00:00 2001 From: akierig Date: Thu, 1 Sep 2022 11:40:35 -0500 Subject: [PATCH] Signal-Desktop: add support for x86_64-musl --- srcpkgs/Signal-Desktop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/Signal-Desktop/template b/srcpkgs/Signal-Desktop/template index a69f86dd28f9..7e58cc2d3773 100644 --- a/srcpkgs/Signal-Desktop/template +++ b/srcpkgs/Signal-Desktop/template @@ -5,7 +5,7 @@ revision=1 # Signal officially only supports x86_64 (also due to Electron) # x86_64-musl fails because of its dependency on 'node-gyp' which depends on a glibc specific extension # armv7hf/arm64: https://github.com/signalapp/Signal-Desktop/issues/3410 -archs="x86_64" +archs="x86_64 x86_64-musl" hostmakedepends="git git-lfs nodejs python3 tar yarn" depends="cairo gtk+3 libvips pango" short_desc="Signal Private Messenger for Linux"