Unverified Commit 7360a278 authored by Smaug123's avatar Smaug123
Browse files

certdump: mark broken on aarch64-darwin

parent 4b6a0890
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
, buildDotnetModule
, fetchFromGitHub
, dotnetCorePackages
, callPackage
, stdenv
}:

buildDotnetModule rec {
@@ -40,5 +40,7 @@ buildDotnetModule rec {
    '';
    license = licenses.asl20;
    maintainers = [ maintainers.baloo ];
    # net5 has no osx-arm64 target available
    broken = stdenv.isDarwin && stdenv.isAarch64;
  };
}