···4949 doCheck = true;
50505151 meta = with lib; {
5252+ broken = stdenv.isDarwin;
5253 description = "Finite Field Linear Algebra Subroutines";
5354 license = licenses.lgpl21Plus;
5455 maintainers = teams.sage.members;
+1
pkgs/development/libraries/fox/fox-1.6.nix
···2323 hardeningDisable = [ "format" ];
24242525 meta = {
2626+ broken = stdenv.isDarwin;
2627 branch = "1.6";
2728 description = "A C++ based class library for building Graphical User Interfaces";
2829 longDescription = ''
···3434 ];
35353636 meta = with lib; {
3737+ broken = stdenv.isDarwin;
3738 homepage = "http://libclc.llvm.org/";
3839 description = "Implementation of the library requirements of the OpenCL C programming language";
3940 license = licenses.mit;
+1
pkgs/development/libraries/libfm/default.nix
···4444 enableParallelBuilding = true;
45454646 meta = with lib; {
4747+ broken = stdenv.isDarwin;
4748 homepage = "https://blog.lxde.org/category/pcmanfm/";
4849 license = licenses.lgpl21Plus;
4950 description = "A glib-based library for file management";
+1
pkgs/development/libraries/libical/default.nix
···100100 '';
101101102102 meta = with lib; {
103103+ broken = stdenv.isDarwin;
103104 homepage = "https://github.com/libical/libical";
104105 description = "An Open Source implementation of the iCalendar protocols";
105106 license = licenses.mpl20;
+1
pkgs/development/libraries/libixp/default.nix
···1919 buildInputs = [ txt2tags ];
20202121 meta = {
2222+ broken = stdenv.isDarwin;
2223 homepage = "https://github.com/0intro/libixp";
2324 description = "Portable, simple C-language 9P client and server libary";
2425 maintainers = with lib.maintainers; [ kovirobi ];
···1414 buildInputs = [ popt ];
15151616 meta = with lib; {
1717+ broken = stdenv.isDarwin;
1718 homepage = "http://natspec.sourceforge.net/";
1819 description = "A library intended to smooth national specificities in using of programs";
1920 platforms = platforms.unix;
+1
pkgs/development/libraries/libnfc/default.nix
···1717 configureFlags = [ "sysconfdir=/etc" ];
18181919 meta = with lib; {
2020+ broken = stdenv.isDarwin;
2021 description = "Open source library libnfc for Near Field Communication";
2122 license = licenses.gpl3;
2223 homepage = "https://github.com/nfc-tools/libnfc";
+1
pkgs/development/libraries/libredwg/default.nix
···3434 checkInputs = lib.optionals enablePython [ libxml2 libxml2.dev ];
35353636 meta = with lib; {
3737+ broken = stdenv.isDarwin;
3738 description = "Free implementation of the DWG file format";
3839 homepage = "https://savannah.gnu.org/projects/libredwg/";
3940 maintainers = with maintainers; [ tweber ];
+1
pkgs/development/libraries/libsigcxx/1.2.nix
···1313 buildInputs = [ m4];
14141515 meta = with lib; {
1616+ broken = stdenv.isDarwin;
1617 homepage = "https://libsigcplusplus.github.io/libsigcplusplus/";
1718 description = "A typesafe callback system for standard C++";
1819 branch = "1.2";
···3333 '';
34343535 meta = with lib; {
3636+ broken = stdenv.isDarwin;
3637 homepage = "https://github.com/OpenSC/openct/";
3738 license = licenses.lgpl21;
3839 description = "Drivers for several smart card readers";
+1
pkgs/development/libraries/opendbx/default.nix
···2020 buildInputs = [ readline libmysqlclient postgresql sqlite ];
21212222 meta = with lib; {
2323+ broken = stdenv.isDarwin;
2324 description = "Extremely lightweight but extensible database access library written in C";
2425 license = licenses.lgpl21;
2526 platforms = platforms.all;
+1
pkgs/development/libraries/pangomm/2.42.nix
···2828 };
29293030 meta = with lib; {
3131+ broken = stdenv.isDarwin;
3132 description = "C++ interface to the Pango text rendering library";
3233 homepage = "https://www.pango.org/";
3334 license = with licenses; [ lgpl2 lgpl21 ];
+1
pkgs/development/libraries/pcaudiolib/default.nix
···2323 preConfigure = "./autogen.sh";
24242525 meta = with lib; {
2626+ broken = stdenv.isDarwin;
2627 description = "Provides a C API to different audio devices";
2728 homepage = "https://github.com/espeak-ng/pcaudiolib";
2829 license = licenses.gpl3;
···5050 '';
51515252 meta = with lib; {
5353+ broken = stdenv.isDarwin;
5354 description = "A video processing framework with the future in mind";
5455 homepage = "http://www.vapoursynth.com/";
5556 license = licenses.lgpl21;
+1
pkgs/development/libraries/vmmlib/default.nix
···2626 checkTarget = "test";
27272828 meta = with lib; {
2929+ broken = stdenv.isDarwin;
2930 description = "A vector and matrix math library implemented using C++ templates";
30313132 longDescription = ''vmmlib is a vector and matrix math library implemented
+1
pkgs/development/libraries/vte/default.nix
···9898 };
9999100100 meta = with lib; {
101101+ broken = stdenv.isDarwin;
101102 homepage = "https://www.gnome.org/";
102103 description = "A library implementing a terminal emulator widget for GTK";
103104 longDescription = ''