···1-{ lib
02, mopidy
3, python3Packages
4}:
···22 ];
2324 meta = with lib; {
025 homepage = "https://github.com/mopidy/mopidy-local";
26 description = "Mopidy extension for playing music from your local music archive";
27 license = licenses.asl20;
···1+{ stdenv
2+, lib
3, mopidy
4, python3Packages
5}:
···23 ];
2425 meta = with lib; {
26+ broken = stdenv.isDarwin;
27 homepage = "https://github.com/mopidy/mopidy-local";
28 description = "Mopidy extension for playing music from your local music archive";
29 license = licenses.asl20;
+1
pkgs/applications/audio/muso/default.nix
···29 cargoSha256 = "1hgdzyz005244f2mh97js9ga0a6s2hcd6iydz07f1hmhsh1j2bwy";
3031 meta = with lib; {
032 description = "An automatic music sorter (based on ID3 tags)";
33 homepage = "https://github.com/quebin31/muso";
34 license = with licenses; [ gpl3Plus ];
···29 cargoSha256 = "1hgdzyz005244f2mh97js9ga0a6s2hcd6iydz07f1hmhsh1j2bwy";
3031 meta = with lib; {
32+ broken = stdenv.isDarwin;
33 description = "An automatic music sorter (based on ID3 tags)";
34 homepage = "https://github.com/quebin31/muso";
35 license = with licenses; [ gpl3Plus ];
···43 enableParallelBuilding = true;
4445 meta = {
046 description = "Privacy-Focused Marketplace & Decentralized Application Platform";
47 longDescription = ''
48 An open source, decentralized privacy platform built for global person to person eCommerce.
···43 enableParallelBuilding = true;
4445 meta = {
46+ broken = stdenv.isDarwin;
47 description = "Privacy-Focused Marketplace & Decentralized Application Platform";
48 longDescription = ''
49 An open source, decentralized privacy platform built for global person to person eCommerce.
+1
pkgs/applications/blockchains/pivx/default.nix
···64 '';
6566 meta = with lib; {
067 description = "An open source crypto-currency focused on fast private transactions";
68 longDescription = ''
69 PIVX is an MIT licensed, open source, blockchain-based cryptocurrency with
···64 '';
6566 meta = with lib; {
67+ broken = stdenv.isDarwin;
68 description = "An open source crypto-currency focused on fast private transactions";
69 longDescription = ''
70 PIVX is an MIT licensed, open source, blockchain-based cryptocurrency with
+1
pkgs/applications/editors/qxmledit/default.nix
···22 dontWrapQtApps = true;
2324 meta = with lib; {
025 description = "Simple XML editor based on qt libraries" ;
26 homepage = "https://sourceforge.net/projects/qxmledit";
27 license = licenses.lgpl2;
···22 dontWrapQtApps = true;
2324 meta = with lib; {
25+ broken = stdenv.isDarwin;
26 description = "Simple XML editor based on qt libraries" ;
27 homepage = "https://sourceforge.net/projects/qxmledit";
28 license = licenses.lgpl2;
···81 '';
8283 meta = with lib; {
084 description = ''
85 OpenOrienteering Mapper is an orienteering mapmaking program
86 and provides a free alternative to the existing proprietary solution.
···81 '';
8283 meta = with lib; {
84+ broken = stdenv.isDarwin;
85 description = ''
86 OpenOrienteering Mapper is an orienteering mapmaking program
87 and provides a free alternative to the existing proprietary solution.
+1
pkgs/applications/graphics/djview/default.nix
···44 };
4546 meta = with lib; {
047 description = "A portable DjVu viewer (Qt5) and browser (nsdejavu) plugin";
48 homepage = "http://djvu.sourceforge.net/djview4.html";
49 license = licenses.gpl2;
···44 };
4546 meta = with lib; {
47+ broken = stdenv.isDarwin;
48 description = "A portable DjVu viewer (Qt5) and browser (nsdejavu) plugin";
49 homepage = "http://djvu.sourceforge.net/djview4.html";
50 license = licenses.gpl2;
+1
pkgs/applications/graphics/weylus/default.nix
···78 '';
7980 meta = with lib; {
081 description = "Use your tablet as graphic tablet/touch screen on your computer";
82 homepage = "https://github.com/H-M-H/Weylus";
83 license = with licenses; [ agpl3Only ];
···78 '';
7980 meta = with lib; {
81+ broken = stdenv.isDarwin;
82 description = "Use your tablet as graphic tablet/touch screen on your computer";
83 homepage = "https://github.com/H-M-H/Weylus";
84 license = with licenses; [ agpl3Only ];
···57 '';
5859 meta = with lib; {
060 homepage = "https://github.com/Cubitect/cubiomes-viewer";
61 description = "A graphical Minecraft seed finder and map viewer";
62 longDescription = ''
···57 '';
5859 meta = with lib; {
60+ broken = stdenv.isDarwin;
61 homepage = "https://github.com/Cubitect/cubiomes-viewer";
62 description = "A graphical Minecraft seed finder and map viewer";
63 longDescription = ''
+2-1
pkgs/applications/misc/dupeguru/default.nix
···1-{lib, python3Packages, gettext, qt5, fetchFromGitHub}:
23python3Packages.buildPythonApplication rec {
4 pname = "dupeguru";
···57 '';
5859 meta = with lib; {
060 description = "GUI tool to find duplicate files in a system";
61 homepage = "https://github.com/arsenetar/dupeguru";
62 license = licenses.bsd3;
···1+{ stdenv, lib, python3Packages, gettext, qt5, fetchFromGitHub}:
23python3Packages.buildPythonApplication rec {
4 pname = "dupeguru";
···57 '';
5859 meta = with lib; {
60+ broken = stdenv.isDarwin;
61 description = "GUI tool to find duplicate files in a system";
62 homepage = "https://github.com/arsenetar/dupeguru";
63 license = licenses.bsd3;
+1
pkgs/applications/misc/gpsbabel/default.nix
···56 + lib.optionalString stdenv.isAarch64 "rm -v testo.d/arc-project.test";
5758 meta = with lib; {
059 description = "Convert, upload and download data from GPS and Map programs";
60 longDescription = ''
61 GPSBabel converts waypoints, tracks, and routes between popular
···56 + lib.optionalString stdenv.isAarch64 "rm -v testo.d/arc-project.test";
5758 meta = with lib; {
59+ broken = stdenv.isDarwin;
60 description = "Convert, upload and download data from GPS and Map programs";
61 longDescription = ''
62 GPSBabel converts waypoints, tracks, and routes between popular
+2-1
pkgs/applications/misc/hugo/default.nix
···1-{ lib, buildGoModule, fetchFromGitHub, installShellFiles }:
23buildGoModule rec {
4 pname = "hugo";
···33 '';
3435 meta = with lib; {
036 description = "A fast and modern static website engine";
37 homepage = "https://gohugo.io";
38 license = licenses.asl20;
···1+{ stdenv, lib, buildGoModule, fetchFromGitHub, installShellFiles }:
23buildGoModule rec {
4 pname = "hugo";
···33 '';
3435 meta = with lib; {
36+ broken = stdenv.isDarwin;
37 description = "A fast and modern static website engine";
38 homepage = "https://gohugo.io";
39 license = licenses.asl20;
+1
pkgs/applications/misc/jp2a/default.nix
···34 installFlags = [ "bashcompdir=\${out}/share/bash-completion/completions" ];
3536 meta = with lib; {
037 homepage = "https://csl.name/jp2a/";
38 description = "A small utility that converts JPG images to ASCII";
39 license = licenses.gpl2Only;
···34 installFlags = [ "bashcompdir=\${out}/share/bash-completion/completions" ];
3536 meta = with lib; {
37+ broken = stdenv.isDarwin;
38 homepage = "https://csl.name/jp2a/";
39 description = "A small utility that converts JPG images to ASCII";
40 license = licenses.gpl2Only;
···18 doCheck = !stdenv.isDarwin;
1920 meta = with lib; {
021 description = "An md5sum-alike program that works with Tiger/THEX hashes";
22 longDescription = ''
23 tthsum generates or checks TTH checksums (root of the THEX hash
···18 doCheck = !stdenv.isDarwin;
1920 meta = with lib; {
21+ broken = stdenv.isDarwin;
22 description = "An md5sum-alike program that works with Tiger/THEX hashes";
23 longDescription = ''
24 tthsum generates or checks TTH checksums (root of the THEX hash
+1
pkgs/applications/misc/usb-reset/default.nix
···31 ];
3233 meta = with lib; {
034 description = "Perform a bus reset on a USB device using its vendor and product ID";
35 homepage = "https://github.com/ralight/usb-reset";
36 changelog = "https://github.com/ralight/usb-reset/blob/master/ChangeLog.txt";
···31 ];
3233 meta = with lib; {
34+ broken = stdenv.isDarwin;
35 description = "Perform a bus reset on a USB device using its vendor and product ID";
36 homepage = "https://github.com/ralight/usb-reset";
37 changelog = "https://github.com/ralight/usb-reset/blob/master/ChangeLog.txt";
···28 '';
2930 meta = with lib; {
031 description = "Monero (XMR) CPU miner";
32 homepage = "https://github.com/xmrig/xmrig";
33 license = licenses.gpl3Plus;
···28 '';
2930 meta = with lib; {
31+ broken = stdenv.isDarwin;
32 description = "Monero (XMR) CPU miner";
33 homepage = "https://github.com/xmrig/xmrig";
34 license = licenses.gpl3Plus;
+2-1
pkgs/applications/misc/xmrig/moneroocean.nix
···1-{ fetchFromGitHub, lib, xmrig }:
23xmrig.overrideAttrs (oldAttrs: rec {
4 pname = "xmrig-mo";
···12 };
1314 meta = with lib; {
015 description = "A fork of the XMRig CPU miner with support for algorithm switching";
16 homepage = "https://github.com/MoneroOcean/xmrig";
17 license = licenses.gpl3Plus;
···1+{ stdenv, fetchFromGitHub, lib, xmrig }:
23xmrig.overrideAttrs (oldAttrs: rec {
4 pname = "xmrig-mo";
···12 };
1314 meta = with lib; {
15+ broken = stdenv.isDarwin;
16 description = "A fork of the XMRig CPU miner with support for algorithm switching";
17 homepage = "https://github.com/MoneroOcean/xmrig";
18 license = licenses.gpl3Plus;
···22 ];
2324 meta = {
025 description = "BitTorrent client written in C++";
26 longDescription = ''
27 CTorrent, a BitTorrent client implemented in C++, with bugfixes and
···22 ];
2324 meta = {
25+ broken = stdenv.isDarwin;
26 description = "BitTorrent client written in C++";
27 longDescription = ''
28 CTorrent, a BitTorrent client implemented in C++, with bugfixes and
···31 ];
3233 meta = {
034 description = "Client for many p2p networks, with multiple frontends";
35 homepage = "http://mldonkey.sourceforge.net/";
36 license = lib.licenses.gpl2Only;
···31 ];
3233 meta = {
34+ broken = stdenv.isDarwin;
35 description = "Client for many p2p networks, with multiple frontends";
36 homepage = "http://mldonkey.sourceforge.net/";
37 license = lib.licenses.gpl2Only;
+1
pkgs/applications/networking/pjsip/default.nix
···34 dontPatchELF = true;
3536 meta = with lib; {
037 description = "A multimedia communication library written in C, implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE";
38 homepage = "https://pjsip.org/";
39 license = licenses.gpl2Plus;
···34 dontPatchELF = true;
3536 meta = with lib; {
37+ broken = stdenv.isDarwin;
38 description = "A multimedia communication library written in C, implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE";
39 homepage = "https://pjsip.org/";
40 license = licenses.gpl2Plus;
···50 '';
5152 meta = with lib; {
053 homepage = "https://ledger-cli.org/";
54 description = "A double-entry accounting system with a command-line reporting interface";
55 license = licenses.bsd3;
···50 '';
5152 meta = with lib; {
53+ broken = stdenv.isDarwin;
54 homepage = "https://ledger-cli.org/";
55 description = "A double-entry accounting system with a command-line reporting interface";
56 license = licenses.bsd3;
+3-1
pkgs/applications/office/todoman/default.nix
···1-{ lib
02, python3
3, glibcLocales
4, installShellFiles
···75 ];
7677 meta = with lib; {
078 homepage = "https://github.com/pimutils/todoman";
79 description = "Standards-based task manager based on iCalendar";
80 longDescription = ''
···1+{ stdenv
2+, lib
3, python3
4, glibcLocales
5, installShellFiles
···76 ];
7778 meta = with lib; {
79+ broken = stdenv.isDarwin;
80 homepage = "https://github.com/pimutils/todoman";
81 description = "Standards-based task manager based on iCalendar";
82 longDescription = ''
+1
pkgs/applications/radio/csdr/default.nix
···29 ];
3031 meta = with lib; {
032 homepage = "https://github.com/jketterl/csdr";
33 description = "A simple DSP library and command-line tool for Software Defined Radio";
34 license = licenses.gpl3Only;
···29 ];
3031 meta = with lib; {
32+ broken = stdenv.isDarwin;
33 homepage = "https://github.com/jketterl/csdr";
34 description = "A simple DSP library and command-line tool for Software Defined Radio";
35 license = licenses.gpl3Only;
+1
pkgs/applications/radio/dump1090/default.nix
···48 '';
4950 meta = with lib; {
051 description = "A simple Mode S decoder for RTLSDR devices";
52 homepage = "https://github.com/flightaware/dump1090";
53 license = licenses.gpl2Plus;
···48 '';
4950 meta = with lib; {
51+ broken = stdenv.isDarwin;
52 description = "A simple Mode S decoder for RTLSDR devices";
53 homepage = "https://github.com/flightaware/dump1090";
54 license = licenses.gpl2Plus;
+2-1
pkgs/applications/radio/flex-ndax/default.nix
···1-{ lib, buildGoModule, fetchFromGitHub, libpulseaudio }:
23buildGoModule rec {
4 pname = "flex-ndax";
···16 vendorSha256 = "sha256-u/5LiVo/ZOefprEKr/L1+3+OfYb0a4wq+CWoUjYNvzg=";
1718 meta = with lib; {
019 homepage = "https://github.com/kc2g-flex-tools/nDAX";
20 description = "FlexRadio digital audio transport (DAX) connector for PulseAudio";
21 license = licenses.mit;
···1+{ stdenv, lib, buildGoModule, fetchFromGitHub, libpulseaudio }:
23buildGoModule rec {
4 pname = "flex-ndax";
···16 vendorSha256 = "sha256-u/5LiVo/ZOefprEKr/L1+3+OfYb0a4wq+CWoUjYNvzg=";
1718 meta = with lib; {
19+ broken = stdenv.isDarwin;
20 homepage = "https://github.com/kc2g-flex-tools/nDAX";
21 description = "FlexRadio digital audio transport (DAX) connector for PulseAudio";
22 license = licenses.mit;
+1
pkgs/applications/radio/gnuradio/shared.nix
···112 doCheck = false;
113114 meta = with lib; {
0115 description = "Software Defined Radio (SDR) software";
116 longDescription = ''
117 GNU Radio is a free & open-source software development toolkit that
···112 doCheck = false;
113114 meta = with lib; {
115+ broken = stdenv.isDarwin;
116 description = "Software Defined Radio (SDR) software";
117 longDescription = ''
118 GNU Radio is a free & open-source software development toolkit that
+1
pkgs/applications/radio/splat/default.nix
···44 '';
4546 meta = with lib; {
047 description =
48 "SPLAT! is an RF Signal Propagation, Loss, And Terrain analysis tool for the electromagnetic spectrum between 20 MHz and 20 GHz";
49 license = licenses.gpl2Only;
···44 '';
4546 meta = with lib; {
47+ broken = stdenv.isDarwin;
48 description =
49 "SPLAT! is an RF Signal Propagation, Loss, And Terrain analysis tool for the electromagnetic spectrum between 20 MHz and 20 GHz";
50 license = licenses.gpl2Only;
+1
pkgs/applications/radio/uhd/3.5.nix
···143 '';
144145 meta = with lib; {
0146 description = "USRP Hardware Driver (for Software Defined Radio)";
147 longDescription = ''
148 The USRP Hardware Driver (UHD) software is the hardware driver for all
···143 '';
144145 meta = with lib; {
146+ broken = stdenv.isDarwin;
147 description = "USRP Hardware Driver (for Software Defined Radio)";
148 longDescription = ''
149 The USRP Hardware Driver (UHD) software is the hardware driver for all
···50 '';
5152 meta = {
053 description = "Radioastronomy data analysis software";
54 longDescription = ''
55 GILDAS is a collection of state-of-the-art software
···50 '';
5152 meta = {
53+ broken = stdenv.isDarwin;
54 description = "Radioastronomy data analysis software";
55 longDescription = ''
56 GILDAS is a collection of state-of-the-art software
···18 ];
1920 meta = with lib; {
021 description = "Computational Morphometry Toolkit ";
22 longDescription = ''A software toolkit for computational morphometry of
23 biomedical images, CMTK comprises a set of command line tools and a
···18 ];
1920 meta = with lib; {
21+ broken = stdenv.isDarwin;
22 description = "Computational Morphometry Toolkit ";
23 longDescription = ''A software toolkit for computational morphometry of
24 biomedical images, CMTK comprises a set of command line tools and a
···71 propagatedBuildInputs = [ readline ncurses which libtool ];
7273 meta = with lib; {
074 description = "Simulation environment for empirically-based simulations of neurons and networks of neurons";
7576 longDescription = "NEURON is a simulation environment for developing and exercising models of
···71 propagatedBuildInputs = [ readline ncurses which libtool ];
7273 meta = with lib; {
74+ broken = stdenv.isDarwin;
75 description = "Simulation environment for empirically-based simulations of neurons and networks of neurons";
7677 longDescription = "NEURON is a simulation environment for developing and exercising models of
···19 buildInputs = [ gtk3 ];
2021 meta = with lib; {
022 description = "Gtk Analog Wave viewer";
23 longDescription = ''
24 Gaw is a software tool for displaying analog waveforms from
···19 buildInputs = [ gtk3 ];
2021 meta = with lib; {
22+ broken = stdenv.isDarwin;
23 description = "Gtk Analog Wave viewer";
24 longDescription = ''
25 Gaw is a software tool for displaying analog waveforms from
···168 '';
169170 meta = with lib; {
0171 description = "High-performance analog circuit simulator";
172 longDescription = ''
173 Xyce is a SPICE-compatible, high-performance analog circuit simulator,
···168 '';
169170 meta = with lib; {
171+ broken = stdenv.isDarwin;
172 description = "High-performance analog circuit simulator";
173 longDescription = ''
174 Xyce is a SPICE-compatible, high-performance analog circuit simulator,
···23 '';
2425 meta = with lib; {
026 description = "Formal Specifications for Verification and Synthesis";
27 homepage = "https://github.com/VUISIS/formula-dotnet";
28 license = licenses.mspl;
···23 '';
2425 meta = with lib; {
26+ broken = stdenv.isDarwin;
27 description = "Formal Specifications for Verification and Synthesis";
28 homepage = "https://github.com/VUISIS/formula-dotnet";
29 license = licenses.mspl;
+1
pkgs/applications/science/logic/mcrl2/default.nix
···16 dontWrapQtApps = true;
1718 meta = with lib; {
019 description = "A toolset for model-checking concurrent systems and protocols";
20 longDescription = ''
21 A formal specification language with an associated toolset,
···16 dontWrapQtApps = true;
1718 meta = with lib; {
19+ broken = stdenv.isDarwin;
20 description = "A toolset for model-checking concurrent systems and protocols";
21 longDescription = ''
22 A formal specification language with an associated toolset,
+1
pkgs/applications/science/logic/verit/default.nix
···22 '';
2324 meta = with lib; {
025 description = "An open, trustable and efficient SMT-solver";
26 homepage = "https://verit.loria.fr/";
27 license = licenses.bsd3;
···22 '';
2324 meta = with lib; {
25+ broken = stdenv.isDarwin;
26 description = "An open, trustable and efficient SMT-solver";
27 homepage = "https://verit.loria.fr/";
28 license = licenses.bsd3;
+1
pkgs/applications/science/math/ginac/default.nix
···25 configureFlags = [ "--disable-rpath" ];
2627 meta = with lib; {
028 description = "GiNaC is Not a CAS";
29 homepage = "https://www.ginac.de/";
30 maintainers = with maintainers; [ lovek323 ];
···25 configureFlags = [ "--disable-rpath" ];
2627 meta = with lib; {
28+ broken = stdenv.isDarwin;
29 description = "GiNaC is Not a CAS";
30 homepage = "https://www.ginac.de/";
31 maintainers = with maintainers; [ lovek323 ];