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

This commit is contained in:
Rick van Schijndel 2022-05-28 15:38:40 +02:00 committed by Janne Heß
parent 65db3b17a8
commit 7d58a30286
No known key found for this signature in database
GPG key ID: 69165158F05265DF
34 changed files with 38 additions and 0 deletions

View file

@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
]; ];
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "Core library for full-featured text search engine"; description = "Core library for full-featured text search engine";
longDescription = '' longDescription = ''
CLucene is a high-performance, scalable, cross platform, full-featured, CLucene is a high-performance, scalable, cross platform, full-featured,

View file

@ -56,6 +56,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://confluence.ecmwf.int/display/ECC/"; homepage = "https://confluence.ecmwf.int/display/ECC/";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ knedlsepp ]; maintainers = with maintainers; [ knedlsepp ];

View file

@ -49,6 +49,7 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "Finite Field Linear Algebra Subroutines"; description = "Finite Field Linear Algebra Subroutines";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = teams.sage.members; maintainers = teams.sage.members;

View file

@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ]; hardeningDisable = [ "format" ];
meta = { meta = {
broken = stdenv.isDarwin;
branch = "1.6"; branch = "1.6";
description = "A C++ based class library for building Graphical User Interfaces"; description = "A C++ based class library for building Graphical User Interfaces";
longDescription = '' longDescription = ''

View file

@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
preConfigure = "patchShebangs configure"; preConfigure = "patchShebangs configure";
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
license = licenses.mit; license = licenses.mit;
homepage = "https://www.gecode.org"; homepage = "https://www.gecode.org";
description = "Toolkit for developing constraint-based systems"; description = "Toolkit for developing constraint-based systems";

View file

@ -113,6 +113,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "Geolocation framework and some data providers"; description = "Geolocation framework and some data providers";
homepage = "https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home"; homepage = "https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home";
maintainers = with maintainers; [ raskin ]; maintainers = with maintainers; [ raskin ];

View file

@ -72,6 +72,7 @@ stdenv.mkDerivation rec {
}; };
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "GObject-based API for handling resource discovery and announcement over SSDP"; description = "GObject-based API for handling resource discovery and announcement over SSDP";
homepage = "http://www.gupnp.org/"; homepage = "http://www.gupnp.org/";
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;

View file

@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "Windows registry hive extraction library"; description = "Windows registry hive extraction library";
license = licenses.lgpl2; license = licenses.lgpl2;
homepage = "https://github.com/libguestfs/hivex"; homepage = "https://github.com/libguestfs/hivex";

View file

@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "Java Foreign Function Interface "; description = "Java Foreign Function Interface ";
homepage = "https://github.com/jnr/jffi"; homepage = "https://github.com/jnr/jffi";
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
stripDebugList = [ "bin" "lib" "modules" ]; stripDebugList = [ "bin" "lib" "modules" ];
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "A LDAP-like embedded database"; description = "A LDAP-like embedded database";
homepage = "https://ldb.samba.org/"; homepage = "https://ldb.samba.org/";
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;

View file

@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
]; ];
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
homepage = "http://libclc.llvm.org/"; homepage = "http://libclc.llvm.org/";
description = "Implementation of the library requirements of the OpenCL C programming language"; description = "Implementation of the library requirements of the OpenCL C programming language";
license = licenses.mit; license = licenses.mit;

View file

@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://blog.lxde.org/category/pcmanfm/"; homepage = "https://blog.lxde.org/category/pcmanfm/";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
description = "A glib-based library for file management"; description = "A glib-based library for file management";

View file

@ -100,6 +100,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://github.com/libical/libical"; homepage = "https://github.com/libical/libical";
description = "An Open Source implementation of the iCalendar protocols"; description = "An Open Source implementation of the iCalendar protocols";
license = licenses.mpl20; license = licenses.mpl20;

View file

