treewide: pkgs/development: mark broken for darwin

This commit is contained in:
Rick van Schijndel 2022-05-29 00:56:40 +02:00 committed by Janne Heß
parent 7d58a30286
commit 03bc571744
No known key found for this signature in database
GPG key ID: 69165158F05265DF
9 changed files with 11 additions and 1 deletions

View file

@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "Free interpreter for the APL programming language";
homepage = "https://www.gnu.org/software/apl/";
license = licenses.gpl3Plus;

View file

@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://www.haskell.org/hugs";
description = "Haskell interpreter";
maintainers = with maintainers; [ joachifm ];

View file

@ -57,6 +57,7 @@ stdenv.mkDerivation {
enableParallelBuilding = false;
meta = {
broken = stdenv.isDarwin;
homepage = "http://maude.cs.illinois.edu/";
description = "High-level specification language";
license = lib.licenses.gpl2Plus;

View file

@ -137,6 +137,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = false;
meta = with lib; {
broken = stdenv.isDarwin;
description = "A programmable programming language";
longDescription = ''
Racket is a full-spectrum programming language. It goes beyond

View file

@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "Lightweight Scheme implementation";
longDescription = ''
TinyScheme is a lightweight Scheme interpreter that implements as large a

View file

@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, rustPlatform
, fetchFromGitHub
, cmake
@ -38,6 +39,7 @@ rustPlatform.buildRustPackage rec {
LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";
meta = with lib; {
broken = stdenv.isDarwin;
description = "The Universal WebAssembly Runtime";
longDescription = ''
Wasmer is a standalone WebAssembly runtime for running WebAssembly outside

View file

@ -32,6 +32,7 @@ rustPlatform.buildRustPackage rec {
];
meta = with lib; {
broken = stdenv.isDarwin;
description = "Standalone JIT-style runtime for WebAssembly, using Cranelift";
homepage = "https://github.com/bytecodealliance/wasmtime";
license = licenses.asl20;

View file

@ -25,6 +25,7 @@ rustPlatform.buildRustPackage {
cargoSha256 = "sha256-Q0SjVofl1+sex15sSU9s7PgKeHG2b0gJPSqz7YZFOVs=";
meta = with lib; {
broken = stdenv.isDarwin;
description = "cli for Apache Arrow DataFusion";
homepage = "https://arrow.apache.org/datafusion";
license = licenses.asl20;

View file

@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
buildInputs = [ zlib libpng bzip2 libusb-compat-0_1 openssl ];
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "http://planetbeing.lighthouseapp.com/projects/15246-xpwn";
description = "Custom NOR firmware loader/IPSW generator for the iPhone";
license = licenses.gpl3Plus;