Unverified Commit aa006e00 authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

kryptor: mark as broken on darwin

parent abd63aa3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  buildDotnetModule,
  fetchFromGitHub,
  dotnetCorePackages,
@@ -42,5 +43,9 @@ buildDotnetModule rec {
      gepbird
    ];
    platforms = lib.platforms.all;
    # https://hydra.nixos.org/build/286325419
    # a libsodium.dylib file should be kept as per https://github.com/samuel-lucas6/Kryptor/releases/tag/v4.1.1
    # upstream issue: https://github.com/dotnet/sdk/issues/45903
    broken = stdenv.hostPlatform.isDarwin;
  };
}