treewide: pkgs/applications: mark broken for darwin

+89 -17
+3 -1
pkgs/applications/audio/mopidy/local.nix
··· 1 - { lib 2 , mopidy 3 , python3Packages 4 }: ··· 22 ]; 23 24 meta = with lib; { 25 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 ]; 24 25 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"; 30 31 meta = with lib; { 32 description = "An automatic music sorter (based on ID3 tags)"; 33 homepage = "https://github.com/quebin31/muso"; 34 license = with licenses; [ gpl3Plus ];
··· 29 cargoSha256 = "1hgdzyz005244f2mh97js9ga0a6s2hcd6iydz07f1hmhsh1j2bwy"; 30 31 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 ];
+1
pkgs/applications/audio/open-music-kontrollers/generic.nix
··· 28 ] ++ additionalBuildInputs; 29 30 meta = with lib; { 31 description = description; 32 homepage = "https://open-music-kontrollers.ch/lv2/${pname}:"; 33 license = licenses.artistic2;
··· 28 ] ++ additionalBuildInputs; 29 30 meta = with lib; { 31 + broken = stdenv.isDarwin; 32 description = description; 33 homepage = "https://open-music-kontrollers.ch/lv2/${pname}:"; 34 license = licenses.artistic2;
+2 -1
pkgs/applications/audio/pithos/default.nix
··· 1 - { lib, fetchFromGitHub, meson, ninja, pkg-config, appstream-glib 2 , wrapGAppsHook, pythonPackages, gtk3, gnome, gobject-introspection 3 , libnotify, libsecret, gst_all_1 }: 4 ··· 28 (with pythonPackages; [ pygobject3 pylast ]); 29 30 meta = with lib; { 31 description = "Pandora Internet Radio player for GNOME"; 32 homepage = "https://pithos.github.io/"; 33 license = licenses.gpl3;
··· 1 + { stdenv, lib, fetchFromGitHub, meson, ninja, pkg-config, appstream-glib 2 , wrapGAppsHook, pythonPackages, gtk3, gnome, gobject-introspection 3 , libnotify, libsecret, gst_all_1 }: 4 ··· 28 (with pythonPackages; [ pygobject3 pylast ]); 29 30 meta = with lib; { 31 + broken = stdenv.isDarwin; 32 description = "Pandora Internet Radio player for GNOME"; 33 homepage = "https://pithos.github.io/"; 34 license = licenses.gpl3;
+1
pkgs/applications/audio/sfxr/default.nix
··· 46 makeFlags = [ "DESTDIR=$(out)" ]; 47 48 meta = with lib; { 49 homepage = "http://www.drpetter.se/project_sfxr.html"; 50 description = "A videogame sound effect generator"; 51 license = licenses.mit;
··· 46 makeFlags = [ "DESTDIR=$(out)" ]; 47 48 meta = with lib; { 49 + broken = stdenv.isDarwin; 50 homepage = "http://www.drpetter.se/project_sfxr.html"; 51 description = "A videogame sound effect generator"; 52 license = licenses.mit;
+1
pkgs/applications/blockchains/openethereum/default.nix
··· 41 checkFlags = "--skip configuration::tests::should_resolve_external_nat_hosts"; 42 43 meta = with lib; { 44 description = "Fast, light, robust Ethereum implementation"; 45 homepage = "http://parity.io/ethereum"; 46 license = licenses.gpl3;
··· 41 checkFlags = "--skip configuration::tests::should_resolve_external_nat_hosts"; 42 43 meta = with lib; { 44 + broken = stdenv.isDarwin; 45 description = "Fast, light, robust Ethereum implementation"; 46 homepage = "http://parity.io/ethereum"; 47 license = licenses.gpl3;
+1
pkgs/applications/blockchains/particl-core/default.nix
··· 43 enableParallelBuilding = true; 44 45 meta = { 46 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; 44 45 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 ''; 65 66 meta = with lib; { 67 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 ''; 65 66 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; 23 24 meta = with lib; { 25 description = "Simple XML editor based on qt libraries" ; 26 homepage = "https://sourceforge.net/projects/qxmledit"; 27 license = licenses.lgpl2;
··· 22 dontWrapQtApps = true; 23 24 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;
+1
pkgs/applications/emulators/goldberg-emu/default.nix
··· 37 ''; 38 39 meta = with lib; { 40 homepage = "https://gitlab.com/Mr_Goldberg/goldberg_emulator"; 41 changelog = "https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/releases"; 42 description = "Program that emulates steam online features";
··· 37 ''; 38 39 meta = with lib; { 40 + broken = stdenv.isDarwin; 41 homepage = "https://gitlab.com/Mr_Goldberg/goldberg_emulator"; 42 changelog = "https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/releases"; 43 description = "Program that emulates steam online features";
+1
pkgs/applications/emulators/mame/default.nix
··· 146 ''; 147 148 meta = with lib; { 149 description = "Is a multi-purpose emulation framework"; 150 homepage = "https://www.mamedev.org/"; 151 license = with licenses; [ bsd3 gpl2Plus ];
··· 146 ''; 147 148 meta = with lib; { 149 + broken = stdenv.isDarwin; 150 description = "Is a multi-purpose emulation framework"; 151 homepage = "https://www.mamedev.org/"; 152 license = with licenses; [ bsd3 gpl2Plus ];
+1
pkgs/applications/emulators/pcsxr/default.nix
··· 86 ''; 87 88 meta = with lib; { 89 description = "Playstation 1 emulator"; 90 homepage = "https://github.com/iCatButler/pcsxr"; 91 maintainers = with maintainers; [ rardiol ];
··· 86 ''; 87 88 meta = with lib; { 89 + broken = stdenv.isDarwin; 90 description = "Playstation 1 emulator"; 91 homepage = "https://github.com/iCatButler/pcsxr"; 92 maintainers = with maintainers; [ rardiol ];
+1
pkgs/applications/gis/openorienteering-mapper/default.nix
··· 81 ''; 82 83 meta = with lib; { 84 description = '' 85 OpenOrienteering Mapper is an orienteering mapmaking program 86 and provides a free alternative to the existing proprietary solution.
··· 81 ''; 82 83 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 }; 45 46 meta = with lib; { 47 description = "A portable DjVu viewer (Qt5) and browser (nsdejavu) plugin"; 48 homepage = "http://djvu.sourceforge.net/djview4.html"; 49 license = licenses.gpl2;
··· 44 }; 45 46 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 ''; 79 80 meta = with lib; { 81 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 ''; 79 80 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 ];
+2 -1
pkgs/applications/misc/coolreader/default.nix
··· 1 - { mkDerivation, fetchFromGitHub, cmake, pkg-config, lib, 2 qttools, fribidi, libunibreak }: 3 4 mkDerivation rec { ··· 17 buildInputs = [ qttools fribidi libunibreak ]; 18 19 meta = with lib; { 20 homepage = "https://github.com/buggins/coolreader"; 21 description = "Cross platform open source e-book reader"; 22 license = licenses.gpl2Plus; # see https://github.com/buggins/coolreader/issues/80
··· 1 + { stdenv, mkDerivation, fetchFromGitHub, cmake, pkg-config, lib, 2 qttools, fribidi, libunibreak }: 3 4 mkDerivation rec { ··· 17 buildInputs = [ qttools fribidi libunibreak ]; 18 19 meta = with lib; { 20 + broken = stdenv.isDarwin; 21 homepage = "https://github.com/buggins/coolreader"; 22 description = "Cross platform open source e-book reader"; 23 license = licenses.gpl2Plus; # see https://github.com/buggins/coolreader/issues/80
+1
pkgs/applications/misc/cubiomes-viewer/default.nix
··· 57 ''; 58 59 meta = with lib; { 60 homepage = "https://github.com/Cubitect/cubiomes-viewer"; 61 description = "A graphical Minecraft seed finder and map viewer"; 62 longDescription = ''
··· 57 ''; 58 59 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}: 2 3 python3Packages.buildPythonApplication rec { 4 pname = "dupeguru"; ··· 57 ''; 58 59 meta = with lib; { 60 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}: 2 3 python3Packages.buildPythonApplication rec { 4 pname = "dupeguru"; ··· 57 ''; 58 59 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"; 57 58 meta = with lib; { 59 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"; 57 58 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 }: 2 3 buildGoModule rec { 4 pname = "hugo"; ··· 33 ''; 34 35 meta = with lib; { 36 description = "A fast and modern static website engine"; 37 homepage = "https://gohugo.io"; 38 license = licenses.asl20;
··· 1 + { stdenv, lib, buildGoModule, fetchFromGitHub, installShellFiles }: 2 3 buildGoModule rec { 4 pname = "hugo"; ··· 33 ''; 34 35 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" ]; 35 36 meta = with lib; { 37 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" ]; 35 36 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;
+1
pkgs/applications/misc/khal/default.nix
··· 57 ]; 58 59 meta = with lib; { 60 homepage = "http://lostpackets.de/khal/"; 61 description = "CLI calendar application"; 62 license = licenses.mit;
··· 57 ]; 58 59 meta = with lib; { 60 + broken = stdenv.isDarwin; 61 homepage = "http://lostpackets.de/khal/"; 62 description = "CLI calendar application"; 63 license = licenses.mit;
+1
pkgs/applications/misc/ola/default.nix
··· 37 enableParallelBuilding = true; 38 39 meta = with lib; { 40 description = "A framework for controlling entertainment lighting equipment"; 41 homepage = "https://www.openlighting.org/ola/"; 42 maintainers = with maintainers; [ globin ];
··· 37 enableParallelBuilding = true; 38 39 meta = with lib; { 40 + broken = stdenv.isDarwin; 41 description = "A framework for controlling entertainment lighting equipment"; 42 homepage = "https://www.openlighting.org/ola/"; 43 maintainers = with maintainers; [ globin ];
+2
pkgs/applications/misc/plover/default.nix
··· 7 version = "3.1.1"; 8 9 meta = with lib; { 10 description = "OpenSteno Plover stenography software"; 11 maintainers = with maintainers; [ twey kovirobi ]; 12 license = licenses.gpl2; ··· 31 version = "4.0.0.dev10"; 32 33 meta = with lib; { 34 description = "OpenSteno Plover stenography software"; 35 maintainers = with maintainers; [ twey kovirobi ]; 36 license = licenses.gpl2;
··· 7 version = "3.1.1"; 8 9 meta = with lib; { 10 + broken = stdenv.isDarwin; 11 description = "OpenSteno Plover stenography software"; 12 maintainers = with maintainers; [ twey kovirobi ]; 13 license = licenses.gpl2; ··· 32 version = "4.0.0.dev10"; 33 34 meta = with lib; { 35 + broken = stdenv.isDarwin; 36 description = "OpenSteno Plover stenography software"; 37 maintainers = with maintainers; [ twey kovirobi ]; 38 license = licenses.gpl2;
+3 -1
pkgs/applications/misc/sigal/default.nix
··· 1 - { lib 2 , python3 3 , ffmpeg 4 }: ··· 40 ]; 41 42 meta = with lib; { 43 description = "Yet another simple static gallery generator"; 44 homepage = "http://sigal.saimon.org/"; 45 license = licenses.mit;
··· 1 + { stdenv 2 + , lib 3 , python3 4 , ffmpeg 5 }: ··· 41 ]; 42 43 meta = with lib; { 44 + broken = stdenv.isDarwin; 45 description = "Yet another simple static gallery generator"; 46 homepage = "http://sigal.saimon.org/"; 47 license = licenses.mit;
+1
pkgs/applications/misc/tthsum/default.nix
··· 18 doCheck = !stdenv.isDarwin; 19 20 meta = with lib; { 21 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; 19 20 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 ]; 32 33 meta = with lib; { 34 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 ]; 32 33 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";
+2 -1
pkgs/applications/misc/xca/default.nix
··· 1 - { mkDerivation, lib, fetchFromGitHub, autoreconfHook, pkg-config 2 , libtool, openssl, qtbase, qttools, sphinx }: 3 4 mkDerivation rec { ··· 22 enableParallelBuilding = true; 23 24 meta = with lib; { 25 description = "An x509 certificate generation tool, handling RSA, DSA and EC keys, certificate signing requests (PKCS#10) and CRLs"; 26 homepage = "https://hohnstaedt.de/xca/"; 27 license = licenses.bsd3;
··· 1 + { stdenv, mkDerivation, lib, fetchFromGitHub, autoreconfHook, pkg-config 2 , libtool, openssl, qtbase, qttools, sphinx }: 3 4 mkDerivation rec { ··· 22 enableParallelBuilding = true; 23 24 meta = with lib; { 25 + broken = stdenv.isDarwin; 26 description = "An x509 certificate generation tool, handling RSA, DSA and EC keys, certificate signing requests (PKCS#10) and CRLs"; 27 homepage = "https://hohnstaedt.de/xca/"; 28 license = licenses.bsd3;
+1
pkgs/applications/misc/xmrig/default.nix
··· 28 ''; 29 30 meta = with lib; { 31 description = "Monero (XMR) CPU miner"; 32 homepage = "https://github.com/xmrig/xmrig"; 33 license = licenses.gpl3Plus;
··· 28 ''; 29 30 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 }: 2 3 xmrig.overrideAttrs (oldAttrs: rec { 4 pname = "xmrig-mo"; ··· 12 }; 13 14 meta = with lib; { 15 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 }: 2 3 xmrig.overrideAttrs (oldAttrs: rec { 4 pname = "xmrig-mo"; ··· 12 }; 13 14 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;
+2 -1
pkgs/applications/networking/cluster/hubble/default.nix
··· 1 - { lib, buildGoModule, fetchFromGitHub }: 2 3 buildGoModule rec { 4 pname = "hubble"; ··· 14 vendorSha256 = null; 15 16 meta = with lib; { 17 description = "Network, Service & Security Observability for Kubernetes using eBPF"; 18 license = licenses.asl20; 19 homepage = "https://github.com/cilium/hubble/";
··· 1 + { stdenv, lib, buildGoModule, fetchFromGitHub }: 2 3 buildGoModule rec { 4 pname = "hubble"; ··· 14 vendorSha256 = null; 15 16 meta = with lib; { 17 + broken = stdenv.isDarwin; 18 description = "Network, Service & Security Observability for Kubernetes using eBPF"; 19 license = licenses.asl20; 20 homepage = "https://github.com/cilium/hubble/";
+2 -1
pkgs/applications/networking/cluster/jx/default.nix
··· 1 - { buildGoModule, fetchFromGitHub, lib, installShellFiles }: 2 3 buildGoModule rec { 4 pname = "jx"; ··· 34 ''; 35 36 meta = with lib; { 37 description = "Command line tool for installing and using Jenkins X"; 38 homepage = "https://jenkins-x.io"; 39 longDescription = ''
··· 1 + { stdenv, buildGoModule, fetchFromGitHub, lib, installShellFiles }: 2 3 buildGoModule rec { 4 pname = "jx"; ··· 34 ''; 35 36 meta = with lib; { 37 + broken = stdenv.isDarwin; 38 description = "Command line tool for installing and using Jenkins X"; 39 homepage = "https://jenkins-x.io"; 40 longDescription = ''
+1
pkgs/applications/networking/cluster/spacegun/default.nix
··· 25 ''; 26 27 meta = with lib; { 28 description = "Version controlled multi-cluster deployment manager for kubernetes"; 29 maintainers = with maintainers; [ ]; 30 license = licenses.mit;
··· 25 ''; 26 27 meta = with lib; { 28 + broken = stdenv.isDarwin; 29 description = "Version controlled multi-cluster deployment manager for kubernetes"; 30 maintainers = with maintainers; [ ]; 31 license = licenses.mit;
+1
pkgs/applications/networking/enhanced-ctorrent/default.nix
··· 22 ]; 23 24 meta = { 25 description = "BitTorrent client written in C++"; 26 longDescription = '' 27 CTorrent, a BitTorrent client implemented in C++, with bugfixes and
··· 22 ]; 23 24 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
+1
pkgs/applications/networking/instant-messengers/gurk-rs/default.nix
··· 22 PROTOC = "${protobuf}/bin/protoc"; 23 24 meta = with lib; { 25 description = "Signal Messenger client for terminal"; 26 homepage = "https://github.com/boxdot/gurk-rs"; 27 license = licenses.agpl3Only;
··· 22 PROTOC = "${protobuf}/bin/protoc"; 23 24 meta = with lib; { 25 + broken = stdenv.isDarwin; 26 description = "Signal Messenger client for terminal"; 27 homepage = "https://github.com/boxdot/gurk-rs"; 28 license = licenses.agpl3Only;
+1
pkgs/applications/networking/instant-messengers/qtox/default.nix
··· 69 ]; 70 71 meta = with lib; { 72 description = "Qt Tox client"; 73 homepage = "https://tox.chat"; 74 license = licenses.gpl3;
··· 69 ]; 70 71 meta = with lib; { 72 + broken = stdenv.isDarwin; 73 description = "Qt Tox client"; 74 homepage = "https://tox.chat"; 75 license = licenses.gpl3;
+1
pkgs/applications/networking/omping/default.nix
··· 27 enableParallelBuilding = true; 28 29 meta = with lib; { 30 description = "Open Multicast Ping (omping) is a tool for testing IPv4/IPv6 multicast connectivity on a LAN"; 31 license = licenses.mit; 32 platforms = platforms.unix;
··· 27 enableParallelBuilding = true; 28 29 meta = with lib; { 30 + broken = stdenv.isDarwin; 31 description = "Open Multicast Ping (omping) is a tool for testing IPv4/IPv6 multicast connectivity on a LAN"; 32 license = licenses.mit; 33 platforms = platforms.unix;
+1
pkgs/applications/networking/p2p/mldonkey/default.nix
··· 31 ]; 32 33 meta = { 34 description = "Client for many p2p networks, with multiple frontends"; 35 homepage = "http://mldonkey.sourceforge.net/"; 36 license = lib.licenses.gpl2Only;
··· 31 ]; 32 33 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; 35 36 meta = with lib; { 37 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; 35 36 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;
+2 -1
pkgs/applications/networking/soulseek/nicotine-plus/default.nix
··· 1 - { lib, fetchFromGitHub, python3Packages, gettext, gdk-pixbuf 2 , gobject-introspection, gtk3, wrapGAppsHook }: 3 4 with lib; ··· 35 doCheck = false; 36 37 meta = { 38 description = "A graphical client for the SoulSeek peer-to-peer system"; 39 homepage = "https://www.nicotine-plus.org"; 40 license = licenses.gpl3Plus;
··· 1 + { stdenv, lib, fetchFromGitHub, python3Packages, gettext, gdk-pixbuf 2 , gobject-introspection, gtk3, wrapGAppsHook }: 3 4 with lib; ··· 35 doCheck = false; 36 37 meta = { 38 + broken = stdenv.isDarwin; 39 description = "A graphical client for the SoulSeek peer-to-peer system"; 40 homepage = "https://www.nicotine-plus.org"; 41 license = licenses.gpl3Plus;
+1
pkgs/applications/office/ledger/default.nix
··· 50 ''; 51 52 meta = with lib; { 53 homepage = "https://ledger-cli.org/"; 54 description = "A double-entry accounting system with a command-line reporting interface"; 55 license = licenses.bsd3;
··· 50 ''; 51 52 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 2 , python3 3 , glibcLocales 4 , installShellFiles ··· 75 ]; 76 77 meta = with lib; { 78 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 ]; 77 78 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 ]; 30 31 meta = with lib; { 32 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 ]; 30 31 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 ''; 49 50 meta = with lib; { 51 description = "A simple Mode S decoder for RTLSDR devices"; 52 homepage = "https://github.com/flightaware/dump1090"; 53 license = licenses.gpl2Plus;
··· 48 ''; 49 50 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 }: 2 3 buildGoModule rec { 4 pname = "flex-ndax"; ··· 16 vendorSha256 = "sha256-u/5LiVo/ZOefprEKr/L1+3+OfYb0a4wq+CWoUjYNvzg="; 17 18 meta = with lib; { 19 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 }: 2 3 buildGoModule rec { 4 pname = "flex-ndax"; ··· 16 vendorSha256 = "sha256-u/5LiVo/ZOefprEKr/L1+3+OfYb0a4wq+CWoUjYNvzg="; 17 18 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; 113 114 meta = with lib; { 115 description = "Software Defined Radio (SDR) software"; 116 longDescription = '' 117 GNU Radio is a free & open-source software development toolkit that
··· 112 doCheck = false; 113 114 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 ''; 45 46 meta = with lib; { 47 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 ''; 45 46 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 ''; 144 145 meta = with lib; { 146 description = "USRP Hardware Driver (for Software Defined Radio)"; 147 longDescription = '' 148 The USRP Hardware Driver (UHD) software is the hardware driver for all
··· 143 ''; 144 145 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
+1
pkgs/applications/science/astronomy/gildas/default.nix
··· 50 ''; 51 52 meta = { 53 description = "Radioastronomy data analysis software"; 54 longDescription = '' 55 GILDAS is a collection of state-of-the-art software
··· 50 ''; 51 52 meta = { 53 + broken = stdenv.isDarwin; 54 description = "Radioastronomy data analysis software"; 55 longDescription = '' 56 GILDAS is a collection of state-of-the-art software
+1
pkgs/applications/science/astronomy/stellarium/default.nix
··· 29 ''; 30 31 meta = with lib; { 32 description = "Free open-source planetarium"; 33 homepage = "http://stellarium.org/"; 34 license = licenses.gpl2;
··· 29 ''; 30 31 meta = with lib; { 32 + broken = stdenv.isDarwin; 33 description = "Free open-source planetarium"; 34 homepage = "http://stellarium.org/"; 35 license = licenses.gpl2;
+1
pkgs/applications/science/biology/cmtk/default.nix
··· 18 ]; 19 20 meta = with lib; { 21 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 ]; 19 20 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
+2 -1
pkgs/applications/science/biology/migrate/default.nix
··· 1 - { lib, gccStdenv, fetchurl, zlib, mpi }: 2 3 gccStdenv.mkDerivation rec { 4 version = "3.7.2"; ··· 15 preInstall = "mkdir -p $out/man/man1"; 16 17 meta = with lib; { 18 description = "Estimates population size, migration, population splitting parameters using genetic/genomic data"; 19 homepage = "https://peterbeerli.com/migrate-html5/index.html"; 20 license = licenses.mit;
··· 1 + { stdenv, lib, gccStdenv, fetchurl, zlib, mpi }: 2 3 gccStdenv.mkDerivation rec { 4 version = "3.7.2"; ··· 15 preInstall = "mkdir -p $out/man/man1"; 16 17 meta = with lib; { 18 + broken = stdenv.isDarwin; 19 description = "Estimates population size, migration, population splitting parameters using genetic/genomic data"; 20 homepage = "https://peterbeerli.com/migrate-html5/index.html"; 21 license = licenses.mit;
+1
pkgs/applications/science/biology/neuron/default.nix
··· 71 propagatedBuildInputs = [ readline ncurses which libtool ]; 72 73 meta = with lib; { 74 description = "Simulation environment for empirically-based simulations of neurons and networks of neurons"; 75 76 longDescription = "NEURON is a simulation environment for developing and exercising models of
··· 71 propagatedBuildInputs = [ readline ncurses which libtool ]; 72 73 meta = with lib; { 74 + broken = stdenv.isDarwin; 75 description = "Simulation environment for empirically-based simulations of neurons and networks of neurons"; 76 77 longDescription = "NEURON is a simulation environment for developing and exercising models of
+1
pkgs/applications/science/biology/subread/default.nix
··· 30 ''; 31 32 meta = with lib; { 33 description = "High-performance read alignment, quantification and mutation discovery"; 34 license = licenses.gpl3; 35 maintainers = with maintainers; [ jbedo ];
··· 30 ''; 31 32 meta = with lib; { 33 + broken = stdenv.isDarwin; 34 description = "High-performance read alignment, quantification and mutation discovery"; 35 license = licenses.gpl3; 36 maintainers = with maintainers; [ jbedo ];
+1
pkgs/applications/science/biology/whisper/default.nix
··· 25 ''; 26 27 meta = with lib; { 28 description = "Short read sequence mapper"; 29 license = licenses.gpl3; 30 homepage = "https://github.com/refresh-bio/whisper";
··· 25 ''; 26 27 meta = with lib; { 28 + broken = stdenv.isDarwin; 29 description = "Short read sequence mapper"; 30 license = licenses.gpl3; 31 homepage = "https://github.com/refresh-bio/whisper";
+3 -1
pkgs/applications/science/chemistry/pymol/default.nix
··· 1 - { lib 2 , fetchFromGitHub 3 , makeDesktopItem 4 , python3 ··· 67 ''; 68 69 meta = with lib; { 70 inherit description; 71 homepage = "https://www.pymol.org/"; 72 license = licenses.mit;
··· 1 + { stdenv 2 + , lib 3 , fetchFromGitHub 4 , makeDesktopItem 5 , python3 ··· 68 ''; 69 70 meta = with lib; { 71 + broken = stdenv.isDarwin; 72 inherit description; 73 homepage = "https://www.pymol.org/"; 74 license = licenses.mit;
+1
pkgs/applications/science/electronics/gaw/default.nix
··· 19 buildInputs = [ gtk3 ]; 20 21 meta = with lib; { 22 description = "Gtk Analog Wave viewer"; 23 longDescription = '' 24 Gaw is a software tool for displaying analog waveforms from
··· 19 buildInputs = [ gtk3 ]; 20 21 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
+1
pkgs/applications/science/electronics/xschem/default.nix
··· 29 hardeningDisable = [ "format" ]; 30 31 meta = with lib; { 32 description = "Schematic capture and netlisting EDA tool"; 33 longDescription = '' 34 Xschem is a schematic capture program, it allows creation of
··· 29 hardeningDisable = [ "format" ]; 30 31 meta = with lib; { 32 + broken = stdenv.isDarwin; 33 description = "Schematic capture and netlisting EDA tool"; 34 longDescription = '' 35 Xschem is a schematic capture program, it allows creation of
+1
pkgs/applications/science/electronics/xyce/default.nix
··· 168 ''; 169 170 meta = with lib; { 171 description = "High-performance analog circuit simulator"; 172 longDescription = '' 173 Xyce is a SPICE-compatible, high-performance analog circuit simulator,
··· 168 ''; 169 170 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,
+1
pkgs/applications/science/logic/formula/default.nix
··· 23 ''; 24 25 meta = with lib; { 26 description = "Formal Specifications for Verification and Synthesis"; 27 homepage = "https://github.com/VUISIS/formula-dotnet"; 28 license = licenses.mspl;
··· 23 ''; 24 25 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; 17 18 meta = with lib; { 19 description = "A toolset for model-checking concurrent systems and protocols"; 20 longDescription = '' 21 A formal specification language with an associated toolset,
··· 16 dontWrapQtApps = true; 17 18 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 ''; 23 24 meta = with lib; { 25 description = "An open, trustable and efficient SMT-solver"; 26 homepage = "https://verit.loria.fr/"; 27 license = licenses.bsd3;
··· 22 ''; 23 24 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" ]; 26 27 meta = with lib; { 28 description = "GiNaC is Not a CAS"; 29 homepage = "https://www.ginac.de/"; 30 maintainers = with maintainers; [ lovek323 ];
··· 25 configureFlags = [ "--disable-rpath" ]; 26 27 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 ];
+1
pkgs/applications/terminal-emulators/kitty/default.nix
··· 203 passthru.tests.test = nixosTests.terminal-emulators.kitty; 204 205 meta = with lib; { 206 homepage = "https://github.com/kovidgoyal/kitty"; 207 description = "A modern, hackable, featureful, OpenGL based terminal emulator"; 208 license = licenses.gpl3Only;
··· 203 passthru.tests.test = nixosTests.terminal-emulators.kitty; 204 205 meta = with lib; { 206 + broken = stdenv.isDarwin; 207 homepage = "https://github.com/kovidgoyal/kitty"; 208 description = "A modern, hackable, featureful, OpenGL based terminal emulator"; 209 license = licenses.gpl3Only;
+3 -1
pkgs/applications/version-management/git-and-tools/stgit/default.nix
··· 1 - { lib 2 , fetchFromGitHub 3 , installShellFiles 4 , python3Packages ··· 65 ''; 66 67 meta = with lib; { 68 description = "A patch manager implemented on top of Git"; 69 homepage = "https://stacked-git.github.io/"; 70 license = licenses.gpl2Only;
··· 1 + { stdenv 2 + , lib 3 , fetchFromGitHub 4 , installShellFiles 5 , python3Packages ··· 66 ''; 67 68 meta = with lib; { 69 + broken = stdenv.isDarwin; 70 description = "A patch manager implemented on top of Git"; 71 homepage = "https://stacked-git.github.io/"; 72 license = licenses.gpl2Only;
+2 -1
pkgs/applications/video/pyca/default.nix
··· 1 - { lib, buildPythonApplication, fetchFromGitHub, pycurl, python-dateutil, configobj, sqlalchemy, sdnotify, flask }: 2 3 buildPythonApplication rec { 4 pname = "pyca"; ··· 21 ]; 22 23 meta = with lib; { 24 description = "A fully functional Opencast capture agent written in Python"; 25 homepage = "https://github.com/opencast/pyCA"; 26 license = licenses.lgpl3;
··· 1 + { stdenv, lib, buildPythonApplication, fetchFromGitHub, pycurl, python-dateutil, configobj, sqlalchemy, sdnotify, flask }: 2 3 buildPythonApplication rec { 4 pname = "pyca"; ··· 21 ]; 22 23 meta = with lib; { 24 + broken = stdenv.isDarwin; 25 description = "A fully functional Opencast capture agent written in Python"; 26 homepage = "https://github.com/opencast/pyCA"; 27 license = licenses.lgpl3;