Skip to content

Commit aa006e0

Browse files
committed
kryptor: mark as broken on darwin
1 parent abd63aa commit aa006e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/by-name/kr/kryptor/package.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
lib,
3+
stdenv,
34
buildDotnetModule,
45
fetchFromGitHub,
56
dotnetCorePackages,
@@ -42,5 +43,9 @@ buildDotnetModule rec {
4243
gepbird
4344
];
4445
platforms = lib.platforms.all;
46+
# https://hydra.nixos.org/build/286325419
47+
# a libsodium.dylib file should be kept as per https://github.com/samuel-lucas6/Kryptor/releases/tag/v4.1.1
48+
# upstream issue: https://github.com/dotnet/sdk/issues/45903
49+
broken = stdenv.hostPlatform.isDarwin;
4550
};
4651
}

0 commit comments

Comments
 (0)