wire-desktop: fix eval on unsupported systems

This commit is contained in:
liberodark
2026-07-10 10:48:33 +02:00
parent d2705b8aa4
commit 5745b73bf2

View File

@@ -58,7 +58,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "wire-desktop";
inherit (sources.${stdenv.system}) version src;
inherit (sources.${stdenv.system} or sources.x86_64-linux) version src;
missingHashes = ./missing-hashes.json;
offlineCache = yarn-berry.fetchYarnBerryDeps {