treewide: pkgs/applications: mark broken for aarch64-linux

authored by Rick van Schijndel and committed by Janne Heß 43370114 010f6ee3

+81 -23
+1
pkgs/applications/audio/drumgizmo/default.nix
··· 21 ]; 22 23 meta = with lib; { 24 description = "An LV2 sample based drum plugin"; 25 homepage = "https://www.drumgizmo.org"; 26 license = licenses.lgpl3Plus;
··· 21 ]; 22 23 meta = with lib; { 24 + broken = (stdenv.isLinux && stdenv.isAarch64); 25 description = "An LV2 sample based drum plugin"; 26 homepage = "https://www.drumgizmo.org"; 27 license = licenses.lgpl3Plus;
+1
pkgs/applications/audio/eq10q/default.nix
··· 33 ''; 34 35 meta = { 36 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 ''; 34 35 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; { 33 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;
+3 -1
pkgs/applications/audio/jamesdsp/default.nix
··· 1 - { lib 2 , mkDerivation 3 , fetchFromGitHub 4 , pipewire ··· 86 ]; 87 88 meta = with lib;{ 89 description = "An audio effect processor for PipeWire clients"; 90 homepage = "https://github.com/Audio4Linux/JDSP4Linux"; 91 license = licenses.gpl3Only;
··· 1 + { stdenv 2 + , lib 3 , mkDerivation 4 , fetchFromGitHub 5 , pipewire ··· 87 ]; 88 89 meta = with lib;{ 90 + broken = (stdenv.isLinux && stdenv.isAarch64); 91 description = "An audio effect processor for PipeWire clients"; 92 homepage = "https://github.com/Audio4Linux/JDSP4Linux"; 93 license = licenses.gpl3Only;
+2 -1
pkgs/applications/audio/jellycli/default.nix
··· 1 - { lib, fetchFromGitHub, buildGoModule, alsa-lib }: 2 3 buildGoModule rec { 4 pname = "jellycli"; ··· 21 buildInputs = [ alsa-lib ]; 22 23 meta = with lib; { 24 description = "Jellyfin terminal client"; 25 longDescription = '' 26 Terminal music player, works with Jellyfin (>= 10.6) , Emby (>= 4.4), and
··· 1 + { stdenv, lib, fetchFromGitHub, buildGoModule, alsa-lib }: 2 3 buildGoModule rec { 4 pname = "jellycli"; ··· 21 buildInputs = [ alsa-lib ]; 22 23 meta = with lib; { 24 + broken = (stdenv.isLinux && stdenv.isAarch64); 25 description = "Jellyfin terminal client"; 26 longDescription = '' 27 Terminal music player, works with Jellyfin (>= 10.6) , Emby (>= 4.4), and
+1 -1
pkgs/applications/audio/muso/default.nix
··· 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 ];
··· 29 cargoSha256 = "1hgdzyz005244f2mh97js9ga0a6s2hcd6iydz07f1hmhsh1j2bwy"; 30 31 meta = with lib; { 32 + broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin; 33 description = "An automatic music sorter (based on ID3 tags)"; 34 homepage = "https://github.com/quebin31/muso"; 35 license = with licenses; [ gpl3Plus ];
+3 -1
pkgs/applications/audio/myxer/default.nix
··· 1 - { lib 2 , rustPlatform 3 , fetchFromGitHub 4 , pkg-config ··· 29 doCheck = false; 30 31 meta = with lib; { 32 description = "A modern Volume Mixer for PulseAudio"; 33 homepage = "https://github.com/Aurailus/Myxer"; 34 license = licenses.gpl3Only;
··· 1 + { stdenv 2 + , lib 3 , rustPlatform 4 , fetchFromGitHub 5 , pkg-config ··· 30 doCheck = false; 31 32 meta = with lib; { 33 + broken = (stdenv.isLinux && stdenv.isAarch64); 34 description = "A modern Volume Mixer for PulseAudio"; 35 homepage = "https://github.com/Aurailus/Myxer"; 36 license = licenses.gpl3Only;
+1
pkgs/applications/audio/nootka/unstable.nix
··· 44 ]; 45 46 meta = with lib; { 47 description = "Application for practicing playing musical scores and ear training"; 48 homepage = "https://nootka.sourceforge.io/"; 49 license = licenses.gpl3Plus;
··· 44 ]; 45 46 meta = with lib; { 47 + broken = (stdenv.isLinux && stdenv.isAarch64); 48 description = "Application for practicing playing musical scores and ear training"; 49 homepage = "https://nootka.sourceforge.io/"; 50 license = licenses.gpl3Plus;
+1
pkgs/applications/audio/nova-filters/default.nix
··· 22 ''; 23 24 meta = with lib; { 25 description = "LADSPA plugins based on filters of nova"; 26 homepage = "http://klingt.org/~tim/nova-filters/"; 27 license = licenses.gpl2Plus;
··· 22 ''; 23 24 meta = with lib; { 25 + broken = (stdenv.isLinux && stdenv.isAarch64); 26 description = "LADSPA plugins based on filters of nova"; 27 homepage = "http://klingt.org/~tim/nova-filters/"; 28 license = licenses.gpl2Plus;
+1
pkgs/applications/audio/pd-plugins/helmholtz/default.nix
··· 38 ''; 39 40 meta = { 41 description = "Time domain pitch tracker for Pure Data"; 42 homepage = "http://www.katjaas.nl/helmholtz/helmholtz.html"; 43 license = lib.licenses.bsd3;
··· 38 ''; 39 40 meta = { 41 + broken = (stdenv.isLinux && stdenv.isAarch64); 42 description = "Time domain pitch tracker for Pure Data"; 43 homepage = "http://www.katjaas.nl/helmholtz/helmholtz.html"; 44 license = lib.licenses.bsd3;
+1
pkgs/applications/audio/plugin-torture/default.nix
··· 21 ''; 22 23 meta = with lib; { 24 homepage = "https://github.com/cth103/plugin-torture"; 25 description = "A tool to test LADSPA and LV2 plugins"; 26 license = licenses.gpl2;
··· 21 ''; 22 23 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 }: 2 3 mkDerivation rec { 4 version = "2.2.0"; ··· 40 ]; 41 42 meta = with lib; { 43 description = "A soundfont editor for creating musical instruments"; 44 homepage = "https://www.polyphone-soundfonts.com/"; 45 license = licenses.gpl3;
··· 1 + { stdenv, lib, mkDerivation, fetchFromGitHub, qmake, pkg-config, alsa-lib, libjack2, portaudio, libogg, flac, libvorbis, rtmidi, qtsvg }: 2 3 mkDerivation rec { 4 version = "2.2.0"; ··· 40 ]; 41 42 meta = with lib; { 43 + broken = (stdenv.isLinux && stdenv.isAarch64); 44 description = "A soundfont editor for creating musical instruments"; 45 homepage = "https://www.polyphone-soundfonts.com/"; 46 license = licenses.gpl3;
+1
pkgs/applications/audio/quadrafuzz/default.nix
··· 34 ''; 35 36 meta = with lib; { 37 homepage = "https://github.com/jpcima/quadrafuzz"; 38 description = "Multi-band fuzz distortion plugin"; 39 maintainers = [ maintainers.magnetophon ];
··· 34 ''; 35 36 meta = with lib; { 37 + broken = (stdenv.isLinux && stdenv.isAarch64); 38 homepage = "https://github.com/jpcima/quadrafuzz"; 39 description = "Multi-band fuzz distortion plugin"; 40 maintainers = [ maintainers.magnetophon ];
+1
pkgs/applications/audio/sorcer/default.nix
··· 26 ''; 27 28 meta = with lib; { 29 homepage = "http://openavproductions.com/sorcer/"; 30 description = "A wavetable LV2 plugin synth, targeted at the electronic / dubstep genre"; 31 license = licenses.gpl3Plus;
··· 26 ''; 27 28 meta = with lib; { 29 + broken = (stdenv.isLinux && stdenv.isAarch64); 30 homepage = "http://openavproductions.com/sorcer/"; 31 description = "A wavetable LV2 plugin synth, targeted at the electronic / dubstep genre"; 32 license = licenses.gpl3Plus;
+1
pkgs/applications/audio/speech-denoiser/default.nix
··· 35 ''; 36 37 meta = with lib; { 38 description = "Speech denoise lv2 plugin based on RNNoise library"; 39 homepage = "https://github.com/lucianodato/speech-denoiser"; 40 license = licenses.lgpl3;
··· 35 ''; 36 37 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)" ]; 26 27 meta = with lib; { 28 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)" ]; 26 27 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 ];
+1
pkgs/applications/audio/wavegain/default.nix
··· 28 ''; 29 30 meta = { 31 description = "ReplayGain for wave files"; 32 homepage = "https://github.com/MestreLion/wavegain"; 33 license = lib.licenses.lgpl21;
··· 28 ''; 29 30 meta = { 31 + broken = (stdenv.isLinux && stdenv.isAarch64); 32 description = "ReplayGain for wave files"; 33 homepage = "https://github.com/MestreLion/wavegain"; 34 license = lib.licenses.lgpl21;
+1
pkgs/applications/audio/x42-avldrums/default.nix
··· 22 enableParallelBuilding = true; 23 24 meta = with lib; { 25 description = "Drum sample player LV2 plugin dedicated to Glen MacArthur's AVLdrums"; 26 homepage = "https://x42-plugins.com/x42/x42-avldrums"; 27 maintainers = with maintainers; [ magnetophon orivej ];
··· 22 enableParallelBuilding = true; 23 24 meta = with lib; { 25 + broken = (stdenv.isLinux && stdenv.isAarch64); 26 description = "Drum sample player LV2 plugin dedicated to Glen MacArthur's AVLdrums"; 27 homepage = "https://x42-plugins.com/x42/x42-avldrums"; 28 maintainers = with maintainers; [ magnetophon orivej ];
+1
pkgs/applications/audio/x42-gmsynth/default.nix
··· 21 enableParallelBuilding = true; 22 23 meta = with lib; { 24 description = "Chris Colins' General User soundfont player LV2 plugin"; 25 homepage = "https://x42-plugins.com/x42/x42-gmsynth"; 26 maintainers = with maintainers; [ orivej ];
··· 21 enableParallelBuilding = true; 22 23 meta = with lib; { 24 + broken = (stdenv.isLinux && stdenv.isAarch64); 25 description = "Chris Colins' General User soundfont player LV2 plugin"; 26 homepage = "https://x42-plugins.com/x42/x42-gmsynth"; 27 maintainers = with maintainers; [ orivej ];
+1 -1
pkgs/applications/blockchains/litecoin/default.nix
··· 35 enableParallelBuilding = true; 36 37 meta = { 38 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; 36 37 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; 52 maintainers = with maintainers; [ offline ]; 53 }; 54 }
+1 -1
pkgs/applications/blockchains/particl-core/default.nix
··· 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.
··· 43 enableParallelBuilding = true; 44 45 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 ''; 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
··· 64 ''; 65 66 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
+2
pkgs/applications/editors/jetbrains/default.nix
··· 137 inherit pname version src wmClass jdk product; 138 productShort = "MPS"; 139 meta = with lib; { 140 homepage = "https://www.jetbrains.com/mps/"; 141 inherit license description platforms; 142 longDescription = '' ··· 170 inherit pname version src wmClass jdk product; 171 productShort = "PyCharm"; 172 meta = with lib; { 173 homepage = "https://www.jetbrains.com/pycharm/"; 174 inherit description license platforms; 175 longDescription = ''
··· 137 inherit pname version src wmClass jdk product; 138 productShort = "MPS"; 139 meta = with lib; { 140 + broken = (stdenv.isLinux && stdenv.isAarch64); 141 homepage = "https://www.jetbrains.com/mps/"; 142 inherit license description platforms; 143 longDescription = '' ··· 171 inherit pname version src wmClass jdk product; 172 productShort = "PyCharm"; 173 meta = with lib; { 174 + broken = (stdenv.isLinux && stdenv.isAarch64); 175 homepage = "https://www.jetbrains.com/pycharm/"; 176 inherit description license platforms; 177 longDescription = ''
+1
pkgs/applications/editors/mle/default.nix
··· 35 ''; 36 37 meta = with lib; { 38 description = "Small, flexible terminal-based text editor"; 39 homepage = "https://github.com/adsr/mle"; 40 license = licenses.asl20;
··· 35 ''; 36 37 meta = with lib; { 38 + broken = (stdenv.isLinux && stdenv.isAarch64); 39 description = "Small, flexible terminal-based text editor"; 40 homepage = "https://github.com/adsr/mle"; 41 license = licenses.asl20;
+1
pkgs/applications/editors/rstudio/default.nix
··· 202 ''; 203 204 meta = with lib; { 205 inherit description; 206 homepage = "https://www.rstudio.com/"; 207 license = licenses.agpl3Only;
··· 202 ''; 203 204 meta = with lib; { 205 + broken = (stdenv.isLinux && stdenv.isAarch64); 206 inherit description; 207 homepage = "https://www.rstudio.com/"; 208 license = licenses.agpl3Only;
+1
pkgs/applications/emulators/citra/generic.nix
··· 87 ''; 88 89 meta = with lib; { 90 homepage = "https://citra-emu.org"; 91 description = "The ${branch} branch of an open-source emulator for the Ninteno 3DS"; 92 longDescription = ''
··· 87 ''; 88 89 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 ''; 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 ];
··· 146 ''; 147 148 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 ''; 100 101 meta = with lib; { 102 homepage = "https://tu-dresden.de/zih/forschung/projekte/firestarter"; 103 description = "Processor Stress Test Utility"; 104 platforms = platforms.linux;
··· 99 ''; 100 101 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 ''; 76 77 meta = with lib; { 78 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 ''; 76 77 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"; 86 }; 87 }
+2 -1
pkgs/applications/misc/redis-desktop-manager/default.nix
··· 1 - { mkDerivation, lib, fetchFromGitHub, fetchFromGitiles, pkg-config, libssh2 2 , qtbase, qtdeclarative, qtgraphicaleffects, qtimageformats, qtquickcontrols2 3 , qtsvg, qttools, qtquick1, qtcharts 4 , qmake ··· 75 ''; 76 77 meta = with lib; { 78 description = "Cross-platform open source Redis DB management tool"; 79 homepage = "https://redisdesktop.com/"; 80 license = licenses.gpl3Only;
··· 1 + { stdenv, mkDerivation, lib, fetchFromGitHub, fetchFromGitiles, pkg-config, libssh2 2 , qtbase, qtdeclarative, qtgraphicaleffects, qtimageformats, qtquickcontrols2 3 , qtsvg, qttools, qtquick1, qtcharts 4 , qmake ··· 75 ''; 76 77 meta = with lib; { 78 + broken = (stdenv.isLinux && stdenv.isAarch64); 79 description = "Cross-platform open source Redis DB management tool"; 80 homepage = "https://redisdesktop.com/"; 81 license = licenses.gpl3Only;
+1
pkgs/applications/misc/stag/default.nix
··· 18 ''; 19 20 meta = with lib; { 21 homepage = "https://github.com/seenaburns/stag"; 22 description = "Terminal streaming bar graph passed through stdin"; 23 license = licenses.bsdOriginal;
··· 18 ''; 19 20 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; 32 33 meta = with lib; { 34 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; 32 33 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
+1
pkgs/applications/networking/cloudflared/default.nix
··· 29 doCheck = !stdenv.isDarwin; 30 31 meta = with lib; { 32 description = "CloudFlare Tunnel daemon (and DNS-over-HTTPS client)"; 33 homepage = "https://www.cloudflare.com/products/tunnel"; 34 license = licenses.asl20;
··· 29 doCheck = !stdenv.isDarwin; 30 31 meta = with lib; { 32 + broken = (stdenv.isLinux && stdenv.isAarch64); 33 description = "CloudFlare Tunnel daemon (and DNS-over-HTTPS client)"; 34 homepage = "https://www.cloudflare.com/products/tunnel"; 35 license = licenses.asl20;
+1 -1
pkgs/applications/networking/cluster/hubble/default.nix
··· 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/";
··· 14 vendorSha256 = null; 15 16 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 ''; 53 54 meta = with lib; { 55 homepage = "https://www.shrew.net/software"; 56 description = "IPsec Client for FreeBSD, NetBSD and many Linux based operating systems"; 57 platforms = platforms.unix;
··· 52 ''; 53 54 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;
+1
pkgs/applications/networking/instant-messengers/telegram/kotatogram-desktop/default.nix
··· 217 }; 218 219 meta = { 220 description = "Kotatogram – experimental Telegram Desktop fork"; 221 longDescription = '' 222 Unofficial desktop client for the Telegram messenger, based on Telegram Desktop.
··· 217 }; 218 219 meta = { 220 + broken = (stdenv.isLinux && stdenv.isAarch64); 221 description = "Kotatogram – experimental Telegram Desktop fork"; 222 longDescription = '' 223 Unofficial desktop client for the Telegram messenger, based on Telegram Desktop.
+1
pkgs/applications/networking/irc/wraith/default.nix
··· 23 ''; 24 25 meta = with lib; { 26 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 ''; 24 25 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
+3 -1
pkgs/applications/networking/mailreaders/meli/default.nix
··· 1 - { lib 2 , fetchgit 3 , rustPlatform 4 , pkg-config ··· 48 ''; 49 50 meta = with lib; { 51 description = "Experimental terminal mail client aiming for configurability and extensibility with sane defaults"; 52 homepage = "https://meli.delivery"; 53 license = licenses.gpl3;
··· 1 + { stdenv 2 + , lib 3 , fetchgit 4 , rustPlatform 5 , pkg-config ··· 49 ''; 50 51 meta = with lib; { 52 + broken = (stdenv.isLinux && stdenv.isAarch64); 53 description = "Experimental terminal mail client aiming for configurability and extensibility with sane defaults"; 54 homepage = "https://meli.delivery"; 55 license = licenses.gpl3;
+1
pkgs/applications/networking/taler/default.nix
··· 14 }; 15 enableParallelBuilding = true; 16 meta = with lib; { 17 description = "Anonymous, taxable payment system."; 18 homepage = "https://taler.net/"; 19 license = licenses.agpl3Plus;
··· 14 }; 15 enableParallelBuilding = true; 16 meta = with lib; { 17 + broken = (stdenv.isLinux && stdenv.isAarch64); 18 description = "Anonymous, taxable payment system."; 19 homepage = "https://taler.net/"; 20 license = licenses.agpl3Plus;
+1
pkgs/applications/office/jabref/default.nix
··· 63 ''; 64 65 meta = with lib; { 66 description = "Open source bibliography reference manager"; 67 homepage = "https://www.jabref.org"; 68 license = licenses.gpl2;
··· 63 ''; 64 65 meta = with lib; { 66 + broken = (stdenv.isLinux && stdenv.isAarch64); 67 description = "Open source bibliography reference manager"; 68 homepage = "https://www.jabref.org"; 69 license = licenses.gpl2;
+1 -1
pkgs/applications/office/ledger/default.nix
··· 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;
··· 50 ''; 51 52 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 2 , mkDerivation 3 , fetchFromGitLab 4 , wafHook ··· 81 ]; 82 83 meta = with lib; { 84 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 ]; 83 84 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 ''; 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
··· 143 ''; 144 145 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
+1
pkgs/applications/science/astronomy/gravit/default.nix
··· 25 enableParallelBuilding = true; 26 27 meta = { 28 homepage = "https://github.com/gak/gravit"; 29 description = "Beautiful OpenGL-based gravity simulator"; 30 license = lib.licenses.gpl2Plus;
··· 25 enableParallelBuilding = true; 26 27 meta = { 28 + broken = (stdenv.isLinux && stdenv.isAarch64); 29 homepage = "https://github.com/gak/gravit"; 30 description = "Beautiful OpenGL-based gravity simulator"; 31 license = lib.licenses.gpl2Plus;
+1
pkgs/applications/science/biology/mrtrix/default.nix
··· 86 ''; 87 88 meta = with lib; { 89 homepage = "https://github.com/MRtrix3/mrtrix3"; 90 description = "Suite of tools for diffusion imaging"; 91 maintainers = with maintainers; [ bcdarwin ];
··· 86 ''; 87 88 meta = with lib; { 89 + broken = (stdenv.isLinux && stdenv.isAarch64); 90 homepage = "https://github.com/MRtrix3/mrtrix3"; 91 description = "Suite of tools for diffusion imaging"; 92 maintainers = with maintainers; [ bcdarwin ];
+1
pkgs/applications/science/biology/muscle/default.nix
··· 24 ''; 25 26 meta = with lib; { 27 description = "A multiple sequence alignment method with reduced time and space complexity"; 28 license = licenses.publicDomain; 29 homepage = "https://www.drive5.com/muscle/";
··· 24 ''; 25 26 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/";
+1
pkgs/applications/science/biology/svaba/default.nix
··· 21 ''; 22 23 meta = with lib; { 24 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 ''; 22 23 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";
+1 -1
pkgs/applications/science/electronics/xyce/default.nix
··· 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,
··· 168 ''; 169 170 meta = with lib; { 171 + broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin; 172 description = "High-performance analog circuit simulator"; 173 longDescription = '' 174 Xyce is a SPICE-compatible, high-performance analog circuit simulator,
+1 -1
pkgs/applications/science/logic/formula/default.nix
··· 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;
··· 23 ''; 24 25 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 ''; 67 68 meta = with lib; { 69 description = "Interactive theorem prover based on Higher-Order Logic"; 70 longDescription = '' 71 HOL4 is the latest version of the HOL interactive proof
··· 66 ''; 67 68 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
+1
pkgs/applications/science/logic/open-wbo/default.nix
··· 19 ''; 20 21 meta = with lib; { 22 description = "State-of-the-art MaxSAT and Pseudo-Boolean solver"; 23 maintainers = with maintainers; [ gebner ]; 24 platforms = platforms.unix;
··· 19 ''; 20 21 meta = with lib; { 22 + broken = (stdenv.isLinux && stdenv.isAarch64); 23 description = "State-of-the-art MaxSAT and Pseudo-Boolean solver"; 24 maintainers = with maintainers; [ gebner ]; 25 platforms = platforms.unix;
+1
pkgs/applications/science/logic/opensmt/default.nix
··· 29 ]; 30 31 meta = with lib; { 32 description = "A satisfiability modulo theory (SMT) solver"; 33 maintainers = [ maintainers.raskin ]; 34 platforms = platforms.linux;
··· 29 ]; 30 31 meta = with lib; { 32 + broken = (stdenv.isLinux && stdenv.isAarch64); 33 description = "A satisfiability modulo theory (SMT) solver"; 34 maintainers = [ maintainers.raskin ]; 35 platforms = platforms.linux;
+1
pkgs/applications/science/logic/vampire/default.nix
··· 47 ''; 48 49 meta = with lib; { 50 homepage = "https://vprover.github.io/"; 51 description = "The Vampire Theorem Prover"; 52 platforms = platforms.unix;
··· 47 ''; 48 49 meta = with lib; { 50 + broken = (stdenv.isLinux && stdenv.isAarch64); 51 homepage = "https://vprover.github.io/"; 52 description = "The Vampire Theorem Prover"; 53 platforms = platforms.unix;
+2 -1
pkgs/applications/science/misc/graphia/default.nix
··· 24 ]; 25 26 meta = with lib; { 27 description = "A visualisation tool for the creation and analysis of graphs."; 28 homepage = "https://graphia.app"; 29 license = licenses.gpl3Only; 30 maintainers = [ maintainers.bgamari ]; 31 platforms = platforms.all; 32 - broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/graphia.x86_64-darwin 33 }; 34 }
··· 24 ]; 25 26 meta = with lib; { 27 + # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/graphia.x86_64-darwin 28 + broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin; 29 description = "A visualisation tool for the creation and analysis of graphs."; 30 homepage = "https://graphia.app"; 31 license = licenses.gpl3Only; 32 maintainers = [ maintainers.bgamari ]; 33 platforms = platforms.all; 34 }; 35 }
+1
pkgs/applications/science/misc/openmvg/default.nix
··· 40 hardeningDisable = [ "all" ]; 41 42 meta = { 43 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" ]; 41 42 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; 21 22 meta = { 23 description = "A visualization framework for the analysis and visualization of relational data"; 24 25 longDescription =
··· 20 doCheck = false; 21 22 meta = { 23 + broken = (stdenv.isLinux && stdenv.isAarch64); 24 description = "A visualization framework for the analysis and visualization of relational data"; 25 26 longDescription =
+1
pkgs/applications/science/physics/nnpdf/default.nix
··· 62 ]; 63 64 meta = with lib; { 65 description = "An open-source machine learning framework for global analyses of parton distributions"; 66 homepage = "https://docs.nnpdf.science/"; 67 license = licenses.gpl3Only;
··· 62 ]; 63 64 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;
+2 -1
pkgs/applications/terminal-emulators/contour/default.nix
··· 19 passthru.tests.test = nixosTests.terminal-emulators.contour; 20 21 meta = with lib; { 22 description = "Modern C++ Terminal Emulator"; 23 homepage = "https://github.com/christianparpart/contour"; 24 changelog = "https://github.com/christianparpart/contour/blob/HEAD/Changelog.md"; 25 license = licenses.asl20; 26 maintainers = with maintainers; [ fortuneteller2k ]; 27 platforms = platforms.unix; 28 - broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/staging-next/contour.x86_64-darwin 29 }; 30 }
··· 19 passthru.tests.test = nixosTests.terminal-emulators.contour; 20 21 meta = with lib; { 22 + # never built on Hydra https://hydra.nixos.org/job/nixpkgs/staging-next/contour.x86_64-darwin 23 + broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin; 24 description = "Modern C++ Terminal Emulator"; 25 homepage = "https://github.com/christianparpart/contour"; 26 changelog = "https://github.com/christianparpart/contour/blob/HEAD/Changelog.md"; 27 license = licenses.asl20; 28 maintainers = with maintainers; [ fortuneteller2k ]; 29 platforms = platforms.unix; 30 }; 31 }
+2 -1
pkgs/applications/terminal-emulators/syncterm/default.nix
··· 31 runtimeDependencies = [ ncurses SDL2 ]; # Both of these are dlopen()'ed at runtime. 32 33 meta = with lib; { 34 homepage = "https://syncterm.bbsdev.net/"; 35 description = "BBS terminal emulator"; 36 maintainers = with maintainers; [ embr ]; 37 platforms = platforms.unix; 38 license = licenses.gpl2Plus; 39 - broken = stdenv.isDarwin; # error: unsupported option '-fsanitize=safe-stack' for target 'x86_64-apple-darwin' 40 }; 41 }
··· 31 runtimeDependencies = [ ncurses SDL2 ]; # Both of these are dlopen()'ed at runtime. 32 33 meta = with lib; { 34 + # error: unsupported option '-fsanitize=safe-stack' for target 'x86_64-apple-darwin' 35 + broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin; 36 homepage = "https://syncterm.bbsdev.net/"; 37 description = "BBS terminal emulator"; 38 maintainers = with maintainers; [ embr ]; 39 platforms = platforms.unix; 40 license = licenses.gpl2Plus; 41 }; 42 }
+2 -1
pkgs/applications/video/hyperion-ng/default.nix
··· 1 - { avahi-compat, cmake, fetchFromGitHub, flatbuffers, hidapi, lib, libcec 2 , libusb1, libX11, libxcb, libXrandr, mbedtls, mkDerivation, protobuf, python3 3 , qtbase, qtserialport, qtsvg, qtx11extras, wrapQtAppsHook }: 4 ··· 41 ]; 42 43 meta = with lib; { 44 description = "Open Source Ambilight solution"; 45 homepage = "https://github.com/hyperion-project/hyperion.ng"; 46 license = licenses.mit;
··· 1 + { stdenv, avahi-compat, cmake, fetchFromGitHub, flatbuffers, hidapi, lib, libcec 2 , libusb1, libX11, libxcb, libXrandr, mbedtls, mkDerivation, protobuf, python3 3 , qtbase, qtserialport, qtsvg, qtx11extras, wrapQtAppsHook }: 4 ··· 41 ]; 42 43 meta = with lib; { 44 + broken = (stdenv.isLinux && stdenv.isAarch64); 45 description = "Open Source Ambilight solution"; 46 homepage = "https://github.com/hyperion-project/hyperion.ng"; 47 license = licenses.mit;
+1
pkgs/applications/video/lxdvdrip/default.nix
··· 22 buildInputs = [ libdvdread ]; 23 24 meta = { 25 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 ]; 23 24 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;
+2 -1
pkgs/applications/window-managers/leftwm/default.nix
··· 1 - { lib, fetchFromGitHub, rustPlatform, libX11, libXinerama }: 2 3 let 4 rpathLibs = [ libXinerama libX11 ]; ··· 28 dontPatchELF = true; 29 30 meta = with lib; { 31 description = "A tiling window manager for the adventurer"; 32 homepage = "https://github.com/leftwm/leftwm"; 33 license = licenses.mit;
··· 1 + { stdenv, lib, fetchFromGitHub, rustPlatform, libX11, libXinerama }: 2 3 let 4 rpathLibs = [ libXinerama libX11 ]; ··· 28 dontPatchELF = true; 29 30 meta = with lib; { 31 + broken = (stdenv.isLinux && stdenv.isAarch64); 32 description = "A tiling window manager for the adventurer"; 33 homepage = "https://github.com/leftwm/leftwm"; 34 license = licenses.mit;