kryptor: mark as broken on darwin

This commit is contained in:
Gutyina Gergő 2025-05-01 22:22:42 +02:00
parent abd63aa319
commit aa006e004a
No known key found for this signature in database

View file

@ -1,5 +1,6 @@
{
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;
};
}