···33 '';
3435 meta = {
036 description = "LV2 EQ plugins and more, with 64 bit processing";
37 longDescription = ''
38 Up to 10-Bands parametric equalizer with mono and stereo versions.
···33 '';
3435 meta = {
36+ broken = (stdenv.isLinux && stdenv.isAarch64);
37 description = "LV2 EQ plugins and more, with 64 bit processing";
38 longDescription = ''
39 Up to 10-Bands parametric equalizer with mono and stereo versions.
+1
pkgs/applications/audio/faustStk/default.nix
···30 done
31 '';
32 meta = with lib; {
033 description = "The physical modeling instruments included with faust, compiled as jack standalone and lv2 instruments";
34 homepage = "https://ccrma.stanford.edu/~rmichon/faustSTK/";
35 license = licenses.stk;
···30 done
31 '';
32 meta = with lib; {
33+ broken = (stdenv.isLinux && stdenv.isAarch64);
34 description = "The physical modeling instruments included with faust, compiled as jack standalone and lv2 instruments";
35 homepage = "https://ccrma.stanford.edu/~rmichon/faustSTK/";
36 license = licenses.stk;
···21 '';
2223 meta = with lib; {
024 homepage = "https://github.com/cth103/plugin-torture";
25 description = "A tool to test LADSPA and LV2 plugins";
26 license = licenses.gpl2;
···21 '';
2223 meta = with lib; {
24+ broken = (stdenv.isLinux && stdenv.isAarch64);
25 homepage = "https://github.com/cth103/plugin-torture";
26 description = "A tool to test LADSPA and LV2 plugins";
27 license = licenses.gpl2;
+2-1
pkgs/applications/audio/polyphone/default.nix
···1-{ lib, mkDerivation, fetchFromGitHub, qmake, pkg-config, alsa-lib, libjack2, portaudio, libogg, flac, libvorbis, rtmidi, qtsvg }:
23mkDerivation rec {
4 version = "2.2.0";
···40 ];
4142 meta = with lib; {
043 description = "A soundfont editor for creating musical instruments";
44 homepage = "https://www.polyphone-soundfonts.com/";
45 license = licenses.gpl3;
···35 '';
3637 meta = with lib; {
038 description = "Speech denoise lv2 plugin based on RNNoise library";
39 homepage = "https://github.com/lucianodato/speech-denoiser";
40 license = licenses.lgpl3;
···35 '';
3637 meta = with lib; {
38+ broken = (stdenv.isLinux && stdenv.isAarch64);
39 description = "Speech denoise lv2 plugin based on RNNoise library";
40 homepage = "https://github.com/lucianodato/speech-denoiser";
41 license = licenses.lgpl3;
+1
pkgs/applications/audio/stone-phaser/default.nix
···25 installFlags = [ "PREFIX=$(out)" ];
2627 meta = with lib; {
028 homepage = "https://github.com/jpcima/stone-phaser";
29 description = "A classic analog phaser effect, made with DPF and Faust";
30 maintainers = [ maintainers.magnetophon ];
···25 installFlags = [ "PREFIX=$(out)" ];
2627 meta = with lib; {
28+ broken = (stdenv.isLinux && stdenv.isAarch64);
29 homepage = "https://github.com/jpcima/stone-phaser";
30 description = "A classic analog phaser effect, made with DPF and Faust";
31 maintainers = [ maintainers.magnetophon ];
···35 enableParallelBuilding = true;
3637 meta = {
038 description = "A lite version of Bitcoin using scrypt as a proof-of-work algorithm";
39 longDescription= ''
40 Litecoin is a peer-to-peer Internet currency that enables instant payments
···48 homepage = "https://litecoin.org/";
49 platforms = platforms.unix;
50 license = licenses.mit;
51- broken = stdenv.isDarwin;
52 maintainers = with maintainers; [ offline ];
53 };
54}
···35 enableParallelBuilding = true;
3637 meta = {
38+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
39 description = "A lite version of Bitcoin using scrypt as a proof-of-work algorithm";
40 longDescription= ''
41 Litecoin is a peer-to-peer Internet currency that enables instant payments
···49 homepage = "https://litecoin.org/";
50 platforms = platforms.unix;
51 license = licenses.mit;
052 maintainers = with maintainers; [ offline ];
53 };
54}
···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.
···43 enableParallelBuilding = true;
4445 meta = {
46+ broken = (stdenv.isLinux && stdenv.isAarch64) || 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-1
pkgs/applications/blockchains/pivx/default.nix
···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
···64 '';
6566 meta = with lib; {
67+ broken = (stdenv.isLinux && stdenv.isAarch64) || 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
···87 '';
8889 meta = with lib; {
090 homepage = "https://citra-emu.org";
91 description = "The ${branch} branch of an open-source emulator for the Ninteno 3DS";
92 longDescription = ''
···87 '';
8889 meta = with lib; {
90+ broken = (stdenv.isLinux && stdenv.isAarch64);
91 homepage = "https://citra-emu.org";
92 description = "The ${branch} branch of an open-source emulator for the Ninteno 3DS";
93 longDescription = ''
+1-1
pkgs/applications/emulators/mame/default.nix
···146 '';
147148 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 ];
···146 '';
147148 meta = with lib; {
149+ broken = (stdenv.isLinux && stdenv.isAarch64) || 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/misc/firestarter/default.nix
···99 '';
100101 meta = with lib; {
0102 homepage = "https://tu-dresden.de/zih/forschung/projekte/firestarter";
103 description = "Processor Stress Test Utility";
104 platforms = platforms.linux;
···99 '';
100101 meta = with lib; {
102+ broken = (stdenv.isLinux && stdenv.isAarch64);
103 homepage = "https://tu-dresden.de/zih/forschung/projekte/firestarter";
104 description = "Processor Stress Test Utility";
105 platforms = platforms.linux;
+2-1
pkgs/applications/misc/organicmaps/default.nix
···75 '';
7677 meta = with lib; {
0078 homepage = "https://organicmaps.app/";
79 description = "Detailed Offline Maps for Travellers, Tourists, Hikers and Cyclists";
80 license = licenses.asl20;
81 maintainers = with maintainers; [ fgaz ];
82 platforms = platforms.all;
83 mainProgram = "OMaps";
84- broken = stdenv.isDarwin; # "invalid application of 'sizeof' to a function type"
85 };
86}
···75 '';
7677 meta = with lib; {
78+ # darwin: "invalid application of 'sizeof' to a function type"
79+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
80 homepage = "https://organicmaps.app/";
81 description = "Detailed Offline Maps for Travellers, Tourists, Hikers and Cyclists";
82 license = licenses.asl20;
83 maintainers = with maintainers; [ fgaz ];
84 platforms = platforms.all;
85 mainProgram = "OMaps";
086 };
87}
···18 '';
1920 meta = with lib; {
021 homepage = "https://github.com/seenaburns/stag";
22 description = "Terminal streaming bar graph passed through stdin";
23 license = licenses.bsdOriginal;
···18 '';
1920 meta = with lib; {
21+ broken = (stdenv.isLinux && stdenv.isAarch64);
22 homepage = "https://github.com/seenaburns/stag";
23 description = "Terminal streaming bar graph passed through stdin";
24 license = licenses.bsdOriginal;
+1
pkgs/applications/misc/workrave/default.nix
···31 enableParallelBuilding = true;
3233 meta = with lib; {
034 description = "A program to help prevent Repetitive Strain Injury";
35 longDescription = ''
36 Workrave is a program that assists in the recovery and prevention of
···31 enableParallelBuilding = true;
3233 meta = with lib; {
34+ broken = (stdenv.isLinux && stdenv.isAarch64);
35 description = "A program to help prevent Repetitive Strain Injury";
36 longDescription = ''
37 Workrave is a program that assists in the recovery and prevention of
···14 vendorSha256 = null;
1516 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/";
···14 vendorSha256 = null;
1516 meta = with lib; {
17+ broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
18 description = "Network, Service & Security Observability for Kubernetes using eBPF";
19 license = licenses.asl20;
20 homepage = "https://github.com/cilium/hubble/";
+1
pkgs/applications/networking/ike/default.nix
···52 '';
5354 meta = with lib; {
055 homepage = "https://www.shrew.net/software";
56 description = "IPsec Client for FreeBSD, NetBSD and many Linux based operating systems";
57 platforms = platforms.unix;
···52 '';
5354 meta = with lib; {
55+ broken = (stdenv.isLinux && stdenv.isAarch64);
56 homepage = "https://www.shrew.net/software";
57 description = "IPsec Client for FreeBSD, NetBSD and many Linux based operating systems";
58 platforms = platforms.unix;
···23 '';
2425 meta = with lib; {
026 description = "An IRC channel management bot written purely in C/C++";
27 longDescription = ''
28 Wraith is an IRC channel management bot written purely in C/C++. It has
···23 '';
2425 meta = with lib; {
26+ broken = (stdenv.isLinux && stdenv.isAarch64);
27 description = "An IRC channel management bot written purely in C/C++";
28 longDescription = ''
29 Wraith is an IRC channel management bot written purely in C/C++. It has
···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;
···50 '';
5152 meta = with lib; {
53+ broken = (stdenv.isLinux && stdenv.isAarch64) || 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/semantik/default.nix
···1-{ lib
02, mkDerivation
3, fetchFromGitLab
4, wafHook
···81 ];
8283 meta = with lib; {
084 description = "A mind-mapping application for KDE";
85 license = licenses.mit;
86 homepage = "https://waf.io/semantik.html";
···1+{ stdenv
2+, lib
3, mkDerivation
4, fetchFromGitLab
5, wafHook
···82 ];
8384 meta = with lib; {
85+ broken = (stdenv.isLinux && stdenv.isAarch64);
86 description = "A mind-mapping application for KDE";
87 license = licenses.mit;
88 homepage = "https://waf.io/semantik.html";
+1-1
pkgs/applications/radio/uhd/3.5.nix
···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
···143 '';
144145 meta = with lib; {
146+ broken = (stdenv.isLinux && stdenv.isAarch64) || 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
···24 '';
2526 meta = with lib; {
027 description = "A multiple sequence alignment method with reduced time and space complexity";
28 license = licenses.publicDomain;
29 homepage = "https://www.drive5.com/muscle/";
···24 '';
2526 meta = with lib; {
27+ broken = (stdenv.isLinux && stdenv.isAarch64);
28 description = "A multiple sequence alignment method with reduced time and space complexity";
29 license = licenses.publicDomain;
30 homepage = "https://www.drive5.com/muscle/";
···21 '';
2223 meta = with lib; {
024 description = "Structural variant and INDEL caller for DNA sequencing data, using genome-wide local assembly";
25 license = licenses.gpl3;
26 homepage = "https://github.com/walaj/svaba";
···21 '';
2223 meta = with lib; {
24+ broken = (stdenv.isLinux && stdenv.isAarch64);
25 description = "Structural variant and INDEL caller for DNA sequencing data, using genome-wide local assembly";
26 license = licenses.gpl3;
27 homepage = "https://github.com/walaj/svaba";
···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;
···23 '';
2425 meta = with lib; {
26+ broken = (stdenv.isLinux && stdenv.isAarch64) || 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/hol/default.nix
···66 '';
6768 meta = with lib; {
069 description = "Interactive theorem prover based on Higher-Order Logic";
70 longDescription = ''
71 HOL4 is the latest version of the HOL interactive proof
···66 '';
6768 meta = with lib; {
69+ broken = (stdenv.isLinux && stdenv.isAarch64);
70 description = "Interactive theorem prover based on Higher-Order Logic";
71 longDescription = ''
72 HOL4 is the latest version of the HOL interactive proof
···40 hardeningDisable = [ "all" ];
4142 meta = {
043 description = "A library for computer-vision scientists and targeted for the Multiple View Geometry community";
44 homepage = "https://openmvg.readthedocs.io/en/latest/";
45 license = lib.licenses.mpl20;
···40 hardeningDisable = [ "all" ];
4142 meta = {
43+ broken = (stdenv.isLinux && stdenv.isAarch64);
44 description = "A library for computer-vision scientists and targeted for the Multiple View Geometry community";
45 homepage = "https://openmvg.readthedocs.io/en/latest/";
46 license = lib.licenses.mpl20;
+1
pkgs/applications/science/misc/tulip/default.nix
···20 doCheck = false;
2122 meta = {
023 description = "A visualization framework for the analysis and visualization of relational data";
2425 longDescription =
···20 doCheck = false;
2122 meta = {
23+ broken = (stdenv.isLinux && stdenv.isAarch64);
24 description = "A visualization framework for the analysis and visualization of relational data";
2526 longDescription =
···62 ];
6364 meta = with lib; {
065 description = "An open-source machine learning framework for global analyses of parton distributions";
66 homepage = "https://docs.nnpdf.science/";
67 license = licenses.gpl3Only;
···62 ];
6364 meta = with lib; {
65+ broken = (stdenv.isLinux && stdenv.isAarch64);
66 description = "An open-source machine learning framework for global analyses of parton distributions";
67 homepage = "https://docs.nnpdf.science/";
68 license = licenses.gpl3Only;
···22 buildInputs = [ libdvdread ];
2324 meta = {
025 description = "Command line tool to make a copy from a video DVD for private use";
26 homepage = "https://sourceforge.net/projects/lxdvdrip";
27 license = lib.licenses.gpl2;
···22 buildInputs = [ libdvdread ];
2324 meta = {
25+ broken = (stdenv.isLinux && stdenv.isAarch64);
26 description = "Command line tool to make a copy from a video DVD for private use";
27 homepage = "https://sourceforge.net/projects/lxdvdrip";
28 license = lib.licenses.gpl2;