mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 07:31:19 +00:00
wire-desktop: fix eval on unsupported systems
This commit is contained in:
@@ -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