kryptor: mark as broken on darwin (#403440)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user