Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

(cherry picked from commit 7d58a30286490b7cf7486093d615195fc7695520)

authored by

Rick van Schijndel and committed by
Janne Heß
86baa241 36445350

+38
+1
pkgs/development/libraries/clucene-core/default.nix
··· 16 16 ]; 17 17 18 18 meta = with lib; { 19 + broken = stdenv.isDarwin; 19 20 description = "Core library for full-featured text search engine"; 20 21 longDescription = '' 21 22 CLucene is a high-performance, scalable, cross platform, full-featured,
+1
pkgs/development/libraries/eccodes/default.nix
··· 56 56 ''; 57 57 58 58 meta = with lib; { 59 + broken = stdenv.isDarwin; 59 60 homepage = "https://confluence.ecmwf.int/display/ECC/"; 60 61 license = licenses.asl20; 61 62 maintainers = with maintainers; [ knedlsepp ];
+1
pkgs/development/libraries/fflas-ffpack/default.nix
··· 49 49 doCheck = true; 50 50 51 51 meta = with lib; { 52 + broken = stdenv.isDarwin; 52 53 description = "Finite Field Linear Algebra Subroutines"; 53 54 license = licenses.lgpl21Plus; 54 55 maintainers = teams.sage.members;
+1
pkgs/development/libraries/fox/fox-1.6.nix
··· 23 23 hardeningDisable = [ "format" ]; 24 24 25 25 meta = { 26 + broken = stdenv.isDarwin; 26 27 branch = "1.6"; 27 28 description = "A C++ based class library for building Graphical User Interfaces"; 28 29 longDescription = ''
+1
pkgs/development/libraries/gecode/3.nix
··· 23 23 preConfigure = "patchShebangs configure"; 24 24 25 25 meta = with lib; { 26 + broken = stdenv.isDarwin; 26 27 license = licenses.mit; 27 28 homepage = "https://www.gecode.org"; 28 29 description = "Toolkit for developing constraint-based systems";
+1
pkgs/development/libraries/geoclue/default.nix
··· 113 113 ''; 114 114 115 115 meta = with lib; { 116 + broken = stdenv.isDarwin; 116 117 description = "Geolocation framework and some data providers"; 117 118 homepage = "https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home"; 118 119 maintainers = with maintainers; [ raskin ];
+1
pkgs/development/libraries/gssdp/default.nix
··· 72 72 }; 73 73 74 74 meta = with lib; { 75 + broken = stdenv.isDarwin; 75 76 description = "GObject-based API for handling resource discovery and announcement over SSDP"; 76 77 homepage = "http://www.gupnp.org/"; 77 78 license = licenses.lgpl2Plus;
+1
pkgs/development/libraries/hivex/default.nix
··· 29 29 ''; 30 30 31 31 meta = with lib; { 32 + broken = stdenv.isDarwin; 32 33 description = "Windows registry hive extraction library"; 33 34 license = licenses.lgpl2; 34 35 homepage = "https://github.com/libguestfs/hivex";
+1
pkgs/development/libraries/java/jffi/default.nix
··· 38 38 ''; 39 39 40 40 meta = with lib; { 41 + broken = stdenv.isDarwin; 41 42 description = "Java Foreign Function Interface "; 42 43 homepage = "https://github.com/jnr/jffi"; 43 44 platforms = platforms.unix;
+1
pkgs/development/libraries/ldb/default.nix
··· 55 55 stripDebugList = [ "bin" "lib" "modules" ]; 56 56 57 57 meta = with lib; { 58 + broken = stdenv.isDarwin; 58 59 description = "A LDAP-like embedded database"; 59 60 homepage = "https://ldb.samba.org/"; 60 61 license = licenses.lgpl3Plus;
+1
pkgs/development/libraries/libclc/default.nix
··· 34 34 ]; 35 35 36 36 meta = with lib; { 37 + broken = stdenv.isDarwin; 37 38 homepage = "http://libclc.llvm.org/"; 38 39 description = "Implementation of the library requirements of the OpenCL C programming language"; 39 40 license = licenses.mit;
+1
pkgs/development/libraries/libfm/default.nix
··· 44 44 enableParallelBuilding = true; 45 45 46 46 meta = with lib; { 47 + broken = stdenv.isDarwin; 47 48 homepage = "https://blog.lxde.org/category/pcmanfm/"; 48 49 license = licenses.lgpl21Plus; 49 50 description = "A glib-based library for file management";
+1
pkgs/development/libraries/libical/default.nix
··· 100 100 ''; 101 101 102 102 meta = with lib; { 103 + broken = stdenv.isDarwin; 103 104 homepage = "https://github.com/libical/libical"; 104 105 description = "An Open Source implementation of the iCalendar protocols"; 105 106 license = licenses.mpl20;
+1
pkgs/development/libraries/libixp/default.nix
··· 19 19 buildInputs = [ txt2tags ]; 20 20 21 21 meta = { 22 + broken = stdenv.isDarwin; 22 23 homepage = "https://github.com/0intro/libixp"; 23 24 description = "Portable, simple C-language 9P client and server libary"; 24 25 maintainers = with lib.maintainers; [ kovirobi ];
+1
pkgs/development/libraries/libmusicbrainz/default.nix
··· 13 13 }; 14 14 15 15 meta = with lib; { 16 + broken = stdenv.isDarwin; 16 17 homepage = "http://musicbrainz.org/doc/libmusicbrainz"; 17 18 description = "MusicBrainz Client Library (3.x version)"; 18 19 longDescription = ''
+1
pkgs/development/libraries/libnatspec/default.nix
··· 14 14 buildInputs = [ popt ]; 15 15 16 16 meta = with lib; { 17 + broken = stdenv.isDarwin; 17 18 homepage = "http://natspec.sourceforge.net/"; 18 19 description = "A library intended to smooth national specificities in using of programs"; 19 20 platforms = platforms.unix;
+1
pkgs/development/libraries/libnfc/default.nix
··· 17 17 configureFlags = [ "sysconfdir=/etc" ]; 18 18 19 19 meta = with lib; { 20 + broken = stdenv.isDarwin; 20 21 description = "Open source library libnfc for Near Field Communication"; 21 22 license = licenses.gpl3; 22 23 homepage = "https://github.com/nfc-tools/libnfc";
+1
pkgs/development/libraries/libredwg/default.nix
··· 34 34 checkInputs = lib.optionals enablePython [ libxml2 libxml2.dev ]; 35 35 36 36 meta = with lib; { 37 + broken = stdenv.isDarwin; 37 38 description = "Free implementation of the DWG file format"; 38 39 homepage = "https://savannah.gnu.org/projects/libredwg/"; 39 40 maintainers = with maintainers; [ tweber ];
+1
pkgs/development/libraries/libsigcxx/1.2.nix
··· 13 13 buildInputs = [ m4]; 14 14 15 15 meta = with lib; { 16 + broken = stdenv.isDarwin; 16 17 homepage = "https://libsigcplusplus.github.io/libsigcplusplus/"; 17 18 description = "A typesafe callback system for standard C++"; 18 19 branch = "1.2";
+1
pkgs/development/libraries/libtorrent-rasterbar/default.nix
··· 37 37 ]; 38 38 39 39 meta = with lib; { 40 + broken = stdenv.isDarwin; 40 41 homepage = "https://libtorrent.org/"; 41 42 description = "A C++ BitTorrent implementation focusing on efficiency and scalability"; 42 43 license = licenses.bsd3;
+1
pkgs/development/libraries/libtoxcore/default.nix
··· 38 38 ''; 39 39 40 40 meta = with lib; { 41 + broken = stdenv.isDarwin; 41 42 description = "P2P FOSS instant messaging application aimed to replace Skype"; 42 43 homepage = "https://tox.chat"; 43 44 license = licenses.gpl3Plus;
+1
pkgs/development/libraries/libtoxcore/new-api.nix
··· 49 49 doCheck = false; 50 50 51 51 meta = with lib; { 52 + broken = stdenv.isDarwin; 52 53 description = "P2P FOSS instant messaging application aimed to replace Skype with crypto"; 53 54 license = licenses.gpl3Plus; 54 55 maintainers = with maintainers; [ ];
+1
pkgs/development/libraries/liquid-dsp/default.nix
··· 14 14 nativeBuildInputs = [ autoreconfHook ]; 15 15 16 16 meta = { 17 + broken = stdenv.isDarwin; 17 18 homepage = "https://liquidsdr.org/"; 18 19 description = "Digital signal processing library for software-defined radios"; 19 20 license = lib.licenses.mit;
+1
pkgs/development/libraries/openct/default.nix
··· 33 33 ''; 34 34 35 35 meta = with lib; { 36 + broken = stdenv.isDarwin; 36 37 homepage = "https://github.com/OpenSC/openct/"; 37 38 license = licenses.lgpl21; 38 39 description = "Drivers for several smart card readers";
+1
pkgs/development/libraries/opendbx/default.nix
··· 20 20 buildInputs = [ readline libmysqlclient postgresql sqlite ]; 21 21 22 22 meta = with lib; { 23 + broken = stdenv.isDarwin; 23 24 description = "Extremely lightweight but extensible database access library written in C"; 24 25 license = licenses.lgpl21; 25 26 platforms = platforms.all;
+1
pkgs/development/libraries/pangomm/2.42.nix
··· 28 28 }; 29 29 30 30 meta = with lib; { 31 + broken = stdenv.isDarwin; 31 32 description = "C++ interface to the Pango text rendering library"; 32 33 homepage = "https://www.pango.org/"; 33 34 license = with licenses; [ lgpl2 lgpl21 ];
+1
pkgs/development/libraries/pcaudiolib/default.nix
··· 23 23 preConfigure = "./autogen.sh"; 24 24 25 25 meta = with lib; { 26 + broken = stdenv.isDarwin; 26 27 description = "Provides a C API to different audio devices"; 27 28 homepage = "https://github.com/espeak-ng/pcaudiolib"; 28 29 license = licenses.gpl3;
+1
pkgs/development/libraries/recastnavigation/default.nix
··· 24 24 buildInputs = [ libGL SDL2 libGLU ]; 25 25 26 26 meta = with lib; { 27 + broken = stdenv.isDarwin; 27 28 homepage = "https://github.com/recastnavigation/recastnavigation"; 28 29 description = "Navigation-mesh Toolset for Games"; 29 30 license = licenses.zlib;
+1
pkgs/development/libraries/rttr/default.nix
··· 23 23 ]; 24 24 25 25 meta = with lib; { 26 + broken = stdenv.isDarwin; 26 27 description = "C++ Reflection Library"; 27 28 homepage = "https://www.rttr.org"; 28 29 license = licenses.mit;
+1
pkgs/development/libraries/tkrzw/default.nix
··· 15 15 doCheck = false; # memory intensive 16 16 17 17 meta = with lib; { 18 + broken = stdenv.isDarwin; 18 19 description = "A set of implementations of DBM"; 19 20 homepage = "https://dbmx.net/tkrzw/"; 20 21 maintainers = with maintainers; [ ehmry ];
+5
pkgs/development/libraries/unixODBCDrivers/default.nix
··· 20 20 }; 21 21 22 22 meta = with lib; { 23 + broken = stdenv.isDarwin; 23 24 description = "Official PostgreSQL ODBC Driver"; 24 25 homepage = "https://odbc.postgresql.org/"; 25 26 license = licenses.lgpl2; ··· 61 62 }; 62 63 63 64 meta = with lib; { 65 + broken = stdenv.isDarwin; 64 66 description = "MariaDB ODBC database driver"; 65 67 homepage = "https://downloads.mariadb.org/connector-odbc/"; 66 68 license = licenses.gpl2; ··· 124 126 }; 125 127 126 128 meta = with lib; { 129 + broken = stdenv.isDarwin; 127 130 description = "ODBC driver for SQLite"; 128 131 homepage = "http://www.ch-werner.de/sqliteodbc"; 129 132 license = licenses.bsd2; ··· 167 170 }; 168 171 169 172 meta = with lib; { 173 + broken = stdenv.isDarwin; 170 174 description = "ODBC Driver 17 for SQL Server"; 171 175 homepage = "https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017"; 172 176 license = licenses.unfree; ··· 210 214 }; 211 215 212 216 meta = with lib; { 217 + broken = stdenv.isDarwin; 213 218 description = "Amazon Redshift ODBC driver"; 214 219 homepage = "https://docs.aws.amazon.com/redshift/latest/mgmt/configure-odbc-connection.html"; 215 220 license = licenses.unfree;
+1
pkgs/development/libraries/vapoursynth/default.nix
··· 50 50 ''; 51 51 52 52 meta = with lib; { 53 + broken = stdenv.isDarwin; 53 54 description = "A video processing framework with the future in mind"; 54 55 homepage = "http://www.vapoursynth.com/"; 55 56 license = licenses.lgpl21;
+1
pkgs/development/libraries/vmmlib/default.nix
··· 26 26 checkTarget = "test"; 27 27 28 28 meta = with lib; { 29 + broken = stdenv.isDarwin; 29 30 description = "A vector and matrix math library implemented using C++ templates"; 30 31 31 32 longDescription = ''vmmlib is a vector and matrix math library implemented
+1
pkgs/development/libraries/vte/default.nix
··· 98 98 }; 99 99 100 100 meta = with lib; { 101 + broken = stdenv.isDarwin; 101 102 homepage = "https://www.gnome.org/"; 102 103 description = "A library implementing a terminal emulator widget for GTK"; 103 104 longDescription = ''