invidious: mark as broken on aarch64-darwin

Build fails with
    Failed to spawn codesign_allocate: No such file or directory
This commit is contained in:
schnusch
2022-03-17 08:54:33 +01:00
parent 30bbba0e1f
commit 268c01cef1
+2 -1
View File
@@ -1,4 +1,4 @@
{ lib, crystal, fetchFromGitHub, librsvg, pkg-config, libxml2, openssl, shards, sqlite, lsquic, videojs, nixosTests }:
{ lib, stdenv, crystal, fetchFromGitHub, librsvg, pkg-config, libxml2, openssl, shards, sqlite, lsquic, videojs, nixosTests }:
let
# All versions, revisions, and checksums are stored in ./versions.json.
# The update process is the following:
@@ -107,5 +107,6 @@ crystal.buildCrystalPackage rec {
homepage = "https://invidious.io/";
license = licenses.agpl3;
maintainers = with maintainers; [ infinisil sbruder ];
broken = stdenv.isDarwin && stdenv.isAarch64;
};
}