kryptor: mark as broken on darwin

gepbird.tngl.sh aa006e00 abd63aa3

verified
+5
+5
pkgs/by-name/kr/kryptor/package.nix
··· 1 { 2 lib, 3 buildDotnetModule, 4 fetchFromGitHub, 5 dotnetCorePackages, ··· 42 gepbird 43 ]; 44 platforms = lib.platforms.all; 45 }; 46 }
··· 1 { 2 lib, 3 + stdenv, 4 buildDotnetModule, 5 fetchFromGitHub, 6 dotnetCorePackages, ··· 43 gepbird 44 ]; 45 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; 50 }; 51 }