treewide: pkgs/development/tools: mark broken for darwin

This commit is contained in:
Rick van Schijndel 2022-05-29 11:09:52 +02:00 committed by Janne Heß
parent 0b45cae8a3
commit 13e0d33703
No known key found for this signature in database
GPG key ID: 69165158F05265DF
18 changed files with 25 additions and 6 deletions

View file

@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "The C preprocessor chainsaw"; description = "The C preprocessor chainsaw";
longDescription = '' longDescription = ''
A software engineering tool for analysing preprocessor-based A software engineering tool for analysing preprocessor-based

View file

@ -1,4 +1,5 @@
{ lib { stdenv
, lib
, rustPlatform , rustPlatform
, fetchFromGitHub , fetchFromGitHub
}: }:
@ -17,6 +18,7 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-q59hpnXc00OzrJk1KOWbIPQYfIE+7ku9XtTDXHgwQBg="; cargoSha256 = "sha256-q59hpnXc00OzrJk1KOWbIPQYfIE+7ku9XtTDXHgwQBg=";
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "Lightning-fast linter for .env files. Written in Rust"; description = "Lightning-fast linter for .env files. Written in Rust";
homepage = "https://dotenv-linter.github.io"; homepage = "https://dotenv-linter.github.io";
license = licenses.mit; license = licenses.mit;

View file

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, rustPlatform, qt5, git, cmake { stdenv, lib, fetchFromGitHub, rustPlatform, qt5, git, cmake
, pkg-config, makeWrapper }: , pkg-config, makeWrapper }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
@ -36,6 +36,7 @@ rustPlatform.buildRustPackage rec {
''; '';
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "A libre cross-platform disassembler"; description = "A libre cross-platform disassembler";
longDescription = '' longDescription = ''
Panopticon is a cross platform disassembler for reverse Panopticon is a cross platform disassembler for reverse

View file

@ -35,6 +35,7 @@ stdenv.mkDerivation {
''; '';
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "A Qt GUI to visualize profiling data"; description = "A Qt GUI to visualize profiling data";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -110,6 +110,7 @@ stdenv.mkDerivation rec {
]; ];
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "unix-like reverse engineering framework and commandline tools"; description = "unix-like reverse engineering framework and commandline tools";
homepage = "https://radare.org/"; homepage = "https://radare.org/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;

View file

@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
}; };
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "Tools and Clang plugins for developing code with GLib"; description = "Tools and Clang plugins for developing code with GLib";
homepage = "https://freedesktop.org/wiki/Software/tartan"; homepage = "https://freedesktop.org/wiki/Software/tartan";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;

