wire-desktop: fix eval on unsupported systems (#540254)

This commit is contained in:
Jo
2026-07-11 07:13:07 +00:00
committed by GitHub
+1 -1
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 {