···49 doCheck = true;
5051 meta = with lib; {
052 description = "Finite Field Linear Algebra Subroutines";
53 license = licenses.lgpl21Plus;
54 maintainers = teams.sage.members;
···49 doCheck = true;
5051 meta = with lib; {
52+ broken = stdenv.isDarwin;
53 description = "Finite Field Linear Algebra Subroutines";
54 license = licenses.lgpl21Plus;
55 maintainers = teams.sage.members;
+1
pkgs/development/libraries/fox/fox-1.6.nix
···23 hardeningDisable = [ "format" ];
2425 meta = {
026 branch = "1.6";
27 description = "A C++ based class library for building Graphical User Interfaces";
28 longDescription = ''
···23 hardeningDisable = [ "format" ];
2425 meta = {
26+ broken = stdenv.isDarwin;
27 branch = "1.6";
28 description = "A C++ based class library for building Graphical User Interfaces";
29 longDescription = ''
+1
pkgs/development/libraries/gecode/3.nix
···23 preConfigure = "patchShebangs configure";
2425 meta = with lib; {
026 license = licenses.mit;
27 homepage = "https://www.gecode.org";
28 description = "Toolkit for developing constraint-based systems";
···113 '';
114115 meta = with lib; {
0116 description = "Geolocation framework and some data providers";
117 homepage = "https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home";
118 maintainers = with maintainers; [ raskin ];
···113 '';
114115 meta = with lib; {
116+ broken = stdenv.isDarwin;
117 description = "Geolocation framework and some data providers";
118 homepage = "https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home";
119 maintainers = with maintainers; [ raskin ];
+1
pkgs/development/libraries/gssdp/default.nix
···72 };
7374 meta = with lib; {
075 description = "GObject-based API for handling resource discovery and announcement over SSDP";
76 homepage = "http://www.gupnp.org/";
77 license = licenses.lgpl2Plus;
···72 };
7374 meta = with lib; {
75+ broken = stdenv.isDarwin;
76 description = "GObject-based API for handling resource discovery and announcement over SSDP";
77 homepage = "http://www.gupnp.org/";
78 license = licenses.lgpl2Plus;
···34 ];
3536 meta = with lib; {
037 homepage = "http://libclc.llvm.org/";
38 description = "Implementation of the library requirements of the OpenCL C programming language";
39 license = licenses.mit;
···34 ];
3536 meta = with lib; {
37+ broken = stdenv.isDarwin;
38 homepage = "http://libclc.llvm.org/";
39 description = "Implementation of the library requirements of the OpenCL C programming language";
40 license = licenses.mit;
+1
pkgs/development/libraries/libfm/default.nix
···44 enableParallelBuilding = true;
4546 meta = with lib; {
047 homepage = "https://blog.lxde.org/category/pcmanfm/";
48 license = licenses.lgpl21Plus;
49 description = "A glib-based library for file management";
···44 enableParallelBuilding = true;
4546 meta = with lib; {
47+ broken = stdenv.isDarwin;
48 homepage = "https://blog.lxde.org/category/pcmanfm/";
49 license = licenses.lgpl21Plus;
50 description = "A glib-based library for file management";
+1
pkgs/development/libraries/libical/default.nix
···100 '';
101102 meta = with lib; {
0103 homepage = "https://github.com/libical/libical";
104 description = "An Open Source implementation of the iCalendar protocols";
105 license = licenses.mpl20;
···100 '';
101102 meta = with lib; {
103+ broken = stdenv.isDarwin;
104 homepage = "https://github.com/libical/libical";
105 description = "An Open Source implementation of the iCalendar protocols";
106 license = licenses.mpl20;
+1
pkgs/development/libraries/libixp/default.nix
···19 buildInputs = [ txt2tags ];
2021 meta = {
022 homepage = "https://github.com/0intro/libixp";
23 description = "Portable, simple C-language 9P client and server libary";
24 maintainers = with lib.maintainers; [ kovirobi ];
···19 buildInputs = [ txt2tags ];
2021 meta = {
22+ broken = stdenv.isDarwin;
23 homepage = "https://github.com/0intro/libixp";
24 description = "Portable, simple C-language 9P client and server libary";
25 maintainers = with lib.maintainers; [ kovirobi ];
···14 buildInputs = [ popt ];
1516 meta = with lib; {
017 homepage = "http://natspec.sourceforge.net/";
18 description = "A library intended to smooth national specificities in using of programs";
19 platforms = platforms.unix;
···14 buildInputs = [ popt ];
1516 meta = with lib; {
17+ broken = stdenv.isDarwin;
18 homepage = "http://natspec.sourceforge.net/";
19 description = "A library intended to smooth national specificities in using of programs";
20 platforms = platforms.unix;
+1
pkgs/development/libraries/libnfc/default.nix
···17 configureFlags = [ "sysconfdir=/etc" ];
1819 meta = with lib; {
020 description = "Open source library libnfc for Near Field Communication";
21 license = licenses.gpl3;
22 homepage = "https://github.com/nfc-tools/libnfc";
···17 configureFlags = [ "sysconfdir=/etc" ];
1819 meta = with lib; {
20+ broken = stdenv.isDarwin;
21 description = "Open source library libnfc for Near Field Communication";
22 license = licenses.gpl3;
23 homepage = "https://github.com/nfc-tools/libnfc";
+1
pkgs/development/libraries/libredwg/default.nix
···34 checkInputs = lib.optionals enablePython [ libxml2 libxml2.dev ];
3536 meta = with lib; {
037 description = "Free implementation of the DWG file format";
38 homepage = "https://savannah.gnu.org/projects/libredwg/";
39 maintainers = with maintainers; [ tweber ];
···34 checkInputs = lib.optionals enablePython [ libxml2 libxml2.dev ];
3536 meta = with lib; {
37+ broken = stdenv.isDarwin;
38 description = "Free implementation of the DWG file format";
39 homepage = "https://savannah.gnu.org/projects/libredwg/";
40 maintainers = with maintainers; [ tweber ];
+1
pkgs/development/libraries/libsigcxx/1.2.nix
···13 buildInputs = [ m4];
1415 meta = with lib; {
016 homepage = "https://libsigcplusplus.github.io/libsigcplusplus/";
17 description = "A typesafe callback system for standard C++";
18 branch = "1.2";
···13 buildInputs = [ m4];
1415 meta = with lib; {
16+ broken = stdenv.isDarwin;
17 homepage = "https://libsigcplusplus.github.io/libsigcplusplus/";
18 description = "A typesafe callback system for standard C++";
19 branch = "1.2";
···37 ];
3839 meta = with lib; {
040 homepage = "https://libtorrent.org/";
41 description = "A C++ BitTorrent implementation focusing on efficiency and scalability";
42 license = licenses.bsd3;
···37 ];
3839 meta = with lib; {
40+ broken = stdenv.isDarwin;
41 homepage = "https://libtorrent.org/";
42 description = "A C++ BitTorrent implementation focusing on efficiency and scalability";
43 license = licenses.bsd3;
+1
pkgs/development/libraries/libtoxcore/default.nix
···38 '';
3940 meta = with lib; {
041 description = "P2P FOSS instant messaging application aimed to replace Skype";
42 homepage = "https://tox.chat";
43 license = licenses.gpl3Plus;
···33 '';
3435 meta = with lib; {
036 homepage = "https://github.com/OpenSC/openct/";
37 license = licenses.lgpl21;
38 description = "Drivers for several smart card readers";
···33 '';
3435 meta = with lib; {
36+ broken = stdenv.isDarwin;
37 homepage = "https://github.com/OpenSC/openct/";
38 license = licenses.lgpl21;
39 description = "Drivers for several smart card readers";
+1
pkgs/development/libraries/opendbx/default.nix
···20 buildInputs = [ readline libmysqlclient postgresql sqlite ];
2122 meta = with lib; {
023 description = "Extremely lightweight but extensible database access library written in C";
24 license = licenses.lgpl21;
25 platforms = platforms.all;
···20 buildInputs = [ readline libmysqlclient postgresql sqlite ];
2122 meta = with lib; {
23+ broken = stdenv.isDarwin;
24 description = "Extremely lightweight but extensible database access library written in C";
25 license = licenses.lgpl21;
26 platforms = platforms.all;
+1
pkgs/development/libraries/pangomm/2.42.nix
···28 };
2930 meta = with lib; {
031 description = "C++ interface to the Pango text rendering library";
32 homepage = "https://www.pango.org/";
33 license = with licenses; [ lgpl2 lgpl21 ];
···28 };
2930 meta = with lib; {
31+ broken = stdenv.isDarwin;
32 description = "C++ interface to the Pango text rendering library";
33 homepage = "https://www.pango.org/";
34 license = with licenses; [ lgpl2 lgpl21 ];
+1
pkgs/development/libraries/pcaudiolib/default.nix
···23 preConfigure = "./autogen.sh";
2425 meta = with lib; {
026 description = "Provides a C API to different audio devices";
27 homepage = "https://github.com/espeak-ng/pcaudiolib";
28 license = licenses.gpl3;
···23 preConfigure = "./autogen.sh";
2425 meta = with lib; {
26+ broken = stdenv.isDarwin;
27 description = "Provides a C API to different audio devices";
28 homepage = "https://github.com/espeak-ng/pcaudiolib";
29 license = licenses.gpl3;
···15 doCheck = false; # memory intensive
1617 meta = with lib; {
018 description = "A set of implementations of DBM";
19 homepage = "https://dbmx.net/tkrzw/";
20 maintainers = with maintainers; [ ehmry ];
···15 doCheck = false; # memory intensive
1617 meta = with lib; {
18+ broken = stdenv.isDarwin;
19 description = "A set of implementations of DBM";
20 homepage = "https://dbmx.net/tkrzw/";
21 maintainers = with maintainers; [ ehmry ];
···50 '';
5152 meta = with lib; {
053 description = "A video processing framework with the future in mind";
54 homepage = "http://www.vapoursynth.com/";
55 license = licenses.lgpl21;
···50 '';
5152 meta = with lib; {
53+ broken = stdenv.isDarwin;
54 description = "A video processing framework with the future in mind";
55 homepage = "http://www.vapoursynth.com/";
56 license = licenses.lgpl21;
+1
pkgs/development/libraries/vmmlib/default.nix
···26 checkTarget = "test";
2728 meta = with lib; {
029 description = "A vector and matrix math library implemented using C++ templates";
3031 longDescription = ''vmmlib is a vector and matrix math library implemented
···26 checkTarget = "test";
2728 meta = with lib; {
29+ broken = stdenv.isDarwin;
30 description = "A vector and matrix math library implemented using C++ templates";
3132 longDescription = ''vmmlib is a vector and matrix math library implemented
+1
pkgs/development/libraries/vte/default.nix
···98 };
99100 meta = with lib; {
0101 homepage = "https://www.gnome.org/";
102 description = "A library implementing a terminal emulator widget for GTK";
103 longDescription = ''
···98 };
99100 meta = with lib; {
101+ broken = stdenv.isDarwin;
102 homepage = "https://www.gnome.org/";
103 description = "A library implementing a terminal emulator widget for GTK";
104 longDescription = ''