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; {
broken = stdenv.isDarwin;
description = "The C preprocessor chainsaw";
longDescription = ''
A software engineering tool for analysing preprocessor-based

View file

@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, rustPlatform
, fetchFromGitHub
}:
@ -17,6 +18,7 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-q59hpnXc00OzrJk1KOWbIPQYfIE+7ku9XtTDXHgwQBg=";
meta = with lib; {
broken = stdenv.isDarwin;
description = "Lightning-fast linter for .env files. Written in Rust";
homepage = "https://dotenv-linter.github.io";
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 }:
rustPlatform.buildRustPackage rec {
@ -36,6 +36,7 @@ rustPlatform.buildRustPackage rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "A libre cross-platform disassembler";
longDescription = ''
Panopticon is a cross platform disassembler for reverse

View file

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

View file

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

View file

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

View file

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildGoModule }:
{ stdenv, lib, fetchFromGitHub, buildGoModule }:
buildGoModule rec {
pname = "azure-storage-azcopy";
@ -22,6 +22,7 @@ buildGoModule rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
maintainers = with maintainers; [ colemickens ];
license = licenses.mit;
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 {
pname = "golangci-lint";
@ -31,6 +31,7 @@ buildGoModule rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "Fast linters Runner for Go";
homepage = "https://golangci-lint.run/";
license = licenses.gpl3Plus;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,4 @@
{ lib, rustPlatform, fetchFromGitHub }:
{ stdenv, lib, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage rec {
pname = "pqrs";
@ -14,6 +14,7 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "0mjwazsnryhlfyzcik8052q0imz5f104x86k6b5rncbbbjaj17q1";
meta = with lib; {
broken = stdenv.isDarwin;
description = "CLI tool to inspect Parquet files";
homepage = "https://github.com/manojkarthick/pqrs";
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
@ -33,6 +33,7 @@ buildGoModule rec {
);
meta = with lib; {
broken = stdenv.isDarwin;
description = "Docker and OCI Registry Client in Go and tooling using those libraries";
homepage = "https://github.com/regclient/regclient";
license = licenses.asl20;

View file

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

View file

@ -96,6 +96,7 @@ in stdenv.mkDerivation rec {
desktopItems = [ desktopItem ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "JavaFx application to visualize and modify the scenegraph of running JavaFx applications.";
longDescription = ''
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";
meta = with lib; {
broken = stdenv.isDarwin;
description = "A lean and mean Atmel AVR simulator";
homepage = "https://github.com/buserror/simavr";
license = licenses.gpl3;