View file

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildGoModule }: { stdenv, lib, fetchFromGitHub, buildGoModule }:
buildGoModule rec { buildGoModule rec {
pname = "azure-storage-azcopy"; pname = "azure-storage-azcopy";
@ -22,6 +22,7 @@ buildGoModule rec {
''; '';
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
maintainers = with maintainers; [ colemickens ]; maintainers = with maintainers; [ colemickens ];
license = licenses.mit; license = licenses.mit;
description = "The new Azure Storage data transfer utility - AzCopy v10"; description = "The new Azure Storage data transfer utility - AzCopy v10";

View file

@ -1,4 +1,4 @@
{ buildGoModule, fetchFromGitHub, lib, installShellFiles }: { stdenv, buildGoModule, fetchFromGitHub, lib, installShellFiles }:
buildGoModule rec { buildGoModule rec {
pname = "golangci-lint"; pname = "golangci-lint";
@ -31,6 +31,7 @@ buildGoModule rec {
''; '';
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "Fast linters Runner for Go"; description = "Fast linters Runner for Go";
homepage = "https://golangci-lint.run/"; homepage = "https://golangci-lint.run/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;

View file

@ -33,6 +33,7 @@ stdenv.mkDerivation {
checkTarget = "test"; checkTarget = "test";
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "A language and an embedded JIT compiler"; description = "A language and an embedded JIT compiler";
longDescription = '' longDescription = ''
Hobbes is a a language, embedded compiler, and runtime for efficient Hobbes is a a language, embedded compiler, and runtime for efficient

View file

@ -37,6 +37,7 @@ rustPlatform.buildRustPackage rec {
doCheck = false; doCheck = false;
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "A highly efficient daemon for streaming data from Kafka into Delta Lake"; description = "A highly efficient daemon for streaming data from Kafka into Delta Lake";
homepage = "https://github.com/delta-io/kafka-delta-ingest"; homepage = "https://github.com/delta-io/kafka-delta-ingest";
license = licenses.asl20; license = licenses.asl20;

View file

@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "A simple but powerful graphical interface to gdb"; description = "A simple but powerful graphical interface to gdb";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ emilytrau ]; maintainers = with maintainers; [ emilytrau ];

View file

@ -26,6 +26,7 @@ let
doCheck = true; doCheck = true;
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://www.colm.net/open-source/ragel/"; homepage = "https://www.colm.net/open-source/ragel/";
description = "State machine compiler"; description = "State machine compiler";
inherit license; inherit license;

View file

@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://pgloader.io/"; homepage = "https://pgloader.io/";
description = "Loads data into PostgreSQL and allows you to implement Continuous Migration from your current database to PostgreSQL"; description = "Loads data into PostgreSQL and allows you to implement Continuous Migration from your current database to PostgreSQL";
maintainers = with maintainers; [ mguentner ]; maintainers = with maintainers; [ mguentner ];

View file

@ -1,4 +1,4 @@
{ lib, rustPlatform, fetchFromGitHub }: { stdenv, lib, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "pqrs"; pname = "pqrs";
@ -14,6 +14,7 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "0mjwazsnryhlfyzcik8052q0imz5f104x86k6b5rncbbbjaj17q1"; cargoSha256 = "0mjwazsnryhlfyzcik8052q0imz5f104x86k6b5rncbbbjaj17q1";
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "CLI tool to inspect Parquet files"; description = "CLI tool to inspect Parquet files";
homepage = "https://github.com/manojkarthick/pqrs"; homepage = "https://github.com/manojkarthick/pqrs";
license = with licenses; [ mit /* or */ asl20 ]; license = with licenses; [ mit /* or */ asl20 ];

View file

@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub }: { stdenv, lib, buildGoModule, fetchFromGitHub }:
let bins = [ "regbot" "regctl" "regsync" ]; in let bins = [ "regbot" "regctl" "regsync" ]; in
@ -33,6 +33,7 @@ buildGoModule rec {
); );
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "Docker and OCI Registry Client in Go and tooling using those libraries"; description = "Docker and OCI Registry Client in Go and tooling using those libraries";
homepage = "https://github.com/regclient/regclient"; homepage = "https://github.com/regclient/regclient";
license = licenses.asl20; license = licenses.asl20;

View file

@ -106,6 +106,7 @@ in stdenv.mkDerivation rec {
desktopItems = [ desktopItem ]; desktopItems = [ desktopItem ];
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "A visual, drag'n'drop, layout tool for designing JavaFX application user interfaces."; description = "A visual, drag'n'drop, layout tool for designing JavaFX application user interfaces.";
homepage = "https://gluonhq.com/products/scene-builder/"; homepage = "https://gluonhq.com/products/scene-builder/";
license = licenses.bsd3; license = licenses.bsd3;

View file

@ -96,6 +96,7 @@ in stdenv.mkDerivation rec {
desktopItems = [ desktopItem ]; desktopItems = [ desktopItem ];
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "JavaFx application to visualize and modify the scenegraph of running JavaFx applications."; description = "JavaFx application to visualize and modify the scenegraph of running JavaFx applications.";
longDescription = '' longDescription = ''
A JavaFX application designed to make it simple to understand the current state of your application scenegraph A JavaFX application designed to make it simple to understand the current state of your application scenegraph

View file

@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
checkTarget = "-C tests run_tests"; checkTarget = "-C tests run_tests";
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "A lean and mean Atmel AVR simulator"; description = "A lean and mean Atmel AVR simulator";
homepage = "https://github.com/buserror/simavr"; homepage = "https://github.com/buserror/simavr";
license = licenses.gpl3; license = licenses.gpl3;