mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
wire-desktop: fix eval on unsupported systems
(cherry picked from commit 5745b73bf2)
This commit is contained in:
committed by
github-actions[bot]
parent
4a72c46af5
commit
3d09ac02c5
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user