@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
buildInputs = [ txt2tags ]; buildInputs = [ txt2tags ];
meta = { meta = {
broken = stdenv.isDarwin;
homepage = "https://github.com/0intro/libixp"; homepage = "https://github.com/0intro/libixp";
description = "Portable, simple C-language 9P client and server libary"; description = "Portable, simple C-language 9P client and server libary";
maintainers = with lib.maintainers; [ kovirobi ]; maintainers = with lib.maintainers; [ kovirobi ];

View file

@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
}; };
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
homepage = "http://musicbrainz.org/doc/libmusicbrainz"; homepage = "http://musicbrainz.org/doc/libmusicbrainz";
description = "MusicBrainz Client Library (3.x version)"; description = "MusicBrainz Client Library (3.x version)";
longDescription = '' longDescription = ''

View file

@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ popt ]; buildInputs = [ popt ];
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
homepage = "http://natspec.sourceforge.net/"; homepage = "http://natspec.sourceforge.net/";
description = "A library intended to smooth national specificities in using of programs"; description = "A library intended to smooth national specificities in using of programs";
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "sysconfdir=/etc" ]; configureFlags = [ "sysconfdir=/etc" ];
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "Open source library libnfc for Near Field Communication"; description = "Open source library libnfc for Near Field Communication";
license = licenses.gpl3; license = licenses.gpl3;
homepage = "https://github.com/nfc-tools/libnfc"; homepage = "https://github.com/nfc-tools/libnfc";

View file

@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
checkInputs = lib.optionals enablePython [ libxml2 libxml2.dev ]; checkInputs = lib.optionals enablePython [ libxml2 libxml2.dev ];
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "Free implementation of the DWG file format"; description = "Free implementation of the DWG file format";
homepage = "https://savannah.gnu.org/projects/libredwg/"; homepage = "https://savannah.gnu.org/projects/libredwg/";
maintainers = with maintainers; [ tweber ]; maintainers = with maintainers; [ tweber ];

View file

@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ m4]; buildInputs = [ m4];
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://libsigcplusplus.github.io/libsigcplusplus/"; homepage = "https://libsigcplusplus.github.io/libsigcplusplus/";
description = "A typesafe callback system for standard C++"; description = "A typesafe callback system for standard C++";
branch = "1.2"; branch = "1.2";

View file

@ -37,6 +37,7 @@ in stdenv.mkDerivation {
]; ];
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://libtorrent.org/"; homepage = "https://libtorrent.org/";
description = "A C++ BitTorrent implementation focusing on efficiency and scalability"; description = "A C++ BitTorrent implementation focusing on efficiency and scalability";
license = licenses.bsd3; license = licenses.bsd3;

View file

@ -38,6 +38,7 @@ let
''; '';
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "P2P FOSS instant messaging application aimed to replace Skype"; description = "P2P FOSS instant messaging application aimed to replace Skype";
homepage = "https://tox.chat"; homepage = "https://tox.chat";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;

View file

@ -49,6 +49,7 @@ stdenv.mkDerivation {
doCheck = false; doCheck = false;
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "P2P FOSS instant messaging application aimed to replace Skype with crypto"; description = "P2P FOSS instant messaging application aimed to replace Skype with crypto";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];

View file

@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook ];
meta = { meta = {
broken = stdenv.isDarwin;
homepage = "https://liquidsdr.org/"; homepage = "https://liquidsdr.org/";
description = "Digital signal processing library for software-defined radios"; description = "Digital signal processing library for software-defined radios";
license = lib.licenses.mit; license = lib.licenses.mit;

View file

@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://github.com/OpenSC/openct/"; homepage = "https://github.com/OpenSC/openct/";
license = licenses.lgpl21; license = licenses.lgpl21;
description = "Drivers for several smart card readers"; description = "Drivers for several smart card readers";

View file

@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
buildInputs = [ readline libmysqlclient postgresql sqlite ]; buildInputs = [ readline libmysqlclient postgresql sqlite ];
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "Extremely lightweight but extensible database access library written in C"; description = "Extremely lightweight but extensible database access library written in C";
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.all; platforms = platforms.all;

View file

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
}; };
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "C++ interface to the Pango text rendering library"; description = "C++ interface to the Pango text rendering library";
homepage = "https://www.pango.org/"; homepage = "https://www.pango.org/";
license = with licenses; [ lgpl2 lgpl21 ]; license = with licenses; [ lgpl2 lgpl21 ];

