treewide: pkgs/development/compilers: mark broken for darwin

This commit is contained in:
Rick van Schijndel
2022-05-28 15:30:35 +02:00
committed by Janne Heß
parent 37c633f7ae
commit 0b45cae8a3
16 changed files with 19 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
preFixup = "rm -rf $(pwd)";
meta = {
broken = stdenv.isDarwin;
description = "Command-line interface to Stan";
longDescription = ''
Stan is a probabilistic programming language implementing full Bayesian

View File

@@ -196,6 +196,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "Official reference compiler for the D language";
homepage = "https://dlang.org/";
# Everything is now Boost licensed, even the backend.

View File

@@ -86,6 +86,7 @@ in stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = builtins.getAttr type descriptions;
homepage = "https://dotnet.github.io/";
license = licenses.mit;

View File

@@ -34,6 +34,7 @@ in stdenv.mkDerivation rec {
'';
meta = {
broken = stdenv.isDarwin;
description = "The Forth implementation of the GNU project";
homepage = "https://github.com/forthy42/gforth";
license = lib.licenses.gpl3;

View File

@@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://github.com/Baron-von-Riedesel/JWasm/";
description = "A MASM-compatible x86 assembler";
license = licenses.gpl2Plus;

View File

@@ -102,6 +102,7 @@ stdenv.mkDerivation (rec {
'';
meta = llvm_meta // {
broken = stdenv.isDarwin;
homepage = "https://lldb.llvm.org/";
description = "A next-generation high-performance debugger";
longDescription = ''
@@ -134,6 +135,7 @@ stdenv.mkDerivation (rec {
doCheck = false;
meta = llvm_meta // {
broken = stdenv.isDarwin;
description = "man pages for LLDB ${version}";
};
})

View File

@@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "lib" "dev" ];
meta = llvm_meta // {
broken = stdenv.isDarwin;
homepage = "https://lld.llvm.org/";
description = "The LLVM linker (unwrapped)";
longDescription = ''

View File

@@ -80,6 +80,7 @@ stdenv.mkDerivation rec {
'';
meta = llvm_meta // {
broken = stdenv.isDarwin;
homepage = "https://lldb.llvm.org/";
description = "A next-generation high-performance debugger";
longDescription = ''

View File

@@ -80,6 +80,7 @@ stdenv.mkDerivation rec {
'';
meta = llvm_meta // {
broken = stdenv.isDarwin;
homepage = "https://lldb.llvm.org/";
description = "A next-generation high-performance debugger";
longDescription = ''

View File

@@ -51,6 +51,7 @@ stdenv.mkDerivation rec {
passthru.tests.can-run-hello-world = callPackage ./test-can-run-hello-world.nix {};
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://strlen.com/lobster/";
description = "The Lobster programming language";
longDescription = ''

View File

@@ -76,6 +76,7 @@ stdenv.mkDerivation rec {
inherit enableParallelBuilding;
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://mono-project.com/";
description = "Cross platform, open source .NET development framework";
platforms = with platforms; darwin ++ linux;

View File

@@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libffi boehmgc openssl zlib ] ++ lib.optional odbcSupport libiodbc;
meta = with lib; {
broken = stdenv.isDarwin;
description = "An R6RS/R7RS Scheme system";
longDescription = ''
Sagittarius Scheme is a free Scheme implementation supporting

View File

@@ -1,4 +1,5 @@
{ lib
{ stdenv
, lib
, fetchFromGitHub
, fetchpatch
, rustPlatform
@@ -41,6 +42,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl gmp libmpc mpfr ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "A modern Prolog implementation written mostly in Rust.";
homepage = "https://github.com/mthom/scryer-prolog";
license = with licenses; [ bsd3 ];

View File

@@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" ];
meta = with lib; {
broken = stdenv.isDarwin;
description = "A translator of declarative Datalog programs into the C++ language";
homepage = "https://souffle-lang.github.io/";
platforms = platforms.unix;

View File

@@ -80,6 +80,7 @@ in stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "A low-level counterpart to Lua";
homepage = "https://terralang.org/";
platforms = platforms.x86_64;

View File

@@ -60,6 +60,7 @@ stdenv.mkDerivation rec {
checkTarget = "test";
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://repo.or.cz/tinycc.git";
description = "Small, fast, and embeddable C compiler and interpreter";
longDescription = ''