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