lol

treewide: pkgs/development: mark broken for darwin

authored by

Rick van Schijndel and committed by
Janne Heß
03bc5717 7d58a302

+11 -1
+1
pkgs/development/interpreters/gnu-apl/default.nix
··· 33 33 ''; 34 34 35 35 meta = with lib; { 36 + broken = stdenv.isDarwin; 36 37 description = "Free interpreter for the APL programming language"; 37 38 homepage = "https://www.gnu.org/software/apl/"; 38 39 license = licenses.gpl3Plus;
+1
pkgs/development/interpreters/hugs/default.nix
··· 40 40 ]; 41 41 42 42 meta = with lib; { 43 + broken = stdenv.isDarwin; 43 44 homepage = "https://www.haskell.org/hugs"; 44 45 description = "Haskell interpreter"; 45 46 maintainers = with maintainers; [ joachifm ];
+1
pkgs/development/interpreters/maude/default.nix
··· 57 57 enableParallelBuilding = false; 58 58 59 59 meta = { 60 + broken = stdenv.isDarwin; 60 61 homepage = "http://maude.cs.illinois.edu/"; 61 62 description = "High-level specification language"; 62 63 license = lib.licenses.gpl2Plus;
+1
pkgs/development/interpreters/racket/default.nix
··· 137 137 enableParallelBuilding = false; 138 138 139 139 meta = with lib; { 140 + broken = stdenv.isDarwin; 140 141 description = "A programmable programming language"; 141 142 longDescription = '' 142 143 Racket is a full-spectrum programming language. It goes beyond
+1
pkgs/development/interpreters/tinyscheme/default.nix
··· 20 20 ''; 21 21 22 22 meta = with lib; { 23 + broken = stdenv.isDarwin; 23 24 description = "Lightweight Scheme implementation"; 24 25 longDescription = '' 25 26 TinyScheme is a lightweight Scheme interpreter that implements as large a
+3 -1
pkgs/development/interpreters/wasmer/default.nix
··· 1 - { lib 1 + { stdenv 2 + , lib 2 3 , rustPlatform 3 4 , fetchFromGitHub 4 5 , cmake ··· 38 39 LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib"; 39 40 40 41 meta = with lib; { 42 + broken = stdenv.isDarwin; 41 43 description = "The Universal WebAssembly Runtime"; 42 44 longDescription = '' 43 45 Wasmer is a standalone WebAssembly runtime for running WebAssembly outside
+1
pkgs/development/interpreters/wasmtime/default.nix
··· 32 32 ]; 33 33 34 34 meta = with lib; { 35 + broken = stdenv.isDarwin; 35 36 description = "Standalone JIT-style runtime for WebAssembly, using Cranelift"; 36 37 homepage = "https://github.com/bytecodealliance/wasmtime"; 37 38 license = licenses.asl20;
+1
pkgs/development/misc/datafusion/default.nix
··· 25 25 cargoSha256 = "sha256-Q0SjVofl1+sex15sSU9s7PgKeHG2b0gJPSqz7YZFOVs="; 26 26 27 27 meta = with lib; { 28 + broken = stdenv.isDarwin; 28 29 description = "cli for Apache Arrow DataFusion"; 29 30 homepage = "https://arrow.apache.org/datafusion"; 30 31 license = licenses.asl20;
+1
pkgs/development/mobile/xpwn/default.nix
··· 25 25 buildInputs = [ zlib libpng bzip2 libusb-compat-0_1 openssl ]; 26 26 27 27 meta = with lib; { 28 + broken = stdenv.isDarwin; 28 29 homepage = "http://planetbeing.lighthouseapp.com/projects/15246-xpwn"; 29 30 description = "Custom NOR firmware loader/IPSW generator for the iPhone"; 30 31 license = licenses.gpl3Plus;