Unverified Commit 7c53b3b6 authored by Sapphire's avatar Sapphire
Browse files

vrcx: Mark non-x86_64 as broken

parent f83e8fd2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
  makeWrapper,
  copyDesktopItems,
  makeDesktopItem,
  stdenv,
}:
let
  pname = "vrcx";
@@ -121,5 +122,6 @@ buildNpmPackage {
      ImSapphire
    ];
    platforms = lib.platforms.linux;
    broken = !stdenv.hostPlatform.isx86_64;
  };
}