View file

@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
preConfigure = "./autogen.sh"; preConfigure = "./autogen.sh";
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "Provides a C API to different audio devices"; description = "Provides a C API to different audio devices";
homepage = "https://github.com/espeak-ng/pcaudiolib"; homepage = "https://github.com/espeak-ng/pcaudiolib";
license = licenses.gpl3; license = licenses.gpl3;

View file

@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libGL SDL2 libGLU ]; buildInputs = [ libGL SDL2 libGLU ];
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://github.com/recastnavigation/recastnavigation"; homepage = "https://github.com/recastnavigation/recastnavigation";
description = "Navigation-mesh Toolset for Games"; description = "Navigation-mesh Toolset for Games";
license = licenses.zlib; license = licenses.zlib;

View file

@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
]; ];
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "C++ Reflection Library"; description = "C++ Reflection Library";
homepage = "https://www.rttr.org"; homepage = "https://www.rttr.org";
license = licenses.mit; license = licenses.mit;

View file

@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
doCheck = false; # memory intensive doCheck = false; # memory intensive
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "A set of implementations of DBM"; description = "A set of implementations of DBM";
homepage = "https://dbmx.net/tkrzw/"; homepage = "https://dbmx.net/tkrzw/";
maintainers = with maintainers; [ ehmry ]; maintainers = with maintainers; [ ehmry ];

View file

@ -20,6 +20,7 @@
}; };
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "Official PostgreSQL ODBC Driver"; description = "Official PostgreSQL ODBC Driver";
homepage = "https://odbc.postgresql.org/"; homepage = "https://odbc.postgresql.org/";
license = licenses.lgpl2; license = licenses.lgpl2;
@ -61,6 +62,7 @@
}; };
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "MariaDB ODBC database driver"; description = "MariaDB ODBC database driver";
homepage = "https://downloads.mariadb.org/connector-odbc/"; homepage = "https://downloads.mariadb.org/connector-odbc/";
license = licenses.gpl2; license = licenses.gpl2;
@ -124,6 +126,7 @@
}; };
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "ODBC driver for SQLite"; description = "ODBC driver for SQLite";
homepage = "http://www.ch-werner.de/sqliteodbc"; homepage = "http://www.ch-werner.de/sqliteodbc";
license = licenses.bsd2; license = licenses.bsd2;
@ -167,6 +170,7 @@
}; };
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "ODBC Driver 17 for SQL Server"; description = "ODBC Driver 17 for SQL Server";
homepage = "https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017"; homepage = "https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017";
license = licenses.unfree; license = licenses.unfree;
@ -210,6 +214,7 @@
}; };
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "Amazon Redshift ODBC driver"; description = "Amazon Redshift ODBC driver";
homepage = "https://docs.aws.amazon.com/redshift/latest/mgmt/configure-odbc-connection.html"; homepage = "https://docs.aws.amazon.com/redshift/latest/mgmt/configure-odbc-connection.html";
license = licenses.unfree; license = licenses.unfree;

View file

@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "A video processing framework with the future in mind"; description = "A video processing framework with the future in mind";
homepage = "http://www.vapoursynth.com/"; homepage = "http://www.vapoursynth.com/";
license = licenses.lgpl21; license = licenses.lgpl21;

View file

@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
checkTarget = "test"; checkTarget = "test";
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
description = "A vector and matrix math library implemented using C++ templates"; description = "A vector and matrix math library implemented using C++ templates";
longDescription = ''vmmlib is a vector and matrix math library implemented longDescription = ''vmmlib is a vector and matrix math library implemented

View file

@ -98,6 +98,7 @@ stdenv.mkDerivation rec {
}; };
meta = with lib; { meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://www.gnome.org/"; homepage = "https://www.gnome.org/";
description = "A library implementing a terminal emulator widget for GTK"; description = "A library implementing a terminal emulator widget for GTK";
longDescription = '' longDescription = ''