···7474 license = with licenses; [ gpl3Only ];7575 maintainers = with maintainers; [ magnetophon ];7676 platforms = platforms.linux;7777+ # error: 'vvtanh' was not declared in this scope; did you mean 'tanh'?7878+ # error: no matching function for call to 'juce::dsp::SIMDRegister<double>::SIMDRegister(xsimd::simd_batch_traits<xsimd::batch<double, 2> >::batch_bool_type)'7979+ broken = stdenv.isAarch64; # since 2021-12-27 on hydra (update to 2.10): https://hydra.nixos.org/build/1625589917780 };7881}
···2121 ];22222323 meta = with lib; {2424+ broken = (stdenv.isLinux && stdenv.isAarch64);2425 description = "An LV2 sample based drum plugin";2526 homepage = "https://www.drumgizmo.org";2627 license = licenses.lgpl3Plus;
+1
pkgs/applications/audio/eq10q/default.nix
···3333 '';34343535 meta = {3636+ broken = (stdenv.isLinux && stdenv.isAarch64);3637 description = "LV2 EQ plugins and more, with 64 bit processing";3738 longDescription = ''3839 Up to 10-Bands parametric equalizer with mono and stereo versions.
+1
pkgs/applications/audio/faustStk/default.nix
···3030 done3131 '';3232 meta = with lib; {3333+ broken = (stdenv.isLinux && stdenv.isAarch64);3334 description = "The physical modeling instruments included with faust, compiled as jack standalone and lv2 instruments";3435 homepage = "https://ccrma.stanford.edu/~rmichon/faustSTK/";3536 license = licenses.stk;
···11-{ lib, fetchFromGitHub, buildGoModule, alsa-lib }:11+{ stdenv, lib, fetchFromGitHub, buildGoModule, alsa-lib }:2233buildGoModule rec {44 pname = "jellycli";···2121 buildInputs = [ alsa-lib ];22222323 meta = with lib; {2424+ broken = (stdenv.isLinux && stdenv.isAarch64);2425 description = "Jellyfin terminal client";2526 longDescription = ''2627 Terminal music player, works with Jellyfin (>= 10.6) , Emby (>= 4.4), and
+3-1
pkgs/applications/audio/mopidy/local.nix
···11-{ lib11+{ stdenv22+, lib23, mopidy34, python3Packages45}:···2322 ];24232524 meta = with lib; {2525+ broken = stdenv.isDarwin;2626 homepage = "https://github.com/mopidy/mopidy-local";2727 description = "Mopidy extension for playing music from your local music archive";2828 license = licenses.asl20;
+1
pkgs/applications/audio/muso/default.nix
···2929 cargoSha256 = "1hgdzyz005244f2mh97js9ga0a6s2hcd6iydz07f1hmhsh1j2bwy";30303131 meta = with lib; {3232+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;3233 description = "An automatic music sorter (based on ID3 tags)";3334 homepage = "https://github.com/quebin31/muso";3435 license = with licenses; [ gpl3Plus ];
+3-1
pkgs/applications/audio/myxer/default.nix
···11-{ lib11+{ stdenv22+, lib23, rustPlatform34, fetchFromGitHub45, pkg-config···3029 doCheck = false;31303231 meta = with lib; {3232+ broken = (stdenv.isLinux && stdenv.isAarch64);3333 description = "A modern Volume Mixer for PulseAudio";3434 homepage = "https://github.com/Aurailus/Myxer";3535 license = licenses.gpl3Only;
+1
pkgs/applications/audio/nootka/unstable.nix
···4444 ];45454646 meta = with lib; {4747+ broken = (stdenv.isLinux && stdenv.isAarch64);4748 description = "Application for practicing playing musical scores and ear training";4849 homepage = "https://nootka.sourceforge.io/";4950 license = licenses.gpl3Plus;
+1
pkgs/applications/audio/nova-filters/default.nix
···2222 '';23232424 meta = with lib; {2525+ broken = (stdenv.isLinux && stdenv.isAarch64);2526 description = "LADSPA plugins based on filters of nova";2627 homepage = "http://klingt.org/~tim/nova-filters/";2728 license = licenses.gpl2Plus;
···2121 '';22222323 meta = with lib; {2424+ broken = (stdenv.isLinux && stdenv.isAarch64);2425 homepage = "https://github.com/cth103/plugin-torture";2526 description = "A tool to test LADSPA and LV2 plugins";2627 license = licenses.gpl2;
···3535 enableParallelBuilding = true;36363737 meta = {3838+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;3839 description = "A lite version of Bitcoin using scrypt as a proof-of-work algorithm";3940 longDescription= ''4041 Litecoin is a peer-to-peer Internet currency that enables instant payments···4948 homepage = "https://litecoin.org/";5049 platforms = platforms.unix;5150 license = licenses.mit;5252- broken = stdenv.isDarwin;5351 maintainers = with maintainers; [ offline ];5452 };5553}
···4343 enableParallelBuilding = true;44444545 meta = {4646+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;4647 description = "Privacy-Focused Marketplace & Decentralized Application Platform";4748 longDescription = ''4849 An open source, decentralized privacy platform built for global person to person eCommerce.
+1
pkgs/applications/blockchains/pivx/default.nix
···6464 '';65656666 meta = with lib; {6767+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;6768 description = "An open source crypto-currency focused on fast private transactions";6869 longDescription = ''6970 PIVX is an MIT licensed, open source, blockchain-based cryptocurrency with
···5959 license = licenses.gpl3Only;6060 maintainers = with maintainers; [ stevebob ];6161 platforms = platforms.unix;6262+ # ../nall/traits.hpp:19:14: error: no member named 'is_floating_point_v' in namespace 'std'; did you mean 'is_floating_point'?6363+ # using std::is_floating_point_v;6464+ broken = (stdenv.isDarwin && stdenv.isx86_64);6265 mainProgram = "bsnes";6366 };6467}
+1
pkgs/applications/emulators/citra/generic.nix
···8787 '';88888989 meta = with lib; {9090+ broken = (stdenv.isLinux && stdenv.isAarch64);9091 homepage = "https://citra-emu.org";9192 description = "The ${branch} branch of an open-source emulator for the Ninteno 3DS";9293 longDescription = ''
···8181 '';82828383 meta = with lib; {8484+ broken = stdenv.isDarwin;8485 description = ''8586 OpenOrienteering Mapper is an orienteering mapmaking program8687 and provides a free alternative to the existing proprietary solution.
+1
pkgs/applications/graphics/djview/default.nix
···4444 };45454646 meta = with lib; {4747+ broken = stdenv.isDarwin;4748 description = "A portable DjVu viewer (Qt5) and browser (nsdejavu) plugin";4849 homepage = "http://djvu.sourceforge.net/djview4.html";4950 license = licenses.gpl2;
+1
pkgs/applications/graphics/weylus/default.nix
···7878 '';79798080 meta = with lib; {8181+ broken = stdenv.isDarwin;8182 description = "Use your tablet as graphic tablet/touch screen on your computer";8283 homepage = "https://github.com/H-M-H/Weylus";8384 license = with licenses; [ agpl3Only ];
+2
pkgs/applications/misc/blender/default.nix
···159159 '';160160161161 meta = with lib; {162162+ # darwin.patch doesn't apply anymore, needs update163163+ broken = stdenv.isDarwin;162164 description = "3D Creation/Animation/Publishing System";163165 homepage = "https://www.blender.org";164166 # They comment two licenses: GPLv2 and Blender License, but they
···5757 '';58585959 meta = with lib; {6060+ broken = stdenv.isDarwin;6061 homepage = "https://github.com/Cubitect/cubiomes-viewer";6162 description = "A graphical Minecraft seed finder and map viewer";6263 longDescription = ''
+2-1
pkgs/applications/misc/dupeguru/default.nix
···11-{lib, python3Packages, gettext, qt5, fetchFromGitHub}:11+{ stdenv, lib, python3Packages, gettext, qt5, fetchFromGitHub}:2233python3Packages.buildPythonApplication rec {44 pname = "dupeguru";···5757 '';58585959 meta = with lib; {6060+ broken = stdenv.isDarwin;6061 description = "GUI tool to find duplicate files in a system";6162 homepage = "https://github.com/arsenetar/dupeguru";6263 license = licenses.bsd3;
+1
pkgs/applications/misc/firestarter/default.nix
···9999 '';100100101101 meta = with lib; {102102+ broken = (stdenv.isLinux && stdenv.isAarch64);102103 homepage = "https://tu-dresden.de/zih/forschung/projekte/firestarter";103104 description = "Processor Stress Test Utility";104105 platforms = platforms.linux;
+1
pkgs/applications/misc/gpsbabel/default.nix
···5656 + lib.optionalString stdenv.isAarch64 "rm -v testo.d/arc-project.test";57575858 meta = with lib; {5959+ broken = stdenv.isDarwin;5960 description = "Convert, upload and download data from GPS and Map programs";6061 longDescription = ''6162 GPSBabel converts waypoints, tracks, and routes between popular
+2-1
pkgs/applications/misc/hugo/default.nix
···11-{ lib, buildGoModule, fetchFromGitHub, installShellFiles }:11+{ stdenv, lib, buildGoModule, fetchFromGitHub, installShellFiles }:2233buildGoModule rec {44 pname = "hugo";···3333 '';34343535 meta = with lib; {3636+ broken = stdenv.isDarwin;3637 description = "A fast and modern static website engine";3738 homepage = "https://gohugo.io";3839 license = licenses.asl20;
+1
pkgs/applications/misc/jp2a/default.nix
···3434 installFlags = [ "bashcompdir=\${out}/share/bash-completion/completions" ];35353636 meta = with lib; {3737+ broken = stdenv.isDarwin;3738 homepage = "https://csl.name/jp2a/";3839 description = "A small utility that converts JPG images to ASCII";3940 license = licenses.gpl2Only;
···11-{ lib11+{ stdenv22+, lib23, python334, ffmpeg45}:···4140 ];42414342 meta = with lib; {4343+ broken = stdenv.isDarwin;4444 description = "Yet another simple static gallery generator";4545 homepage = "http://sigal.saimon.org/";4646 license = licenses.mit;
+1
pkgs/applications/misc/stag/default.nix
···1818 '';19192020 meta = with lib; {2121+ broken = (stdenv.isLinux && stdenv.isAarch64);2122 homepage = "https://github.com/seenaburns/stag";2223 description = "Terminal streaming bar graph passed through stdin";2324 license = licenses.bsdOriginal;
+1-1
pkgs/applications/misc/tippecanoe/default.nix
···2020 doCheck = true;21212222 meta = with lib; {2323+ broken = stdenv.isDarwin || stdenv.isAarch64;2324 description = "Build vector tilesets from large collections of GeoJSON features";2425 homepage = "https://github.com/mapbox/tippecanoe";2526 license = licenses.bsd2;2627 maintainers = with maintainers; [ sikmir ];2728 platforms = with platforms; linux ++ darwin;2828- broken = stdenv.hostPlatform.isAarch64;2929 };3030}
+1
pkgs/applications/misc/tthsum/default.nix
···1818 doCheck = !stdenv.isDarwin;19192020 meta = with lib; {2121+ broken = stdenv.isDarwin;2122 description = "An md5sum-alike program that works with Tiger/THEX hashes";2223 longDescription = ''2324 tthsum generates or checks TTH checksums (root of the THEX hash
+1
pkgs/applications/misc/usb-reset/default.nix
···3131 ];32323333 meta = with lib; {3434+ broken = stdenv.isDarwin;3435 description = "Perform a bus reset on a USB device using its vendor and product ID";3536 homepage = "https://github.com/ralight/usb-reset";3637 changelog = "https://github.com/ralight/usb-reset/blob/master/ChangeLog.txt";
+1
pkgs/applications/misc/workrave/default.nix
···3131 enableParallelBuilding = true;32323333 meta = with lib; {3434+ broken = (stdenv.isLinux && stdenv.isAarch64);3435 description = "A program to help prevent Repetitive Strain Injury";3536 longDescription = ''3637 Workrave is a program that assists in the recovery and prevention of
···2828 '';29293030 meta = with lib; {3131+ broken = stdenv.isDarwin;3132 description = "Monero (XMR) CPU miner";3233 homepage = "https://github.com/xmrig/xmrig";3334 license = licenses.gpl3Plus;
+2-1
pkgs/applications/misc/xmrig/moneroocean.nix
···11-{ fetchFromGitHub, lib, xmrig }:11+{ stdenv, fetchFromGitHub, lib, xmrig }:2233xmrig.overrideAttrs (oldAttrs: rec {44 pname = "xmrig-mo";···1212 };13131414 meta = with lib; {1515+ broken = stdenv.isDarwin;1516 description = "A fork of the XMRig CPU miner with support for algorithm switching";1617 homepage = "https://github.com/MoneroOcean/xmrig";1718 license = licenses.gpl3Plus;
···2222 ];23232424 meta = {2525+ broken = stdenv.isDarwin;2526 description = "BitTorrent client written in C++";2627 longDescription = ''2728 CTorrent, a BitTorrent client implemented in C++, with bugfixes and
+1
pkgs/applications/networking/ike/default.nix
···5252 '';53535454 meta = with lib; {5555+ broken = (stdenv.isLinux && stdenv.isAarch64);5556 homepage = "https://www.shrew.net/software";5657 description = "IPsec Client for FreeBSD, NetBSD and many Linux based operating systems";5758 platforms = platforms.unix;
···2323 '';24242525 meta = with lib; {2626+ broken = (stdenv.isLinux && stdenv.isAarch64);2627 description = "An IRC channel management bot written purely in C/C++";2728 longDescription = ''2829 Wraith is an IRC channel management bot written purely in C/C++. It has
···11-{ lib11+{ stdenv22+, lib23, fetchgit34, rustPlatform45, pkg-config···4948 '';50495150 meta = with lib; {5151+ broken = (stdenv.isLinux && stdenv.isAarch64);5252 description = "Experimental terminal mail client aiming for configurability and extensibility with sane defaults";5353 homepage = "https://meli.delivery";5454 license = licenses.gpl3;
+1
pkgs/applications/networking/omping/default.nix
···2727 enableParallelBuilding = true;28282929 meta = with lib; {3030+ broken = stdenv.isDarwin;3031 description = "Open Multicast Ping (omping) is a tool for testing IPv4/IPv6 multicast connectivity on a LAN";3132 license = licenses.mit;3233 platforms = platforms.unix;
···3131 ];32323333 meta = {3434+ broken = stdenv.isDarwin;3435 description = "Client for many p2p networks, with multiple frontends";3536 homepage = "http://mldonkey.sourceforge.net/";3637 license = lib.licenses.gpl2Only;
+1
pkgs/applications/networking/pjsip/default.nix
···3434 dontPatchELF = true;35353636 meta = with lib; {3737+ broken = stdenv.isDarwin;3738 description = "A multimedia communication library written in C, implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE";3839 homepage = "https://pjsip.org/";3940 license = licenses.gpl2Plus;
···5050 '';51515252 meta = with lib; {5353+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;5354 homepage = "https://ledger-cli.org/";5455 description = "A double-entry accounting system with a command-line reporting interface";5556 license = licenses.bsd3;
+3-1
pkgs/applications/office/semantik/default.nix
···11-{ lib11+{ stdenv22+, lib23, mkDerivation34, fetchFromGitLab45, wafHook···8281 ];83828483 meta = with lib; {8484+ broken = (stdenv.isLinux && stdenv.isAarch64);8585 description = "A mind-mapping application for KDE";8686 license = licenses.mit;8787 homepage = "https://waf.io/semantik.html";
+3-1
pkgs/applications/office/todoman/default.nix
···11-{ lib11+{ stdenv22+, lib23, python334, glibcLocales45, installShellFiles···7675 ];77767877 meta = with lib; {7878+ broken = stdenv.isDarwin;7979 homepage = "https://github.com/pimutils/todoman";8080 description = "Standards-based task manager based on iCalendar";8181 longDescription = ''
+1
pkgs/applications/radio/csdr/default.nix
···2929 ];30303131 meta = with lib; {3232+ broken = stdenv.isDarwin;3233 homepage = "https://github.com/jketterl/csdr";3334 description = "A simple DSP library and command-line tool for Software Defined Radio";3435 license = licenses.gpl3Only;
+1
pkgs/applications/radio/dump1090/default.nix
···4848 '';49495050 meta = with lib; {5151+ broken = stdenv.isDarwin;5152 description = "A simple Mode S decoder for RTLSDR devices";5253 homepage = "https://github.com/flightaware/dump1090";5354 license = licenses.gpl2Plus;
+2-1
pkgs/applications/radio/flex-ndax/default.nix
···11-{ lib, buildGoModule, fetchFromGitHub, libpulseaudio }:11+{ stdenv, lib, buildGoModule, fetchFromGitHub, libpulseaudio }:2233buildGoModule rec {44 pname = "flex-ndax";···1616 vendorSha256 = "sha256-u/5LiVo/ZOefprEKr/L1+3+OfYb0a4wq+CWoUjYNvzg=";17171818 meta = with lib; {1919+ broken = stdenv.isDarwin;1920 homepage = "https://github.com/kc2g-flex-tools/nDAX";2021 description = "FlexRadio digital audio transport (DAX) connector for PulseAudio";2122 license = licenses.mit;
+1
pkgs/applications/radio/gnuradio/shared.nix
···112112 doCheck = false;113113114114 meta = with lib; {115115+ broken = stdenv.isDarwin;115116 description = "Software Defined Radio (SDR) software";116117 longDescription = ''117118 GNU Radio is a free & open-source software development toolkit that
+1
pkgs/applications/radio/splat/default.nix
···4444 '';45454646 meta = with lib; {4747+ broken = stdenv.isDarwin;4748 description =4849 "SPLAT! is an RF Signal Propagation, Loss, And Terrain analysis tool for the electromagnetic spectrum between 20 MHz and 20 GHz";4950 license = licenses.gpl2Only;
+1
pkgs/applications/radio/uhd/3.5.nix
···143143 '';144144145145 meta = with lib; {146146+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;146147 description = "USRP Hardware Driver (for Software Defined Radio)";147148 longDescription = ''148149 The USRP Hardware Driver (UHD) software is the hardware driver for all
···5050 '';51515252 meta = {5353+ broken = stdenv.isDarwin;5354 description = "Radioastronomy data analysis software";5455 longDescription = ''5556 GILDAS is a collection of state-of-the-art software
···1818 ];19192020 meta = with lib; {2121+ broken = stdenv.isDarwin;2122 description = "Computational Morphometry Toolkit ";2223 longDescription = ''A software toolkit for computational morphometry of2324 biomedical images, CMTK comprises a set of command line tools and a
···2424 '';25252626 meta = with lib; {2727+ broken = (stdenv.isLinux && stdenv.isAarch64);2728 description = "A multiple sequence alignment method with reduced time and space complexity";2829 license = licenses.publicDomain;2930 homepage = "https://www.drive5.com/muscle/";
···7171 propagatedBuildInputs = [ readline ncurses which libtool ];72727373 meta = with lib; {7474+ broken = stdenv.isDarwin;7475 description = "Simulation environment for empirically-based simulations of neurons and networks of neurons";75767677 longDescription = "NEURON is a simulation environment for developing and exercising models of
···2121 '';22222323 meta = with lib; {2424+ broken = (stdenv.isLinux && stdenv.isAarch64);2425 description = "Structural variant and INDEL caller for DNA sequencing data, using genome-wide local assembly";2526 license = licenses.gpl3;2627 homepage = "https://github.com/walaj/svaba";
···1919 buildInputs = [ gtk3 ];20202121 meta = with lib; {2222+ broken = stdenv.isDarwin;2223 description = "Gtk Analog Wave viewer";2324 longDescription = ''2425 Gaw is a software tool for displaying analog waveforms from
···2929 hardeningDisable = [ "format" ];30303131 meta = with lib; {3232+ broken = stdenv.isDarwin;3233 description = "Schematic capture and netlisting EDA tool";3334 longDescription = ''3435 Xschem is a schematic capture program, it allows creation of
···4747 homepage = "https://alviano.net/software/maxino/";4848 # See pkgs/applications/science/logic/glucose/default.nix4949 badPlatforms = [ "aarch64-linux" ];5050+ # src/MaxSatSolver.cc:280:62: error: ordered comparison between pointer and zero ('unsigned int *' and 'int')5151+ broken = (stdenv.isDarwin && stdenv.isx86_64); # broken since 2019-05-07 on hydra5052 };5153}
···2323 '';24242525 meta = with lib; {2626+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;2627 description = "Formal Specifications for Verification and Synthesis";2728 homepage = "https://github.com/VUISIS/formula-dotnet";2829 license = licenses.mspl;
+1
pkgs/applications/science/logic/hol/default.nix
···6666 '';67676868 meta = with lib; {6969+ broken = (stdenv.isLinux && stdenv.isAarch64);6970 description = "Interactive theorem prover based on Higher-Order Logic";7071 longDescription = ''7172 HOL4 is the latest version of the HOL interactive proof
+1
pkgs/applications/science/logic/mcrl2/default.nix
···1616 dontWrapQtApps = true;17171818 meta = with lib; {1919+ broken = stdenv.isDarwin;1920 description = "A toolset for model-checking concurrent systems and protocols";2021 longDescription = ''2122 A formal specification language with an associated toolset,
···2424 ];25252626 meta = with lib; {2727+ # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/graphia.x86_64-darwin2828+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;2729 description = "A visualisation tool for the creation and analysis of graphs.";2830 homepage = "https://graphia.app";2931 license = licenses.gpl3Only;3032 maintainers = [ maintainers.bgamari ];3133 platforms = platforms.all;3232- broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/graphia.x86_64-darwin3334 };3435}
···4040 hardeningDisable = [ "all" ];41414242 meta = {4343+ broken = (stdenv.isLinux && stdenv.isAarch64);4344 description = "A library for computer-vision scientists and targeted for the Multiple View Geometry community";4445 homepage = "https://openmvg.readthedocs.io/en/latest/";4546 license = lib.licenses.mpl20;
+1
pkgs/applications/science/misc/tulip/default.nix
···2020 doCheck = false;21212222 meta = {2323+ broken = (stdenv.isLinux && stdenv.isAarch64);2324 description = "A visualization framework for the analysis and visualization of relational data";24252526 longDescription =
···2222 buildInputs = [ libdvdread ];23232424 meta = {2525+ broken = (stdenv.isLinux && stdenv.isAarch64);2526 description = "Command line tool to make a copy from a video DVD for private use";2627 homepage = "https://sourceforge.net/projects/lxdvdrip";2728 license = lib.licenses.gpl2;
···11-{ lib, fetchFromGitHub, rustPlatform, libX11, libXinerama }:11+{ stdenv, lib, fetchFromGitHub, rustPlatform, libX11, libXinerama }:2233let44 rpathLibs = [ libXinerama libX11 ];···2828 dontPatchELF = true;29293030 meta = with lib; {3131+ broken = (stdenv.isLinux && stdenv.isAarch64);3132 description = "A tiling window manager for the adventurer";3233 homepage = "https://github.com/leftwm/leftwm";3334 license = licenses.mit;
+1
pkgs/data/themes/adwaita-qt/default.nix
···5353 license = licenses.gpl2Plus;5454 maintainers = teams.gnome.members ++ (with maintainers; [ ]);5555 platforms = platforms.all;5656+ broken = stdenv.isDarwin; # broken since 2021-12-05 on hydra, broken until qt515 will be used for darwin5657 };5758}
+1
pkgs/desktops/gnustep/libobjc2/default.nix
···1616 cmakeFlags = [ "-DCMAKE_INSTALL_LIBDIR=lib" ];17171818 meta = with lib; {1919+ broken = stdenv.isDarwin;1920 description = "Objective-C runtime for use with GNUstep";2021 homepage = "http://gnustep.org/";2122 license = licenses.mit;
+3-1
pkgs/desktops/lxqt/compton-conf/default.nix
···11-{ lib11+{ stdenv22+, lib23, mkDerivation34, fetchFromGitHub45, cmake···4140 passthru.updateScript = lxqt.lxqtUpdateScript { inherit pname version src; };42414342 meta = with lib; {4343+ broken = stdenv.isDarwin;4444 homepage = "https://github.com/lxqt/compton-conf";4545 description = "GUI configuration tool for compton X composite manager";4646 license = licenses.lgpl21Plus;
+3-1
pkgs/desktops/lxqt/libsysstat/default.nix
···11-{ lib11+{ stdenv22+, lib23, mkDerivation34, fetchFromGitHub45, cmake···3130 passthru.updateScript = lxqtUpdateScript { inherit pname version src; };32313332 meta = with lib; {3333+ broken = stdenv.isDarwin;3434 description = "Library used to query system info and statistics";3535 homepage = "https://github.com/lxqt/libsysstat";3636 license = licenses.lgpl21Plus;
+3-1
pkgs/desktops/lxqt/qtermwidget/default.nix
···11-{ lib11+{ stdenv22+, lib23, mkDerivation34, fetchFromGitHub45, cmake···3332 passthru.updateScript = lxqtUpdateScript { inherit pname version src; };34333534 meta = with lib; {3535+ broken = stdenv.isDarwin;3636 homepage = "https://github.com/lxqt/qtermwidget";3737 description = "A terminal emulator widget for Qt 5";3838 license = licenses.gpl2Plus;
+1
pkgs/desktops/mate/mate-menus/default.nix
···2323 passthru.updateScript = mateUpdateScript { inherit pname version; };24242525 meta = with lib; {2626+ broken = stdenv.isDarwin;2627 description = "Menu system for MATE";2728 homepage = "https://github.com/mate-desktop/mate-menus";2829 license = with licenses; [ gpl2Plus lgpl2Plus ];
+4
pkgs/development/compilers/bigloo/default.nix
···5454 license = lib.licenses.gpl2Plus;5555 platforms = lib.platforms.unix;5656 maintainers = with lib.maintainers; [ thoughtpolice ];5757+ # dyld: Library not loaded: /nix/store/w3liqjlrcmzc0sf2kgwjprqgqwqx8z47-libunistring-1.0/lib/libunistring.2.dylib5858+ # Referenced from: /private/tmp/nix-build-bigloo-4.4b.drv-0/bigloo-4.4b/bin/bigloo5959+ # Reason: Incompatible library version: bigloo requires version 5.0.0 or later, but libunistring.2.dylib provides version 4.0.06060+ broken = (stdenv.isDarwin && stdenv.isx86_64);57615862 longDescription = ''5963 Bigloo is a Scheme implementation devoted to one goal: enabling
···4242 preFixup = "rm -rf $(pwd)";43434444 meta = {4545+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;4546 description = "Command-line interface to Stan";4647 longDescription = ''4748 Stan is a probabilistic programming language implementing full Bayesian
+1-1
pkgs/development/compilers/crystal/default.nix
···214214 };215215216216 meta = with lib; {217217+ broken = stdenv.isDarwin;217218 description = "A compiled language with Ruby like syntax and type inference";218219 homepage = "https://crystal-lang.org/";219220 license = licenses.asl20;220221 maintainers = with maintainers; [ david50407 manveru peterhoeg ];221222 platforms = let archNames = builtins.attrNames archs; in222223 if (lib.versionOlder version "1.2.0") then remove "aarch64-darwin" archNames else archNames;223223- broken = lib.versionOlder version "0.36.1" && stdenv.isDarwin;224224 };225225 })226226 );
+1
pkgs/development/compilers/dmd/default.nix
···196196 '';197197198198 meta = with lib; {199199+ broken = stdenv.isDarwin;199200 description = "Official reference compiler for the D language";200201 homepage = "https://dlang.org/";201202 # Everything is now Boost licensed, even the backend.
···8686 '';87878888 meta = with lib; {8989+ broken = stdenv.isDarwin;8990 description = builtins.getAttr type descriptions;9091 homepage = "https://dotnet.github.io/";9192 license = licenses.mit;
+1
pkgs/development/compilers/gforth/default.nix
···3434 '';35353636 meta = {3737+ broken = stdenv.isDarwin;3738 description = "The Forth implementation of the GNU project";3839 homepage = "https://github.com/forthy42/gforth";3940 license = lib.licenses.gpl3;
+1
pkgs/development/compilers/inform7/default.nix
···2222 '';23232424 meta = with lib; {2525+ broken = (stdenv.isLinux && stdenv.isAarch64);2526 description = "A design system for interactive fiction";2627 homepage = "http://inform7.com/";2728 license = licenses.artistic2;
+1
pkgs/development/compilers/jwasm/default.nix
···3232 '';33333434 meta = with lib; {3535+ broken = stdenv.isDarwin;3536 homepage = "https://github.com/Baron-von-Riedesel/JWasm/";3637 description = "A MASM-compatible x86 assembler";3738 license = licenses.gpl2Plus;
···5151 passthru.tests.can-run-hello-world = callPackage ./test-can-run-hello-world.nix {};52525353 meta = with lib; {5454+ broken = stdenv.isDarwin;5455 homepage = "https://strlen.com/lobster/";5556 description = "The Lobster programming language";5657 longDescription = ''
+1
pkgs/development/compilers/mkcl/default.nix
···5555 enableParallelBuilding = true;56565757 meta = with lib; {5858+ broken = (stdenv.isLinux && stdenv.isAarch64);5859 description = "ANSI Common Lisp Implementation";5960 homepage = "https://common-lisp.net/project/mkcl/";6061 license = licenses.lgpl2Plus;
+1
pkgs/development/compilers/mono/generic.nix
···7676 inherit enableParallelBuilding;77777878 meta = with lib; {7979+ broken = stdenv.isDarwin;7980 homepage = "https://mono-project.com/";8081 description = "Cross platform, open source .NET development framework";8182 platforms = with platforms; darwin ++ linux;
+2-1
pkgs/development/compilers/myrddin/default.nix
···4848 doCheck = true;49495050 meta = with lib; {5151+ # darwin: never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/myrddin.x86_64-darwin5252+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;5153 description = "Systems language that is both powerful and fun to use";5254 homepage = "https://myrlang.org/";5355 license = licenses.mit;5456 maintainers = with maintainers; [ luc65r ];5557 platforms = platforms.all;5656- broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/myrddin.x86_64-darwin5758 };5859}
+2-1
pkgs/development/compilers/osl/default.nix
···11-{ clangStdenv, lib, fetchFromGitHub, cmake, zlib, openexr,11+{ stdenv, clangStdenv, lib, fetchFromGitHub, cmake, zlib, openexr,22openimageio, llvm, boost165, flex, bison, partio, pugixml,33util-linux, python344}:···3838 ];3939 # TODO: How important is partio? CMake doesn't seem to find it4040 meta = with lib; {4141+ broken = (stdenv.isLinux && stdenv.isAarch64);4142 description = "Advanced shading language for production GI renderers";4243 homepage = "http://opensource.imageworks.com/?p=osl";4344 maintainers = with maintainers; [ hodapp ];
···11-{ lib11+{ stdenv22+, lib23, fetchFromGitHub34, fetchpatch45, rustPlatform···4241 buildInputs = [ openssl gmp libmpc mpfr ];43424443 meta = with lib; {4444+ broken = stdenv.isDarwin;4545 description = "A modern Prolog implementation written mostly in Rust.";4646 homepage = "https://github.com/mthom/scryer-prolog";4747 license = with licenses; [ bsd3 ];
+1
pkgs/development/compilers/souffle/default.nix
···3535 outputs = [ "out" ];36363737 meta = with lib; {3838+ broken = stdenv.isDarwin;3839 description = "A translator of declarative Datalog programs into the C++ language";3940 homepage = "https://souffle-lang.github.io/";4041 platforms = platforms.unix;
+1
pkgs/development/compilers/swift/default.nix
···392392 preFixup = "rm -rf $SWIFT_BUILD_ROOT $SWIFT_INSTALL_DIR";393393394394 meta = with lib; {395395+ broken = true;395396 description = "The Swift Programming Language";396397 homepage = "https://github.com/apple/swift";397398 maintainers = with maintainers; [ dtzWill trepetti dduan ];
+1
pkgs/development/compilers/terra/default.nix
···8080 '';81818282 meta = with lib; {8383+ broken = stdenv.isDarwin;8384 description = "A low-level counterpart to Lua";8485 homepage = "https://terralang.org/";8586 platforms = platforms.x86_64;
+1
pkgs/development/compilers/tinycc/default.nix
···6060 checkTarget = "test";61616262 meta = with lib; {6363+ broken = stdenv.isDarwin;6364 homepage = "https://repo.or.cz/tinycc.git";6465 description = "Small, fast, and embeddable C compiler and interpreter";6566 longDescription = ''
+2-1
pkgs/development/compilers/yap/default.nix
···2020 NIX_CFLAGS_COMPILE = "-fpermissive -fcommon";21212222 meta = {2323+ # the linux 32 bit build fails.2424+ broken = (stdenv.isLinux && stdenv.isAarch64) || !stdenv.is64bit;2325 homepage = "http://www.dcc.fc.up.pt/~vsc/Yap/";2426 description = "A ISO-compatible high-performance Prolog compiler";2527 license = lib.licenses.artistic2;26282729 platforms = lib.platforms.linux;2828- broken = !stdenv.is64bit; # the linux 32 bit build fails.2930 };3031}
+1
pkgs/development/interpreters/gnu-apl/default.nix
···3333 '';34343535 meta = with lib; {3636+ broken = stdenv.isDarwin;3637 description = "Free interpreter for the APL programming language";3738 homepage = "https://www.gnu.org/software/apl/";3839 license = licenses.gpl3Plus;
+1
pkgs/development/interpreters/hugs/default.nix
···4040 ];41414242 meta = with lib; {4343+ broken = stdenv.isDarwin;4344 homepage = "https://www.haskell.org/hugs";4445 description = "Haskell interpreter";4546 maintainers = with maintainers; [ joachifm ];
···3434 '';35353636 meta = with lib; {3737+ broken = (stdenv.isLinux && stdenv.isAarch64);3738 description = "Very small C interpreter for scripting";3839 longDescription = ''3940 PicoC is a very small C interpreter for scripting. It was originally
···5050 '';51515252 meta = {5353+ # darwin: build times out5454+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;5355 description = "A simple Lisp with an integrated database";5456 homepage = "https://picolisp.com/";5557 license = licenses.mit;5658 platforms = platforms.all;5757- broken = stdenv.isDarwin; # times out5859 maintainers = with maintainers; [ raskin tohl ];5960 };6061
+1
pkgs/development/interpreters/racket/default.nix
···137137 enableParallelBuilding = false;138138139139 meta = with lib; {140140+ broken = stdenv.isDarwin;140141 description = "A programmable programming language";141142 longDescription = ''142143 Racket is a full-spectrum programming language. It goes beyond
···2020 '';21212222 meta = with lib; {2323+ broken = stdenv.isDarwin;2324 description = "Lightweight Scheme implementation";2425 longDescription = ''2526 TinyScheme is a lightweight Scheme interpreter that implements as large a
···3535 '';36363737 meta = with lib; {3838+ broken = (stdenv.isLinux && stdenv.isAarch64);3839 description = "A very high level, goal-directed, object-oriented, general purpose applications language";3940 maintainers = with maintainers; [ vrthra ];4041 platforms = platforms.linux;
+3-1
pkgs/development/interpreters/wasmer/default.nix
···11-{ lib11+{ stdenv22+, lib23, rustPlatform34, fetchFromGitHub45, cmake···3938 LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";40394140 meta = with lib; {4141+ broken = stdenv.isDarwin;4242 description = "The Universal WebAssembly Runtime";4343 longDescription = ''4444 Wasmer is a standalone WebAssembly runtime for running WebAssembly outside
···1616 ];17171818 meta = with lib; {1919+ broken = stdenv.isDarwin;1920 description = "Core library for full-featured text search engine";2021 longDescription = ''2122 CLucene is a high-performance, scalable, cross platform, full-featured,
+1
pkgs/development/libraries/cmrt/default.nix
···1616 buildInputs = [ libdrm libva ];17171818 meta = with lib; {1919+ broken = (stdenv.isLinux && stdenv.isAarch64);1920 homepage = "https://01.org/linuxmedia";2021 description = "Intel C for Media Runtime";2122 longDescription = "Media GPU kernel manager for Intel G45 & HD Graphics family";
+1
pkgs/development/libraries/eccodes/default.nix
···5656 '';57575858 meta = with lib; {5959+ broken = stdenv.isDarwin;5960 homepage = "https://confluence.ecmwf.int/display/ECC/";6061 license = licenses.asl20;6162 maintainers = with maintainers; [ knedlsepp ];
···4949 doCheck = true;50505151 meta = with lib; {5252+ broken = stdenv.isDarwin;5253 description = "Finite Field Linear Algebra Subroutines";5354 license = licenses.lgpl21Plus;5455 maintainers = teams.sage.members;
+1
pkgs/development/libraries/fox/fox-1.6.nix
···2323 hardeningDisable = [ "format" ];24242525 meta = {2626+ broken = stdenv.isDarwin;2627 branch = "1.6";2728 description = "A C++ based class library for building Graphical User Interfaces";2829 longDescription = ''
+1
pkgs/development/libraries/gecode/3.nix
···2323 preConfigure = "patchShebangs configure";24242525 meta = with lib; {2626+ broken = stdenv.isDarwin;2627 license = licenses.mit;2728 homepage = "https://www.gecode.org";2829 description = "Toolkit for developing constraint-based systems";
+1
pkgs/development/libraries/geoclue/default.nix
···113113 '';114114115115 meta = with lib; {116116+ broken = stdenv.isDarwin;116117 description = "Geolocation framework and some data providers";117118 homepage = "https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home";118119 maintainers = with maintainers; [ raskin ];
+1
pkgs/development/libraries/gssdp/default.nix
···7272 };73737474 meta = with lib; {7575+ broken = stdenv.isDarwin;7576 description = "GObject-based API for handling resource discovery and announcement over SSDP";7677 homepage = "http://www.gupnp.org/";7778 license = licenses.lgpl2Plus;
···1818 buildInputs = [ perl bsdbuild libagar libjpeg libpng openssl ];19192020 meta = with lib; {2121+ broken = (stdenv.isLinux && stdenv.isAarch64);2122 description = "Tests for libagar";2223 homepage = "http://libagar.org/index.html";2324 license = with licenses; bsd3;
+1
pkgs/development/libraries/libclc/default.nix
···3434 ];35353636 meta = with lib; {3737+ broken = stdenv.isDarwin;3738 homepage = "http://libclc.llvm.org/";3839 description = "Implementation of the library requirements of the OpenCL C programming language";3940 license = licenses.mit;
+1
pkgs/development/libraries/libfm/default.nix
···4444 enableParallelBuilding = true;45454646 meta = with lib; {4747+ broken = stdenv.isDarwin;4748 homepage = "https://blog.lxde.org/category/pcmanfm/";4849 license = licenses.lgpl21Plus;4950 description = "A glib-based library for file management";
···1414 buildInputs = [ popt ];15151616 meta = with lib; {1717+ broken = stdenv.isDarwin;1718 homepage = "http://natspec.sourceforge.net/";1819 description = "A library intended to smooth national specificities in using of programs";1920 platforms = platforms.unix;
+1
pkgs/development/libraries/libnfc/default.nix
···1717 configureFlags = [ "sysconfdir=/etc" ];18181919 meta = with lib; {2020+ broken = stdenv.isDarwin;2021 description = "Open source library libnfc for Near Field Communication";2122 license = licenses.gpl3;2223 homepage = "https://github.com/nfc-tools/libnfc";
···3434 checkInputs = lib.optionals enablePython [ libxml2 libxml2.dev ];35353636 meta = with lib; {3737+ broken = stdenv.isDarwin;3738 description = "Free implementation of the DWG file format";3839 homepage = "https://savannah.gnu.org/projects/libredwg/";3940 maintainers = with maintainers; [ tweber ];
+1
pkgs/development/libraries/libsigcxx/1.2.nix
···1313 buildInputs = [ m4];14141515 meta = with lib; {1616+ broken = stdenv.isDarwin;1617 homepage = "https://libsigcplusplus.github.io/libsigcplusplus/";1718 description = "A typesafe callback system for standard C++";1819 branch = "1.2";
+1
pkgs/development/libraries/libsnark/default.nix
···1818 };19192020 meta = with lib; {2121+ broken = (stdenv.isLinux && stdenv.isAarch64);2122 description = "C++ library for zkSNARKs";2223 homepage = "https://github.com/scipr-lab/libsnark";2324 license = licenses.mit;
···4141 ];42424343 meta = with lib; {4444+ # darwin: never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/libtorrent-rasterbar-1_1_x.x86_64-darwin4545+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;4446 homepage = "https://libtorrent.org/";4547 description = "A C++ BitTorrent implementation focusing on efficiency and scalability";4648 license = licenses.bsd3;4749 maintainers = [ ];4850 platforms = platforms.unix;4949- broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/libtorrent-rasterbar-1_1_x.x86_64-darwin5051 };5152}
···3737 ];38383939 meta = with lib; {4040+ broken = stdenv.isDarwin;4041 homepage = "https://libtorrent.org/";4142 description = "A C++ BitTorrent implementation focusing on efficiency and scalability";4243 license = licenses.bsd3;
+1
pkgs/development/libraries/libtoxcore/default.nix
···3838 '';39394040 meta = with lib; {4141+ broken = stdenv.isDarwin;4142 description = "P2P FOSS instant messaging application aimed to replace Skype";4243 homepage = "https://tox.chat";4344 license = licenses.gpl3Plus;
+1
pkgs/development/libraries/libtoxcore/new-api.nix
···4949 doCheck = false;50505151 meta = with lib; {5252+ broken = stdenv.isDarwin;5253 description = "P2P FOSS instant messaging application aimed to replace Skype with crypto";5354 license = licenses.gpl3Plus;5455 maintainers = with maintainers; [ ];
+1
pkgs/development/libraries/libxsmm/default.nix
···3939 '';40404141 meta = with lib; {4242+ broken = (stdenv.isLinux && stdenv.isAarch64);4243 description = "Library targeting Intel Architecture for specialized dense and sparse matrix operations, and deep learning primitives";4344 license = licenses.bsd3;4445 homepage = "https://github.com/hfp/libxsmm";
+1
pkgs/development/libraries/liquid-dsp/default.nix
···1414 nativeBuildInputs = [ autoreconfHook ];15151616 meta = {1717+ broken = stdenv.isDarwin;1718 homepage = "https://liquidsdr.org/";1819 description = "Digital signal processing library for software-defined radios";1920 license = lib.licenses.mit;
+1
pkgs/development/libraries/mps/default.nix
···212122222323 meta = {2424+ broken = true;2425 description = "A flexible memory management and garbage collection library";2526 homepage = "https://www.ravenbrook.com/project/mps";2627 license = lib.licenses.sleepycat;
+1
pkgs/development/libraries/neardal/default.nix
···2323 configureFlags = [ "--disable-dependency-tracking" "--disable-traces" ];24242525 meta = with lib; {2626+ broken = (stdenv.isLinux && stdenv.isAarch64);2627 description = "C APIs to exchange datas with the NFC daemon 'Neard'";2728 license = licenses.lgpl2;2829 homepage = "https://01.org/linux-nfc";
+1
pkgs/development/libraries/openct/default.nix
···3333 '';34343535 meta = with lib; {3636+ broken = stdenv.isDarwin;3637 homepage = "https://github.com/OpenSC/openct/";3738 license = licenses.lgpl21;3839 description = "Drivers for several smart card readers";
+1
pkgs/development/libraries/opendbx/default.nix
···2020 buildInputs = [ readline libmysqlclient postgresql sqlite ];21212222 meta = with lib; {2323+ broken = stdenv.isDarwin;2324 description = "Extremely lightweight but extensible database access library written in C";2425 license = licenses.lgpl21;2526 platforms = platforms.all;
+1
pkgs/development/libraries/pangomm/2.42.nix
···2828 };29293030 meta = with lib; {3131+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;3132 description = "C++ interface to the Pango text rendering library";3233 homepage = "https://www.pango.org/";3334 license = with licenses; [ lgpl2 lgpl21 ];
+1
pkgs/development/libraries/pcaudiolib/default.nix
···2323 preConfigure = "./autogen.sh";24242525 meta = with lib; {2626+ broken = stdenv.isDarwin;2627 description = "Provides a C API to different audio devices";2728 homepage = "https://github.com/espeak-ng/pcaudiolib";2829 license = licenses.gpl3;
···119119 '';120120121121 meta = with lib; {122122+ broken = (stdenv.isLinux && stdenv.isAarch64);122123 description = "A toolkit for the simulation of the passage of particles through matter";123124 longDescription = ''124125 Geant4 is a toolkit for the simulation of the passage of particles through matter.
···233233 requiredSystemFeatures = [ "big-parallel" ];234234235235 meta = with lib; {236236+ broken = (stdenv.isLinux && stdenv.isAarch64);236237 description = "A web engine based on the Chromium web browser";237238 platforms = platforms.linux;238239 # This build takes a long time; particularly on slow architectures
···101101 hardeningDisable = [ "fortify" "strictoverflow"];102102103103 meta = with lib; {104104+ broken = (stdenv.isLinux && stdenv.isAarch64);104105 homepage = "http://www.nsnam.org";105106 license = licenses.gpl3;106107 description = "A discrete time event network simulator";
+1
pkgs/development/libraries/tkrzw/default.nix
···1515 doCheck = false; # memory intensive16161717 meta = with lib; {1818+ broken = stdenv.isDarwin;1819 description = "A set of implementations of DBM";1920 homepage = "https://dbmx.net/tkrzw/";2021 maintainers = with maintainers; [ ehmry ];
···5050 '';51515252 meta = with lib; {5353+ broken = stdenv.isDarwin;5354 description = "A video processing framework with the future in mind";5455 homepage = "http://www.vapoursynth.com/";5556 license = licenses.lgpl21;
+1
pkgs/development/libraries/vc/0.7.nix
···2222 '';23232424 meta = with lib; {2525+ broken = (stdenv.isLinux && stdenv.isAarch64);2526 description = "Library for multiprecision complex arithmetic with exact rounding";2627 homepage = "https://github.com/VcDevel/Vc";2728 license = licenses.bsd3;
+1
pkgs/development/libraries/vmmlib/default.nix
···2626 checkTarget = "test";27272828 meta = with lib; {2929+ broken = stdenv.isDarwin;2930 description = "A vector and matrix math library implemented using C++ templates";30313132 longDescription = ''vmmlib is a vector and matrix math library implemented
+1
pkgs/development/libraries/vte/default.nix
···9898 };9999100100 meta = with lib; {101101+ broken = stdenv.isDarwin;101102 homepage = "https://www.gnome.org/";102103 description = "A library implementing a terminal emulator widget for GTK";103104 longDescription = ''
+1-2
pkgs/development/libraries/vtk/generic.nix
···101101 '';102102103103 meta = with lib; {104104+ broken = stdenv.isDarwin;104105 description = "Open source libraries for 3D computer graphics, image processing and visualization";105106 homepage = "https://www.vtk.org/";106107 license = licenses.bsd3;107108 maintainers = with maintainers; [ knedlsepp tfmoraes lheckemann ];108109 platforms = with platforms; unix;109109- # /nix/store/xxxxxxx-apple-framework-Security/Library/Frameworks/Security.framework/Headers/Authorization.h:192:7: error: variably modified 'bytes' at file scope110110- broken = stdenv.isDarwin && (lib.versions.major majorVersion == "7" || lib.versions.major majorVersion == "8");111110 };112111}
+1
pkgs/development/libraries/xed/default.nix
···3737 dontInstall = true; # already installed during buildPhase38383939 meta = with lib; {4040+ broken = (stdenv.isLinux && stdenv.isAarch64);4041 description = "Intel X86 Encoder Decoder (Intel XED)";4142 homepage = "https://intelxed.github.io/";4243 license = licenses.asl20;
+1
pkgs/development/misc/datafusion/default.nix
···2525 cargoSha256 = "sha256-Q0SjVofl1+sex15sSU9s7PgKeHG2b0gJPSqz7YZFOVs=";26262727 meta = with lib; {2828+ broken = stdenv.isDarwin;2829 description = "cli for Apache Arrow DataFusion";2930 homepage = "https://arrow.apache.org/datafusion";3031 license = licenses.asl20;
+1
pkgs/development/mobile/xpwn/default.nix
···2525 buildInputs = [ zlib libpng bzip2 libusb-compat-0_1 openssl ];26262727 meta = with lib; {2828+ broken = stdenv.isDarwin;2829 homepage = "http://planetbeing.lighthouseapp.com/projects/15246-xpwn";2930 description = "Custom NOR firmware loader/IPSW generator for the iPhone";3031 license = licenses.gpl3Plus;
···11-{ lib11+{ stdenv22+, lib23, fetchPypi34, buildPythonPackage45, pythonOlder···3837 ];39384039 meta = with lib; {4040+ broken = stdenv.isDarwin;4141 description = "Loads cookies from your browser into a cookiejar object";4242 homepage = "https://github.com/borisbabic/browser_cookie3";4343 license = licenses.gpl3Only;
···11-{ lib11+{ stdenv22+, lib23, buildPythonPackage34, fetchFromGitHub45, pytestCheckHook···3534 pythonImportsCheck = [ "dask_yarn" ];36353736 meta = with lib; {3737+ broken = stdenv.isDarwin;3838 description = "Deploy dask on YARN clusters";3939 longDescription = ''Dask-Yarn deploys Dask on YARN clusters,4040 such as are found in traditional Hadoop installations.
···11-{ abseil-cpp11+{ stdenv22+, abseil-cpp23, absl-py34, attrs45, buildPythonPackage···4948 pythonImportsCheck = [ "tree" ];50495150 meta = with lib; {5151+ broken = stdenv.isDarwin;5252 description = "Tree is a library for working with nested data structures.";5353 homepage = "https://github.com/deepmind/tree";5454 license = licenses.asl20;
···11-{ lib11+{ stdenv22+, lib23, fetchFromGitHub34, buildPythonPackage45, rustPlatform···3837 pythonImportsCheck = [ "gb_io" ];39384039 meta = with lib; {4040+ broken = stdenv.isDarwin;4141 homepage = "https://github.com/althonos/gb-io.py";4242 description = "A Python interface to gb-io, a fast GenBank parser written in Rust";4343 license = licenses.mit;
+3-1
pkgs/development/python-modules/gbulb/default.nix
···11-{ lib11+{ stdenv22+, lib23, buildPythonPackage34, fetchFromGitHub45, pygobject3···3635 pythonImportsCheck = [ "gbulb" ];37363837 meta = with lib; {3838+ broken = stdenv.isDarwin;3939 description = "GLib implementation of PEP 3156";4040 homepage = "https://github.com/beeware/gbulb";4141 license = licenses.asl20;
···11-{ lib11+{ stdenv22+, lib23, buildPythonPackage34, cargo45, cffi···5958 ];60596160 meta = with lib; {6161+ broken = stdenv.isDarwin;6262 description = "Telemetry client libraries and are a part of the Glean project";6363 homepage = "https://mozilla.github.io/glean/book/index.html";6464 license = licenses.mpl20;
···124124 ];125125126126 meta = with lib; {127127+ # m.c.manticore:WARNING: Manticore is only supported on Linux. Proceed at your own risk!128128+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;127129 description = "Symbolic execution tool for analysis of smart contracts and binaries";128130 homepage = "https://github.com/trailofbits/manticore";129131 changelog = "https://github.com/trailofbits/manticore/releases/tag/${version}";130132 license = licenses.agpl3Only;131133 platforms = platforms.unix;132134 maintainers = with maintainers; [ arturcygan ];133133- # m.c.manticore:WARNING: Manticore is only supported on Linux. Proceed at your own risk!134134- broken = stdenv.isDarwin;135135 };136136}
···11-{ lib11+{ stdenv22+, lib23, buildPythonPackage34, pyperclip45, fetchFromGitHub···3332 ];34333534 meta = with lib; {3535+ broken = stdenv.isDarwin;3636 description = "An application to display XY position and RGB color information for the pixel currently under the mouse. Works on Python 2 and 3.";3737 homepage = "https://github.com/asweigart/mouseinfo";3838 license = licenses.gpl3;
···11-{ lib11+{ stdenv22+, lib23, buildPythonPackage34, django45, dnspython···4443 doCheck = false;45444645 meta = with lib; {4646+ broken = stdenv.isDarwin;4747 description = "A MySQL driver";4848 longDescription = ''4949 A MySQL driver that does not depend on MySQL C client libraries and
···11-{ lib11+{ stdenv22+, lib23, buildPythonPackage34, fetchFromGitHub45, fetchpatch···5958 ];60596160 meta = with lib; {6161+ broken = stdenv.isDarwin;6262 description = "Library that is a collection of objects for common network automation tasks";6363 homepage = "https://github.com/networktocode/netutils";6464 license = licenses.asl20;
···11-{ lib11+{ stdenv22+, lib23, buildPythonPackage34, fetchFromGitHub45, fetchpatch···3130 checkInputs = [ pandas nose ]; # as of 0.13.5, it depends explicitly on nose, rather than pytest.32313332 meta = with lib; {3333+ broken = stdenv.isDarwin;3434 description = "Probabilistic and graphical models for Python, implemented in cython for speed";3535 homepage = "https://github.com/jmschrei/pomegranate";3636 license = licenses.mit;
+3-1
pkgs/development/python-modules/power/default.nix
···11-{ lib11+{ stdenv22+, lib23, buildPythonPackage34, fetchPypi45}:···1716 doCheck = false;18171918 meta = with lib; {1919+ broken = stdenv.isDarwin;2020 description = "Cross-platform system power status information";2121 homepage = "https://github.com/Kentzo/Power";2222 license = licenses.mit;
···1919 doCheck = false;20202121 meta = with lib; {2222+ broken = stdenv.isDarwin;2223 description = "A library to control and monitor input devices";2324 homepage = "https://github.com/moses-palmer/pynput";2425 license = licenses.lgpl3;
···11-{ lib, python, systemd }:11+{ stdenv, lib, python, systemd }:2233python.pkgs.buildPythonPackage rec {44 pname = "pystemd";···1616 checkPhase = "pytest tests";17171818 meta = with lib; {1919+ broken = (stdenv.isLinux && stdenv.isAarch64);1920 description = "A thin Cython-based wrapper on top of libsystemd, focused on exposing the dbus API via sd-bus in an automated and easy to consume way.";2021 homepage = "https://github.com/facebookincubator/pystemd/";2122 license = licenses.lgpl21Plus;
···315315 };316316317317 meta = with lib; {318318+ # darwin: error: use of undeclared identifier 'noU'; did you mean 'no'?319319+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;318320 description = "Open source, prototype-to-production deep learning platform";319321 homepage = "https://pytorch.org/";320322 license = licenses.bsd3;321323 platforms = with platforms; linux ++ lib.optionals (!cudaSupport) darwin;322324 maintainers = with maintainers; [ teh thoughtpolice tscholak ]; # tscholak esp. for darwin-related builds323323- # error: use of undeclared identifier 'noU'; did you mean 'no'?324324- broken = stdenv.isDarwin;325325 };326326}
···11-{ lib11+{ stdenv22+, lib23, buildPythonPackage34, fetchFromGitHub45, pytestCheckHook···3433 ];35343635 meta = with lib; {3636+ broken = stdenv.isDarwin;3737 description = "Python client to work with Velux units";3838 longDescription = ''3939 PyVLX uses the Velux KLF 200 interface to control io-Homecontrol
···11-{ lib11+{ stdenv22+, lib23, pythonOlder34, buildPythonPackage45, fetchFromGitHub···193192194193195194 meta = with lib; {195195+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;196196 description = "Provides the foundations for Qiskit.";197197 longDescription = ''198198 Allows the user to write quantum circuits easily, and takes care of the constraints of real hardware.
···11-{ lib11+{ stdenv22+, lib23, buildPythonPackage34, fetchFromGitHub45, poetry-core···4443 ];45444645 meta = with lib; {4646+ broken = stdenv.isDarwin;4747 description = "Python library to build command line user prompts";4848 homepage = "https://github.com/tmbo/questionary";4949 license = with licenses; [ mit ];
+1
pkgs/development/python-modules/qutip/default.nix
···6060 };61616262 meta = with lib; {6363+ broken = (stdenv.isLinux && stdenv.isAarch64);6364 description = "Open-source software for simulating the dynamics of closed and open quantum systems";6465 homepage = "https://qutip.org/";6566 license = licenses.bsd3;
···128128 ];129129130130 meta = with lib; {131131+ broken = stdenv.isDarwin;131132 description = "Web server and web framework";132133 homepage = "https://github.com/sanic-org/sanic/";133134 license = licenses.mit;
···11-{ lib11+{ stdenv22+, lib23, buildPythonPackage34, fetchFromGitHub45, asgineer···4443 ];45444645 meta = with lib; {4646+ broken = stdenv.isDarwin;4747 homepage = "https://timetagger.app";4848 license = licenses.gpl3Only;4949 description = "Tag your time, get the insight";
···11-{ lib, buildPythonPackage, fetchPypi, openssl, bzip2 }:11+{ stdenv, lib, buildPythonPackage, fetchPypi, openssl, bzip2 }:2233buildPythonPackage rec {44 pname = "zeroc-ice";···1414 pythonImportsCheck = [ "Ice" ];15151616 meta = with lib; {1717+ broken = stdenv.isDarwin;1718 homepage = "https://zeroc.com/";1819 license = licenses.gpl2;1920 description = "Comprehensive RPC framework with support for Python, C++, .NET, Java, JavaScript and more.";
+1
pkgs/development/tools/analysis/coan/default.nix
···2222 '';23232424 meta = with lib; {2525+ broken = stdenv.isDarwin;2526 description = "The C preprocessor chainsaw";2627 longDescription = ''2728 A software engineering tool for analysing preprocessor-based
···2828 '';29293030 meta = with lib; {3131+ broken = (stdenv.isLinux && stdenv.isAarch64);3132 description = ''3233 A build system that uses ptrace to handle dependencies automatically3334 '';
···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;
···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 ];
+1
pkgs/development/tools/pqrs/default.nix
···1414 cargoSha256 = "0mjwazsnryhlfyzcik8052q0imz5f104x86k6b5rncbbbjaj17q1";15151616 meta = with lib; {1717+ broken = true; # since 2021-07-05 on hydra1718 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/rbspy/default.nix
···11-{rustPlatform, fetchFromGitHub, lib}:11+{ stdenv, rustPlatform, fetchFromGitHub, lib}:22rustPlatform.buildRustPackage rec {33 pname = "rbspy";44 version = "0.11.1";···1414 doCheck = true;15151616 meta = with lib; {1717+ broken = (stdenv.isLinux && stdenv.isAarch64);1718 homepage = "https://rbspy.github.io/";1819 description = ''1920 A Sampling CPU Profiler for Ruby.
+2-1
pkgs/development/tools/regclient/default.nix
···11-{ lib, buildGoModule, fetchFromGitHub }:11+{ stdenv, lib, buildGoModule, fetchFromGitHub }:2233let bins = [ "regbot" "regctl" "regsync" ]; in44···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;
···2222 description = "A cargo plugin for showing a tree-like overview of a crate's modules";2323 homepage = "https://github.com/regexident/cargo-modules";2424 license = with licenses; [ mpl20 ];2525+ # all tests fail with:2626+ # thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "tests run with disabled concurrency, automatic snapshot name generation is not supported. Consider using the \"backtrace\" feature of insta which tries to recover test names from the call stack."', /private/tmp/nix-build-cargo-modules-0.5.6.drv-0/cargo-modules-0.5.6-vendor.tar.gz/insta/src/runtime.rs:908:222727+ broken = (stdenv.isDarwin && stdenv.isx86_64);2528 maintainers = with maintainers; [ figsoda rvarago ];2629 };2730}
+1
pkgs/development/tools/rust/cbindgen/default.nix
···3030 ];31313232 meta = with lib; {3333+ broken = stdenv.isDarwin;3334 description = "A project for generating C bindings from Rust code";3435 homepage = "https://github.com/eqrion/cbindgen";3536 license = licenses.mpl20;
+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;
+1
pkgs/development/web/kcgi/default.nix
···2323 installFlags = [ "DESTDIR=$(out)" ];24242525 meta = with lib; {2626+ broken = (stdenv.isLinux && stdenv.isAarch64);2627 homepage = "https://kristaps.bsd.lv/kcgi";2728 description = "Minimal CGI and FastCGI library for C/C++";2829 license = licenses.isc;
···5858 NIX_CFLAGS_LINK = "-lopenal";59596060 meta = with lib; {6161+ broken = stdenv.isDarwin;6162 description = "A compatible client of Ace of Spades 0.75";6263 homepage = "https://github.com/yvt/openspades/";6364 license = licenses.gpl3;
+1
pkgs/games/space-orbit/default.nix
···3838 '';39394040 meta = with lib; {4141+ broken = stdenv.isDarwin;4142 description = "A space combat simulator";4243 license = licenses.gpl2;4344 platforms = platforms.all;
+2-1
pkgs/games/system-syzygy/default.nix
···11-{lib, rustPlatform, fetchFromGitHub, fetchurl, SDL2, makeWrapper, makeDesktopItem}:11+{ stdenv, lib, rustPlatform, fetchFromGitHub, fetchurl, SDL2, makeWrapper, makeDesktopItem}:2233let44 desktopFile = makeDesktopItem {···353536363737 meta = with lib; {3838+ broken = stdenv.isDarwin;3839 description = "A story and a puzzle game, where you solve a variety of puzzle";3940 homepage = "https://mdsteele.games/syzygy";4041 license = licenses.gpl3Plus;
+1
pkgs/games/taisei/default.nix
···3131 '';32323333 meta = with lib; {3434+ broken = stdenv.isDarwin;3435 description = "A free and open-source Touhou Project clone and fangame";3536 longDescription = ''3637 Taisei is an open clone of the Tōhō Project series. Tōhō is a one-man
+1
pkgs/games/uhexen2/default.nix
···5151 '';52525353 meta = with lib; {5454+ broken = stdenv.isDarwin;5455 description = "A cross-platform port of Hexen II game";5556 longDescription = ''5657 Hammer of Thyrion (uHexen2) is a cross-platform port of Raven Software's Hexen II source.
+1
pkgs/games/zaz/default.nix
···4848 ];49495050 meta = with lib; {5151+ broken = stdenv.isDarwin;5152 description = "A puzzle game about arranging balls in triplets, like Luxor, Zuma, or Puzzle Bobble";5253 homepage = "http://zaz.sourceforge.net/";5354 license = licenses.gpl3;
···3838 outputs = [ "out" "dev" "man" ];39394040 meta = with lib; {4141+ broken = stdenv.isDarwin;4142 description = "Web application accelerator also known as a caching HTTP reverse proxy";4243 homepage = "https://www.varnish-cache.org";4344 license = licenses.bsd2;
+1
pkgs/shells/rush/default.nix
···2020 doCheck = true;21212222 meta = {2323+ broken = stdenv.isDarwin;2324 description = "Restricted User Shell";24252526 longDescription =
+1
pkgs/tools/archivers/xarchiver/default.nix
···2121 '';22222323 meta = {2424+ broken = stdenv.isDarwin;2425 description = "GTK frontend to 7z,zip,rar,tar,bzip2, gzip,arj, lha, rpm and deb (open and extract only)";2526 homepage = "https://github.com/ib/xarchiver";2627 maintainers = [ lib.maintainers.domenkozar ];
+3-1
pkgs/tools/audio/mpd-discord-rpc/default.nix
···11-{ lib11+{ stdenv22+, lib23, rustPlatform34, fetchFromGitHub45}:···1817 cargoSha256 = "sha256-WhlVWQCUGP+K9md0yp6ZD6mGYMso1fUYKDuXXrC2FeI=";19182019 meta = with lib; {2020+ broken = stdenv.isDarwin;2121 description = "Rust application which displays your currently playing song / album / artist from MPD in Discord using Rich Presence";2222 homepage = "https://github.com/JakeStanger/mpd-discord-rpc";2323 license = licenses.mit;
+2-1
pkgs/tools/backup/bakelite/default.nix
···2828 description = "Incremental backup with strong cryptographic confidentality";2929 license = licenses.gpl2;3030 maintainers = with maintainers; [ mvs ];3131- platforms = platforms.unix;3131+ # no support for Darwin (yet: https://github.com/richfelker/bakelite/pull/5)3232+ platforms = platforms.linux;3233 };3334}
···11-{ lib, buildGoModule, fetchFromGitHub }:11+{ stdenv, lib, buildGoModule, fetchFromGitHub }:2233buildGoModule rec {44 pname = "grit";···1414 vendorSha256 = "sha256-iMMkjJ5dnlr0oSCifBQPWkInQBCp1bh23s+BcKzDNCg=";15151616 meta = with lib; {1717+ broken = stdenv.isDarwin;1718 description = "A multitree-based personal task manager";1819 homepage = "https://github.com/climech/grit";1920 license = licenses.mit;
+1
pkgs/tools/misc/heimdall/default.nix
···4444 '';45454646 meta = with lib; {4747+ broken = stdenv.isDarwin;4748 homepage = "http://www.glassechidna.com.au/products/heimdall/";4849 description = "A cross-platform tool suite to flash firmware onto Samsung Galaxy S devices";4950 license = licenses.mit;
···11-{ lib, buildGo118Module, fetchFromGitHub, fetchzip }:11+{ stdenv, lib, buildGo118Module, fetchFromGitHub, fetchzip }:2233buildGo118Module rec {44 pname = "mutagen";···3434 '';35353636 meta = with lib; {3737+ broken = stdenv.isDarwin;3738 description = "Make remote development work with your local tools";3839 homepage = "https://mutagen.io/";3940 changelog = "https://github.com/mutagen-io/mutagen/releases/tag/v${version}";
+1
pkgs/tools/misc/nvimpager/default.nix
···3737 '';38383939 meta = with lib; {4040+ broken = stdenv.isDarwin;4041 description = "Use neovim as pager";4142 longDescription = ''4243 Use neovim as a pager to view manpages, diffs, etc with nvim's syntax
···3838 cargoBuildFlags = [ "-p tremor-cli" ];39394040 meta = with lib; {4141+ broken = stdenv.isDarwin;4142 description = "Early stage event processing system for unstructured data with rich support for structural pattern matching, filtering and transformation";4243 homepage = "https://www.tremor.rs/";4344 license = licenses.asl20;
+1
pkgs/tools/misc/tty-clock/default.nix
···2828 makeFlags = [ "PREFIX=$(out)" ];29293030 meta = with lib; {3131+ broken = stdenv.isDarwin;3132 homepage = "https://github.com/xorg62/tty-clock";3233 license = licenses.free;3334 description = "Digital clock in ncurses";
+1
pkgs/tools/misc/xburst-tools/default.nix
···3434 lib.optional (gccCross != null) gccCross;35353636 meta = {3737+ broken = stdenv.isDarwin;3738 description = "Qi tools to access the Ben Nanonote USB_BOOT mode";3839 license = lib.licenses.gpl3;3940 homepage = "http://www.linux-mtd.infradead.org/";
+1
pkgs/tools/misc/xprite-editor/default.nix
···3434 cargoBuildFlags = [ "--bin" "xprite-native" ];35353636 meta = with lib; {3737+ broken = stdenv.isDarwin;3738 homepage = "https://github.com/rickyhan/xprite-editor";3839 description = "Pixel art editor";3940 license = licenses.gpl3;
+1
pkgs/tools/misc/xstow/default.nix
···1313 ];14141515 meta = with lib; {1616+ broken = stdenv.isDarwin;1617 description = "A replacement of GNU Stow written in C++";1718 homepage = "http://xstow.sourceforge.net";1819 license = licenses.gpl2Only;
···11-{ lib, fetchurl, mkDerivation, pkg-config, qtbase, qmake, imagemagick11+{ stdenv, lib, fetchurl, mkDerivation, pkg-config, qtbase, qmake, imagemagick22, libyubikey, yubikey-personalization }:3344mkDerivation rec {···3434 '';35353636 meta = with lib; {3737+ broken = stdenv.isDarwin;3738 homepage = "https://developers.yubico.com/yubikey-personalization-gui";3839 description = "A QT based cross-platform utility designed to facilitate reconfiguration of the Yubikey";3940 license = licenses.bsd2;
+1
pkgs/tools/networking/davix/default.nix
···6464 ];65656666 meta = with lib; {6767+ broken = stdenv.isDarwin;6768 description = "Toolkit for Http-based file management";68696970 longDescription = "Davix is a toolkit designed for file
···2424 doCheck = false;25252626 meta = with lib; {2727+ broken = stdenv.isDarwin;2728 description = "Rust implementation of Magic Wormhole, with new features and enhancements";2829 homepage = "https://github.com/magic-wormhole/magic-wormhole.rs";2930 license = licenses.eupl12;
···2222 ];23232424 meta = with lib; {2525+ broken = stdenv.isDarwin;2526 description = "A small SSH askpass GUI using GTK+2";2627 homepage = "https://github.com/atj/ssh-askpass-fullscreen";2728 license = licenses.gpl2;
+1
pkgs/tools/networking/tinyproxy/default.nix
···1717 configureFlags = lib.optionals withDebug [ "--enable-debug" ]; # Enable debugging support code and methods.18181919 meta = with lib; {2020+ broken = stdenv.isDarwin;2021 homepage = "https://tinyproxy.github.io/";2122 description = "A light-weight HTTP/HTTPS proxy daemon for POSIX operating systems";2223 license = licenses.gpl2Only;
···2222 };23232424 meta = with lib; {2525+ broken = stdenv.isDarwin;2526 description = "A Random Number Generator test suite";2627 homepage = "https://webhome.phy.duke.edu/~rgb/General/dieharder.php";2728 license = licenses.gpl2Plus;
+2-1
pkgs/tools/security/onioncircuits/default.nix
···11-{ lib, fetchgit, python3, intltool, gtk3, gobject-introspection, gnome }:11+{ stdenv, lib, fetchgit, python3, intltool, gtk3, gobject-introspection, gnome }:2233python3.pkgs.buildPythonApplication rec {44 pname = "onioncircuits";···2121 '';22222323 meta = with lib; {2424+ broken = stdenv.isDarwin;2425 homepage = "https://tails.boum.org";2526 description = "GTK application to display Tor circuits and streams";2627 license = licenses.gpl3;
···3434 '';35353636 meta = with lib; {3737+ broken = stdenv.isDarwin;3738 description = "Sort of like top or htop but with zoom-able charts, network, and disk usage"3839 + lib.optionalString nvidiaSupport ", and NVIDIA GPU usage";3940 homepage = "https://github.com/bvaisvil/zenith";
+1
pkgs/tools/text/link-grammar/default.nix
···5454 };55555656 meta = with lib; {5757+ broken = stdenv.isDarwin;5758 description = "A Grammar Checking library";5859 homepage = "https://www.abisource.com/projects/link-grammar/";5960 changelog = "https://github.com/opencog/link-grammar/blob/link-grammar-${version}/ChangeLog";
···11-{ lib11+{ stdenv22+, lib23, buildGoModule34, fetchFromGitHub45, git···2221 ];23222423 meta = with lib; {2424+ broken = stdenv.isDarwin;2525 description = "Fast trigram based code search";2626 homepage = "https://github.com/google/zoekt";2727 license = licenses.asl20;
+1
pkgs/tools/typesetting/htmldoc/default.nix
···1515 ++ lib.optionals stdenv.isDarwin [ Foundation SystemConfiguration ];16161717 meta = with lib; {1818+ broken = stdenv.isDarwin;1819 description = "Converts HTML files to PostScript and PDF";1920 homepage = "https://michaelrsweet.github.io/htmldoc";2021 changelog = "https://github.com/michaelrsweet/htmldoc/releases/tag/v${version}";
+1
pkgs/tools/typesetting/sile/default.nix
···100100 outputs = [ "out" "doc" "man" "dev" ];101101102102 meta = with lib; {103103+ broken = stdenv.isDarwin;103104 description = "A typesetting system";104105 longDescription = ''105106 SILE is a typesetting system; its job is to produce beautiful
+1
pkgs/tools/video/untrunc-anthwlock/default.nix
···2727 enableParallelBuilding = true;28282929 meta = with lib; {3030+ broken = stdenv.isDarwin;3031 description = "Restore a truncated mp4/mov (improved version of ponchio/untrunc)";3132 homepage = "https://github.com/anthwlock/untrunc";3233 license = licenses.gpl2;
+4-1
pkgs/tools/virtualization/awless/default.nix
···11-{ lib, buildGoPackage, fetchFromGitHub }:11+{ stdenv, lib, buildGoPackage, fetchFromGitHub }:2233buildGoPackage rec {44 pname = "awless";···1919 platforms = with platforms; linux ++ darwin;2020 license = licenses.asl20;2121 maintainers = with maintainers; [ pradeepchhetri swdunlop ];2222+ # asm: InitTextSym double init for "".Syscall2323+ # panic: invalid use of LSym - NewFuncInfo with Extra of type *obj.FuncInfo2424+ broken = (stdenv.isLinux && stdenv.isAarch64);2225 };2326}
+1
pkgs/top-level/lua-packages.nix
···9595 '';96969797 meta = with lib; {9898+ broken = stdenv.isDarwin;9899 description = "Lightweight UNIX I/O and POSIX binding for Lua";99100 homepage = "https://www.gitano.org.uk/luxio/";100101 license = licenses.mit;