Loading pkgs/tools/security/certdump/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , buildDotnetModule , fetchFromGitHub , dotnetCorePackages , callPackage , stdenv }: buildDotnetModule rec { Loading Loading @@ -40,5 +40,7 @@ buildDotnetModule rec { ''; license = licenses.asl20; maintainers = [ maintainers.baloo ]; # net5 has no osx-arm64 target available broken = stdenv.isDarwin && stdenv.isAarch64; }; } Loading
pkgs/tools/security/certdump/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , buildDotnetModule , fetchFromGitHub , dotnetCorePackages , callPackage , stdenv }: buildDotnetModule rec { Loading Loading @@ -40,5 +40,7 @@ buildDotnetModule rec { ''; license = licenses.asl20; maintainers = [ maintainers.baloo ]; # net5 has no osx-arm64 target available broken = stdenv.isDarwin && stdenv.isAarch64; }; }