···11-{ lib
11+{ stdenv
22+, lib
23, mopidy
34, python3Packages
45}:
···2223 ];
23242425 meta = with lib; {
2626+ broken = stdenv.isDarwin;
2527 homepage = "https://github.com/mopidy/mopidy-local";
2628 description = "Mopidy extension for playing music from your local music archive";
2729 license = licenses.asl20;
+1
pkgs/applications/audio/muso/default.nix
···2929 cargoSha256 = "1hgdzyz005244f2mh97js9ga0a6s2hcd6iydz07f1hmhsh1j2bwy";
30303131 meta = with lib; {
3232+ broken = stdenv.isDarwin;
3233 description = "An automatic music sorter (based on ID3 tags)";
3334 homepage = "https://github.com/quebin31/muso";
3435 license = with licenses; [ gpl3Plus ];
···4343 enableParallelBuilding = true;
44444545 meta = {
4646+ broken = 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.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
+1
pkgs/applications/editors/qxmledit/default.nix
···2222 dontWrapQtApps = true;
23232424 meta = with lib; {
2525+ broken = stdenv.isDarwin;
2526 description = "Simple XML editor based on qt libraries" ;
2627 homepage = "https://sourceforge.net/projects/qxmledit";
2728 license = licenses.lgpl2;
···8181 '';
82828383 meta = with lib; {
8484+ broken = stdenv.isDarwin;
8485 description = ''
8586 OpenOrienteering Mapper is an orienteering mapmaking program
8687 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 ];
···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;
···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";
···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
···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;
···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.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
···1818 ];
19192020 meta = with lib; {
2121+ broken = stdenv.isDarwin;
2122 description = "Computational Morphometry Toolkit ";
2223 longDescription = ''A software toolkit for computational morphometry of
2324 biomedical images, CMTK comprises a set of command line tools and a
···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
···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
···2323 '';
24242525 meta = with lib; {
2626+ broken = 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/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,
+1
pkgs/applications/science/logic/verit/default.nix
···2222 '';
23232424 meta = with lib; {
2525+ broken = stdenv.isDarwin;
2526 description = "An open, trustable and efficient SMT-solver";
2627 homepage = "https://verit.loria.fr/";
2728 license = licenses.bsd3;
+1
pkgs/applications/science/math/ginac/default.nix
···2525 configureFlags = [ "--disable-rpath" ];
26262727 meta = with lib; {
2828+ broken = stdenv.isDarwin;
2829 description = "GiNaC is Not a CAS";
2930 homepage = "https://www.ginac.de/";
3031 maintainers = with maintainers; [ lovek323 ];