Workaround ps-signal-desktop is not supported on aarch64-linux

using fake metadata
This commit is contained in:
teutat3s 2022-04-30 16:45:51 +02:00
parent db34fa77c2
commit d23376f7fb
Signed by untrusted user: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -1,3 +1,9 @@
self: with self; ''
self: with self;
let
signal-desktop = self.signal-desktop.overrideAttrs (old: {
meta.platforms = [ "x86_64-linux" "aarch64-linux" ];
});
in
''
exec ${signal-desktop}/bin/signal-desktop --disable-gpu -- "$@"
''