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

main
Rick van Schijndel 2 years ago committed by Janne Heß
parent 65db3b17a8
commit 7d58a30286
No known key found for this signature in database
GPG Key ID: 69165158F05265DF
  1. 1
      pkgs/development/libraries/clucene-core/default.nix
  2. 1
      pkgs/development/libraries/eccodes/default.nix
  3. 1
      pkgs/development/libraries/fflas-ffpack/default.nix
  4. 1
      pkgs/development/libraries/fox/fox-1.6.nix
  5. 1
      pkgs/development/libraries/gecode/3.nix
  6. 1
      pkgs/development/libraries/geoclue/default.nix
  7. 1
      pkgs/development/libraries/gssdp/default.nix
  8. 1
      pkgs/development/libraries/hivex/default.nix
  9. 1
      pkgs/development/libraries/java/jffi/default.nix
  10. 1
      pkgs/development/libraries/ldb/default.nix
  11. 1
      pkgs/development/libraries/libclc/default.nix
  12. 1
      pkgs/development/libraries/libfm/default.nix
  13. 1
      pkgs/development/libraries/libical/default.nix
  14. 1
      pkgs/development/libraries/libixp/default.nix
  15. 1
      pkgs/development/libraries/libmusicbrainz/default.nix
  16. 1
      pkgs/development/libraries/libnatspec/default.nix
  17. 1
      pkgs/development/libraries/libnfc/default.nix
  18. 1
      pkgs/development/libraries/libredwg/default.nix
  19. 1
      pkgs/development/libraries/libsigcxx/1.2.nix
  20. 1
      pkgs/development/libraries/libtorrent-rasterbar/default.nix
  21. 1
      pkgs/development/libraries/libtoxcore/default.nix
  22. 1
      pkgs/development/libraries/libtoxcore/new-api.nix
  23. 1
      pkgs/development/libraries/liquid-dsp/default.nix
  24. 1
      pkgs/development/libraries/openct/default.nix
  25. 1
      pkgs/development/libraries/opendbx/default.nix
  26. 1
      pkgs/development/libraries/pangomm/2.42.nix
  27. 1
      pkgs/development/libraries/pcaudiolib/default.nix
  28. 1
      pkgs/development/libraries/recastnavigation/default.nix
  29. 1
      pkgs/development/libraries/rttr/default.nix
  30. 1
      pkgs/development/libraries/tkrzw/default.nix
  31. 5
      pkgs/development/libraries/unixODBCDrivers/default.nix
  32. 1
      pkgs/development/libraries/vapoursynth/default.nix
  33. 1
      pkgs/development/libraries/vmmlib/default.nix
  34. 1
      pkgs/development/libraries/vte/default.nix

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -20,6 +20,7 @@
};
meta = with lib; {
broken = stdenv.isDarwin;
description = "Official PostgreSQL ODBC Driver";
homepage = "https://odbc.postgresql.org/";
license = licenses.lgpl2;
@ -61,6 +62,7 @@
};
meta = with lib; {
broken = stdenv.isDarwin;
description = "MariaDB ODBC database driver";
homepage = "https://downloads.mariadb.org/connector-odbc/";
license = licenses.gpl2;
@ -124,6 +126,7 @@
};
meta = with lib; {
broken = stdenv.isDarwin;
description = "ODBC driver for SQLite";
homepage = "http://www.ch-werner.de/sqliteodbc";
license = licenses.bsd2;
@ -167,6 +170,7 @@
};
meta = with lib; {
broken = stdenv.isDarwin;
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";
license = licenses.unfree;
@ -210,6 +214,7 @@
};
meta = with lib; {
broken = stdenv.isDarwin;
description = "Amazon Redshift ODBC driver";
homepage = "https://docs.aws.amazon.com/redshift/latest/mgmt/configure-odbc-connection.html";
license = licenses.unfree;

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

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

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

Loading…
Cancel
Save