We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd63aa commit aa006e0Copy full SHA for aa006e0
pkgs/by-name/kr/kryptor/package.nix
@@ -1,5 +1,6 @@
1
{
2
lib,
3
+ stdenv,
4
buildDotnetModule,
5
fetchFromGitHub,
6
dotnetCorePackages,
@@ -42,5 +43,9 @@ buildDotnetModule rec {
42
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
}
0 commit comments