wire-desktop: fix eval on unsupported systems

(cherry picked from commit 5745b73bf2)
This commit is contained in:
liberodark
2026-07-10 10:48:33 +02:00
committed by github-actions[bot]
parent 4a72c46af5
commit 3d09ac02c5

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 {