treewide: pkgs/tools: mark broken for darwin

All packages that were failing on x86_64-darwin are marked broken.
I'm assuming here that these are also broken on aarch64-darwin.
This commit is contained in:
Rick van Schijndel 2022-05-28 15:22:26 +02:00
parent 6d9a33741e
commit cd3c25616d
56 changed files with 86 additions and 21 deletions

View File

@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
'';
meta = {
broken = stdenv.isDarwin;
description = "GTK frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)";
homepage = "https://github.com/ib/xarchiver";
maintainers = [ lib.maintainers.domenkozar ];

View File

@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, rustPlatform
, fetchFromGitHub
}:
@ -17,6 +18,7 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "sha256-WhlVWQCUGP+K9md0yp6ZD6mGYMso1fUYKDuXXrC2FeI=";
meta = with lib; {
broken = stdenv.isDarwin;
description = "Rust application which displays your currently playing song / album / artist from MPD in Discord using Rich Presence";
homepage = "https://github.com/JakeStanger/mpd-discord-rpc";
license = licenses.mit;

View File

@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
meta = {
broken = stdenv.isDarwin;
homepage = "http://dar.linux.free.fr";
description = "Disk ARchiver, allows backing up files into indexed archives";
maintainers = with maintainers; [ izorkin ];

View File

@ -1,4 +1,4 @@
{ mkDerivation, lib, fetchurl, cmake, pkg-config, makeWrapper
{ stdenv, mkDerivation, lib, fetchurl, cmake, pkg-config, makeWrapper
, httrack, qtbase, qtmultimedia }:
mkDerivation rec {
@ -29,6 +29,7 @@ mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "Easy-to-use offline browser / website mirroring utility - QT frontend";
homepage = "http://www.httrack.com";
license = licenses.gpl3;

View File

@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://git.pengutronix.de/cgit/genimage";
description = "Generate filesystem images from directory trees";
license = licenses.gpl2Plus;

View File

@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "Mount an S3 bucket as filesystem through FUSE";
license = licenses.gpl2;
platforms = platforms.linux ++ platforms.darwin;

View File

@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, rustPlatform
, fetchCrate
, pkg-config
@ -24,6 +25,7 @@ rustPlatform.buildRustPackage rec {
postInstall = "installManPage man/sandboxfs.1";
meta = with lib; {
broken = stdenv.isDarwin;
description = "A virtual file system for sandboxing";
homepage = "https://github.com/bazelbuild/sandboxfs";
license = with licenses; [ asl20 ];

View File

@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "FUSE UnionFS implementation";
homepage = "https://github.com/rpodgorny/unionfs-fuse";
license = licenses.bsd3;

View File

@ -1,4 +1,4 @@
{ lib, rustPlatform, fetchFromGitHub, pkg-config }:
{ stdenv, lib, rustPlatform, fetchFromGitHub, pkg-config }:
rustPlatform.buildRustPackage rec {
pname = "gifski";
@ -16,6 +16,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ pkg-config ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "GIF encoder based on libimagequant (pngquant)";
homepage = "https://gif.ski/";
license = licenses.agpl3;

View File

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildGoModule, python3 }:
{ stdenv, lib, fetchFromGitHub, buildGoModule, python3 }:
buildGoModule rec {
pname = "cod";
@ -27,6 +27,7 @@ buildGoModule rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "Tool for generating Bash/Fish/Zsh autocompletions based on `--help` output";
homepage = "https://github.com/dim-an/cod/";
license = licenses.asl20;

View File

@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, fetchFromGitHub
, buildDotnetModule
}:
@ -18,6 +19,7 @@ buildDotnetModule rec {
nugetDeps = ./deps.nix;
meta = with lib; {
broken = stdenv.isDarwin;
description = "Steam depot downloader utilizing the SteamKit2 library";
license = licenses.gpl2Only;
maintainers = [ maintainers.babbaj ];

View File

@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, mkDerivation
, fetchFromGitHub
, qmake
@ -36,6 +37,7 @@ mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://github.com/martynets/dialogbox/";
description = "Qt-based scriptable engine providing GUI dialog boxes";
license = licenses.gpl3Plus;

View File

@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub }:
{ stdenv, lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "grit";
@ -14,6 +14,7 @@ buildGoModule rec {
vendorSha256 = "sha256-iMMkjJ5dnlr0oSCifBQPWkInQBCp1bh23s+BcKzDNCg=";
meta = with lib; {
broken = stdenv.isDarwin;
description = "A multitree-based personal task manager";
homepage = "https://github.com/climech/grit";
license = licenses.mit;

View File

@ -44,6 +44,7 @@ mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "http://www.glassechidna.com.au/products/heimdall/";
description = "A cross-platform tool suite to flash firmware onto Samsung Galaxy S devices";
license = licenses.mit;

View File

@ -1,4 +1,4 @@
{ fetchFromGitHub, lib, rustPlatform, pkg-config, dbus }:
{ stdenv, fetchFromGitHub, lib, rustPlatform, pkg-config, dbus }:
rustPlatform.buildRustPackage rec {
pname = "Lighthouse";
@ -18,6 +18,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ dbus ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "VR Lighthouse power state management";
homepage = "https://github.com/ShayBox/Lighthouse";
license = licenses.mit;

View File

@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
'';
meta = {
broken = stdenv.isDarwin;
description = "Programs for locking and unlocking files and mailboxes";
homepage = "http://packages.debian.org/sid/lockfile-progs";
license = lib.licenses.gpl2Only;

View File

@ -1,4 +1,4 @@
{ lib, buildGo118Module, fetchFromGitHub, fetchzip }:
{ stdenv, lib, buildGo118Module, fetchFromGitHub, fetchzip }:
buildGo118Module rec {
pname = "mutagen-compose";
@ -18,6 +18,7 @@ buildGo118Module rec {
subPackages = [ "cmd/mutagen-compose" ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "Compose with Mutagen integration";
homepage = "https://mutagen.io/";
changelog = "https://github.com/mutagen-io/mutagen-compose/releases/tag/v${version}";

View File

@ -1,4 +1,4 @@
{ lib, buildGo118Module, fetchFromGitHub, fetchzip }:
{ stdenv, lib, buildGo118Module, fetchFromGitHub, fetchzip }:
buildGo118Module rec {
pname = "mutagen";
@ -34,6 +34,7 @@ buildGo118Module rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "Make remote development work with your local tools";
homepage = "https://mutagen.io/";
changelog = "https://github.com/mutagen-io/mutagen/releases/tag/v${version}";

View File

@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "Use neovim as pager";
longDescription = ''
Use neovim as a pager to view manpages, diffs, etc with nvim's syntax

View File

@ -1,4 +1,4 @@
{ lib, python3Packages }:
{ stdenv, lib, python3Packages }:
python3Packages.buildPythonApplication rec {
pname = "piston-cli";
@ -16,6 +16,7 @@ python3Packages.buildPythonApplication rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "Piston api tool";
homepage = "https://github.com/Shivansh-007/piston-cli";
license = licenses.mit;

View File

@ -102,6 +102,7 @@ mkDerivation {
};
meta = with lib; {
broken = stdenv.isDarwin;
description = "Cross-platform desktop tool to manage your flipper device";
homepage = "https://flipperzero.one/";
license = licenses.gpl3Only;

View File

@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub, installShellFiles }:
{ stdenv, lib, buildGoModule, fetchFromGitHub, installShellFiles }:
buildGoModule rec {
pname = "steampipe";
@ -30,6 +30,7 @@ buildGoModule rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://steampipe.io/";
description = "select * from cloud;";
license = licenses.agpl3;

View File

@ -38,6 +38,7 @@ rustPlatform.buildRustPackage rec {
cargoBuildFlags = [ "-p tremor-cli" ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "Early stage event processing system for unstructured data with rich support for structural pattern matching, filtering and transformation";
homepage = "https://www.tremor.rs/";
license = licenses.asl20;

View File

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" ];
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://github.com/xorg62/tty-clock";
license = licenses.free;
description = "Digital clock in ncurses";

View File

@ -34,6 +34,7 @@ stdenv.mkDerivation {
lib.optional (gccCross != null) gccCross;
meta = {
broken = stdenv.isDarwin;
description = "Qi tools to access the Ben Nanonote USB_BOOT mode";
license = lib.licenses.gpl3;
homepage = "http://www.linux-mtd.infradead.org/";

View File

@ -34,6 +34,7 @@ rustPlatform.buildRustPackage rec {
cargoBuildFlags = [ "--bin" "xprite-native" ];
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://github.com/rickyhan/xprite-editor";
description = "Pixel art editor";
license = licenses.gpl3;

View File

@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
broken = stdenv.isDarwin;
description = "A replacement of GNU Stow written in C++";
homepage = "http://xstow.sourceforge.net";
license = licenses.gpl2Only;

View File

@ -1,4 +1,4 @@
{ lib, fetchurl, mkDerivation, pkg-config, qtbase, qmake, imagemagick
{ stdenv, lib, fetchurl, mkDerivation, pkg-config, qtbase, qmake, imagemagick
, libyubikey, yubikey-personalization }:
mkDerivation rec {
@ -34,6 +34,7 @@ mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://developers.yubico.com/yubikey-personalization-gui";
description = "A QT based cross-platform utility designed to facilitate reconfiguration of the Yubikey";
license = licenses.bsd2;

View File

@ -64,6 +64,7 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
broken = stdenv.isDarwin;
description = "Toolkit for Http-based file management";
longDescription = "Davix is a toolkit designed for file

View File

@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
outputs = [ "bin" "dev" "out" "man" "doc" ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "dCache access protocol client library";
homepage = "https://github.com/dCache/dcap";
changelog = "https://github.com/dCache/dcap/blob/master/ChangeLog";

View File

@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with lib; {
broken = stdenv.isDarwin;
description = "Remote shell that automatically reconnects without interrupting the session";
homepage = "https://eternalterminal.dev/";
license = licenses.asl20;

View File

@ -1,4 +1,5 @@
{ buildGoModule
{ stdenv
, buildGoModule
, fetchFromGitHub
, lib
, nixosTests
@ -32,6 +33,7 @@ buildGoModule rec {
};
meta = with lib; {
broken = stdenv.isDarwin;
description = "A simple TLS proxy with mutual authentication support for securing non-TLS backend applications";
homepage = "https://github.com/ghostunnel/ghostunnel#readme";
license = licenses.asl20;

View File

@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, buildGoModule
, fetchFromGitHub
, libpcap
@ -26,6 +27,7 @@ buildGoModule rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "Manager for reverse shells";
homepage = "https://github.com/redcode-labs/GodSpeed";
license = with licenses; [ mit ];

View File

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildGoModule }:
{ stdenv, lib, fetchFromGitHub, buildGoModule }:
buildGoModule rec {
pname = "gost";
@ -42,6 +42,7 @@ buildGoModule rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "A simple tunnel written in golang";
homepage = "https://github.com/ginuerzh/gost";
license = licenses.mit;

View File

@ -24,6 +24,7 @@ rustPlatform.buildRustPackage rec {
doCheck = false;
meta = with lib; {
broken = stdenv.isDarwin;
description = "Rust implementation of Magic Wormhole, with new features and enhancements";
homepage = "https://github.com/magic-wormhole/magic-wormhole.rs";
license = licenses.eupl12;

View File

@ -23,6 +23,7 @@ stdenv.mkDerivation {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "Very simple, yet secure VPN software";
homepage = "http://wiki.ucis.nl/QuickTun";
maintainers = [ maintainers.fpletz ];

View File

@ -18,6 +18,7 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "Wu1mm+yJw2SddddxC5NfnMWLr+dplnRxH3AJ1/mTAKM=";
meta = with lib; {
broken = stdenv.isDarwin;
description = "Lightweight slowloris (HTTP DoS) tool";
homepage = "https://github.com/MJVL/slowlorust";
license = licenses.mit;

View File

@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with lib; {
broken = stdenv.isDarwin;
description = "Network Benchmarking Utility";
homepage = "https://github.com/Mellanox/sockperf";
license = licenses.bsd3;

View File

@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
broken = stdenv.isDarwin;
description = "A small SSH askpass GUI using GTK+2";
homepage = "https://github.com/atj/ssh-askpass-fullscreen";
license = licenses.gpl2;

View File

@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
configureFlags = lib.optionals withDebug [ "--enable-debug" ]; # Enable debugging support code and methods.
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://tinyproxy.github.io/";
description = "A light-weight HTTP/HTTPS proxy daemon for POSIX operating systems";
license = licenses.gpl2Only;

View File

@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
};
meta = with lib; {
broken = stdenv.isDarwin;
description = "A Random Number Generator test suite";
homepage = "https://webhome.phy.duke.edu/~rgb/General/dieharder.php";
license = licenses.gpl2Plus;

View File

@ -1,4 +1,4 @@
{ lib, fetchgit, python3, intltool, gtk3, gobject-introspection, gnome }:
{ stdenv, lib, fetchgit, python3, intltool, gtk3, gobject-introspection, gnome }:
python3.pkgs.buildPythonApplication rec {
pname = "onioncircuits";
@ -21,6 +21,7 @@ python3.pkgs.buildPythonApplication rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://tails.boum.org";
description = "GTK application to display Tor circuits and streams";
license = licenses.gpl3;

View File

@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, buildGoModule
, fetchFromGitHub
, libpcap
@ -27,6 +28,7 @@ buildGoModule rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "Command-line network scanner";
homepage = "https://github.com/v-byte-cpu/sx";
license = licenses.mit;

View File

@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = {
broken = stdenv.isDarwin;
homepage = "http://tcpcrypt.org/";
description = "Fast TCP encryption";
platforms = platforms.all;

View File

@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, buildGoModule
, fetchFromGitHub
}:
@ -17,6 +18,7 @@ buildGoModule rec {
vendorSha256 = null;
meta = with lib; {
broken = stdenv.isDarwin;
description = "Automatic Linux privilege escalation";
longDescription = ''
Automatically exploit low-hanging fruit to pop a root shell. Traitor packages

View File

@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
};
meta = with lib; {
broken = stdenv.isDarwin;
description = "Set of text-mode partitioning tools for Globally Unique Identifier (GUID) Partition Table (GPT) disks";
license = licenses.gpl2;
homepage = "https://www.rodsbooks.com/gdisk/";

View File

@ -96,6 +96,7 @@ in stdenv.mkDerivation rec {
};
meta = {
broken = stdenv.isDarwin;
description = "Real-time performance monitoring tool";
homepage = "https://www.netdata.cloud/";
license = licenses.gpl3Plus;

View File

@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = {
broken = stdenv.isDarwin;
description = "System and kernel logging services";
homepage = "http://smarden.org/socklog/";
license = licenses.publicDomain;

View File

@ -34,6 +34,7 @@ rustPlatform.buildRustPackage rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "Sort of like top or htop but with zoom-able charts, network, and disk usage"
+ lib.optionalString nvidiaSupport ", and NVIDIA GPU usage";
homepage = "https://github.com/bvaisvil/zenith";

View File

@ -54,6 +54,7 @@ link-grammar = stdenv.mkDerivation rec {
};
meta = with lib; {
broken = stdenv.isDarwin;
description = "A Grammar Checking library";
homepage = "https://www.abisource.com/projects/link-grammar/";
changelog = "https://github.com/opencog/link-grammar/blob/link-grammar-${version}/ChangeLog";

View File

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
doCheck = stdenv.isx86_64;
meta = with lib; {
broken = stdenv.isDarwin;
description = "Minimal Markdown Documentation";
homepage = "https://github.com/ryantm/mmdoc";
license = licenses.cc0;

View File

@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://github.com/gumpu/ROBODoc";
description = "Documentation Extraction Tool";
longDescription = ''

View File

@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, buildGoModule
, fetchFromGitHub
, git
@ -21,6 +22,7 @@ buildGoModule {
];
meta = with lib; {
broken = stdenv.isDarwin;
description = "Fast trigram based code search";
homepage = "https://github.com/google/zoekt";
license = licenses.asl20;

View File

@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
++ lib.optionals stdenv.isDarwin [ Foundation SystemConfiguration ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "Converts HTML files to PostScript and PDF";
homepage = "https://michaelrsweet.github.io/htmldoc";
changelog = "https://github.com/michaelrsweet/htmldoc/releases/tag/v${version}";

View File

@ -100,6 +100,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "doc" "man" "dev" ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "A typesetting system";
longDescription = ''
SILE is a typesetting system; its job is to produce beautiful

View File

@ -27,6 +27,7 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
meta = with lib; {
broken = stdenv.isDarwin;
description = "Restore a truncated mp4/mov (improved version of ponchio/untrunc)";
homepage = "https://github.com/anthwlock/untrunc";
license = licenses.gpl2;