···3333 checkTarget = "test";
34343535 meta = with lib; {
3636+ broken = stdenv.isDarwin;
3637 description = "A language and an embedded JIT compiler";
3738 longDescription = ''
3839 Hobbes is a a language, embedded compiler, and runtime for efficient
···3737 doCheck = false;
38383939 meta = with lib; {
4040+ broken = stdenv.isDarwin;
4041 description = "A highly efficient daemon for streaming data from Kafka into Delta Lake";
4142 homepage = "https://github.com/delta-io/kafka-delta-ingest";
4243 license = licenses.asl20;
+1
pkgs/development/tools/misc/xxgdb/default.nix
···3535 '';
36363737 meta = with lib; {
3838+ broken = stdenv.isDarwin;
3839 description = "A simple but powerful graphical interface to gdb";
3940 license = licenses.mit;
4041 maintainers = with maintainers; [ emilytrau ];
+1
pkgs/development/tools/parsing/ragel/default.nix
···2626 doCheck = true;
27272828 meta = with lib; {
2929+ broken = stdenv.isDarwin;
2930 homepage = "https://www.colm.net/open-source/ragel/";
3031 description = "State machine compiler";
3132 inherit license;
+1
pkgs/development/tools/pgloader/default.nix
···2929 '';
30303131 meta = with lib; {
3232+ broken = stdenv.isDarwin;
3233 homepage = "https://pgloader.io/";
3334 description = "Loads data into PostgreSQL and allows you to implement Continuous Migration from your current database to PostgreSQL";
3435 maintainers = with maintainers; [ mguentner ];
+2-1
pkgs/development/tools/pqrs/default.nix
···11-{ lib, rustPlatform, fetchFromGitHub }:
11+{ stdenv, lib, rustPlatform, fetchFromGitHub }:
2233rustPlatform.buildRustPackage rec {
44 pname = "pqrs";
···1414 cargoSha256 = "0mjwazsnryhlfyzcik8052q0imz5f104x86k6b5rncbbbjaj17q1";
15151616 meta = with lib; {
1717+ broken = stdenv.isDarwin;
1718 description = "CLI tool to inspect Parquet files";
1819 homepage = "https://github.com/manojkarthick/pqrs";
1920 license = with licenses; [ mit /* or */ asl20 ];
+2-1
pkgs/development/tools/regclient/default.nix
···11-{ lib, buildGoModule, fetchFromGitHub }:
11+{ stdenv, lib, buildGoModule, fetchFromGitHub }:
2233let bins = [ "regbot" "regctl" "regsync" ]; in
44···3333 );
34343535 meta = with lib; {
3636+ broken = stdenv.isDarwin;
3637 description = "Docker and OCI Registry Client in Go and tooling using those libraries";
3738 homepage = "https://github.com/regclient/regclient";
3839 license = licenses.asl20;
+1
pkgs/development/tools/scenebuilder/default.nix
···106106 desktopItems = [ desktopItem ];
107107108108 meta = with lib; {
109109+ broken = stdenv.isDarwin;
109110 description = "A visual, drag'n'drop, layout tool for designing JavaFX application user interfaces.";
110111 homepage = "https://gluonhq.com/products/scene-builder/";
111112 license = licenses.bsd3;
+1
pkgs/development/tools/scenic-view/default.nix
···9696 desktopItems = [ desktopItem ];
97979898 meta = with lib; {
9999+ broken = stdenv.isDarwin;
99100 description = "JavaFx application to visualize and modify the scenegraph of running JavaFx applications.";
100101 longDescription = ''
101102 A JavaFX application designed to make it simple to understand the current state of your application scenegraph
+1
pkgs/development/tools/simavr/default.nix
···3535 checkTarget = "-C tests run_tests";
36363737 meta = with lib; {
3838+ broken = stdenv.isDarwin;
3839 description = "A lean and mean Atmel AVR simulator";
3940 homepage = "https://github.com/buserror/simavr";
4041 license = licenses.gpl3;