···1919 # version and remove fluidsynth 1.x from nixpkgs again.
2020 version = "6.15.0";
21212222- enableParallelBuilding = true;
2323-2422 hardeningDisable = [ "format" ];
25232624 src = fetchFromGitHub {
-2
pkgs/applications/audio/kid3/default.nix
···2828 export DOCBOOKDIR="${docbook_xsl}/xml/xsl/docbook/"
2929 '';
30303131- enableParallelBuilding = true;
3232-3331 meta = with stdenv.lib; {
3432 description = "A simple and powerful audio tag editor";
3533 longDescription = ''
-1
pkgs/applications/audio/lmms/default.nix
···3737 ];
38383939 cmakeFlags = [ "-DWANT_QT5=ON" ];
4040- enableParallelBuilding = true;
41404241 meta = with stdenv.lib; {
4342 description = "DAW similar to FL Studio (music production software)";
-2
pkgs/applications/audio/qmmp/default.nix
···5151 libsamplerate
5252 ];
53535454- enableParallelBuilding = true;
5555-5654 meta = with stdenv.lib; {
5755 description = "Qt-based audio player that looks like Winamp";
5856 homepage = "http://qmmp.ylsoftware.com/";
-2
pkgs/applications/audio/radiotray-ng/default.nix
···8080 "-DBUILD_TESTS=${if doCheck then "ON" else "OFF"}"
8181 ];
82828383- enableParallelBuilding = true;
8484-8583 checkInputs = [ gtest ];
8684 doCheck = !stdenv.isAarch64; # single failure that I can't explain
8785
-2
pkgs/applications/audio/rosegarden/default.nix
···3333 alsaLib
3434 ];
35353636- enableParallelBuilding = true;
3737-3836 meta = with stdenv.lib; {
3937 homepage = "https://www.rosegardenmusic.com/";
4038 description = "Music composition and editing environment";
···1515 nativeBuildInputs = [ cmake pkgconfig ];
1616 buildInputs = [ boost miniupnpc openssl lmdb unbound readline ];
17171818- enableParallelBuilding = true;
1919-2018 meta = with lib; {
2119 description = "Secure, private blockchain with smart contracts based on Monero";
2220 homepage = "https://dero.io/";
-2
pkgs/applications/blockchains/masari.nix
···1515 nativeBuildInputs = [ cmake pkgconfig ];
1616 buildInputs = [ boost miniupnpc openssl lmdb unbound readline ];
17171818- enableParallelBuilding = true;
1919-2018 meta = with lib; {
2119 description = "scalability-focused, untraceable, secure, and fungible cryptocurrency using the RingCT protocol";
2220 homepage = "https://www.getmasari.org/";
-2
pkgs/applications/blockchains/sumokoin.nix
···2323 "-DLMDB_INCLUDE=${lmdb}/include"
2424 ];
25252626- enableParallelBuilding = true;
2727-2826 meta = with lib; {
2927 description = "A fork of Monero and a truely fungible cryptocurrency";
3028 homepage = "https://www.sumokoin.org/";
···13131414 buildInputs = [ libusb-compat-0_1 ];
15151616- enableParallelBuilding = true;
1717-1816 meta = with stdenv.lib; {
1917 homepage = "http://www.qlandkarte.org/";
2018 description = "Garmin Device Drivers for QlandkarteGT";
-2
pkgs/applications/misc/qolibri/default.nix
···1717 libeb lzo qtbase qtmultimedia qttools qtwebengine
1818 ];
19192020- enableParallelBuilding = true;
2121-2220 meta = with lib; {
2321 homepage = "https://github.com/ludios/qolibri";
2422 description = "EPWING reader for viewing Japanese dictionaries";
-2
pkgs/applications/misc/qsyncthingtray/default.nix
···5353 runHook postInstall
5454 '';
55555656- enableParallelBuilding = true;
5757-5856 meta = with lib; {
5957 homepage = "https://github.com/sieren/QSyncthingTray/";
6058 description = "A Traybar Application for Syncthing written in C++";
···5252 pcre xorg.libpthreadstubs xorg.libXdmcp util-linux libselinux libsepol epoxy at-spi2-core libXtst
5353 ];
54545555- enableParallelBuilding = true;
5656-5755 cmakeFlags = [
5856 "-Ddisable_autoupdate=ON"
5957 # We're allowed to used the API ID of the Snap package:
···2121 "-DNO_SHIBBOLETH=1"
2222 ];
23232424- enableParallelBuilding = true;
2525-2624 meta = with stdenv.lib; {
2725 description = "Synchronise your ownCloud with your computer using this desktop client";
2826 homepage = "https://owncloud.org";
···5454 "-DWITH_LUASCRIPTS=ON"
5555 ];
56565757- enableParallelBuilding = true;
5858-5957 meta = with stdenv.lib; {
6058 description = "A cross-platform program that uses the Direct Connect and ADC protocols";
6159 homepage = "https://github.com/eiskaltdcpp/eiskaltdcpp";
···26262727 doCheck = true;
28282929- enableParallelBuilding = true;
3030-3129 meta = with stdenv.lib ; {
3230 description = "Management of analyses and data in DNA metabarcoding";
3331 homepage = "https://git.metabarcoding.org/obitools/obitools3";
···3434 python3
3535 ];
36363737- enableParallelBuilding = true;
3838-3937 meta = with lib; {
4038 description = "A GUI program for supporting various instruments from DreamSourceLab, including logic analyzer, oscilloscope, etc";
4139 homepage = "https://www.dreamsourcelab.com/";
···2424 )
2525 '';
26262727- # seems to build fine now, may revert if concurrency does become an issue
2828- enableParallelBuilding = true;
2929-3027 meta = with stdenv.lib; {
3128 description = "Simple Theorem Prover";
3229 maintainers = with maintainers; [ ];
···8888 (flag "OpenCV" opencvSupport)
8989 ];
90909191- enableParallelBuilding = true;
9292-9391 meta = with stdenv.lib; {
9492 description = "A toolbox which offers a wide range of efficient and unified machine learning methods";
9593 homepage = "http://shogun-toolbox.org/";
···9090 done
9191 '';
92929393- enableParallelBuilding = true;
9494-9593 meta = with lib; {
9694 # Newer cub is included with cudatoolkit now and it breaks the build.
9795 # https://github.com/Microsoft/CNTK/issues/3191
-2
pkgs/applications/science/math/mxnet/default.nix
···4343 rm "$out"/lib/*.a
4444 '';
45454646- enableParallelBuilding = true;
4747-4846 meta = with stdenv.lib; {
4947 description = "Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler";
5048 homepage = "https://mxnet.incubator.apache.org/";
···50505151 dontUseCmakeBuildDir = true;
52525353- enableParallelBuilding = true;
5454-5553 meta = with stdenv.lib; {
5654 description = "A library for computer-vision scientists and especially targeted to the Multi-View Stereo reconstruction community";
5755 homepage = "http://cdcseacave.github.io/openMVS/";
···119119 openspecfun pcre2 lapack
120120 ];
121121122122- enableParallelBuilding = true;
123123-124122 # Other versions of Julia pass the tests, but we are not sure why these fail.
125123 doCheck = false;
126124 checkTarget = "testall";
···1919 substituteInPlace test/buffertest.cc --replace "BOOST_MESSAGE" "BOOST_TEST_MESSAGE"
2020 '';
21212222- enableParallelBuilding = true;
2323-2422 meta = {
2523 description = "A C++ library which implements parts of the Avro Specification";
2624 homepage = "https://avro.apache.org/";
-2
pkgs/development/libraries/avro-c/default.nix
···19192020 buildInputs = [ jansson zlib ];
21212222- enableParallelBuilding = true;
2323-2422 meta = with stdenv.lib; {
2523 description = "A C library which implements parts of the Avro Specification";
2624 homepage = "https://avro.apache.org/";
···4242 "-DBUILD_UNIT_TESTS=OFF"
4343 ];
44444545- enableParallelBuilding = true;
4646-4745 meta = with stdenv.lib; {
4846 description = "A professional free 3D Game Multiphysics Library";
4947 longDescription = ''
-2
pkgs/development/libraries/c-blosc/default.nix
···13131414 nativeBuildInputs = [ cmake ];
15151616- enableParallelBuilding = true;
1717-1816 meta = with stdenv.lib; {
1917 description = "A blocking, shuffling and loss-less compression library";
2018 homepage = "https://www.blosc.org";
-2
pkgs/development/libraries/cpp-hocon/default.nix
···17171818 buildInputs = [ boost curl leatherman ];
19192020- enableParallelBuilding = true;
2121-2220 meta = with stdenv.lib; {
2321 inherit (src.meta) homepage;
2422 description = "A C++ port of the Typesafe Config library";
···2323 "-DFREEGLUT_BUILD_STATIC:BOOL=OFF"
2424 ];
25252626- enableParallelBuilding = true;
2727-2826 meta = with stdenv.lib; {
2927 description = "Create and manage windows containing OpenGL contexts";
3028 longDescription = ''
-2
pkgs/development/libraries/freetds/default.nix
···21212222 nativeBuildInputs = [ autoreconfHook pkgconfig ];
23232424- enableParallelBuilding = true;
2525-2624 meta = with stdenv.lib; {
2725 description = "Libraries to natively talk to Microsoft SQL Server and Sybase databases";
2826 homepage = "https://www.freetds.org";
···11111212 nativeBuildInputs = [ cmake ];
13131414- enableParallelBuilding = true;
1515-1614 meta = with stdenv.lib; {
1715 homepage = "https://github.com/selmf/unarr";
1816 description = "A lightweight decompression library with support for rar, tar and zip archives";
···12121313 nativeBuildInputs = [ cmake ];
14141515- enableParallelBuilding = true;
1616-1715 meta = with stdenv.lib; {
1816 description = "Single-header C++11 library designed to make you love template metaprogramming";
1917 homepage = "https://github.com/brunocodutra/metal";
···11111212 nativeBuildInputs = [ cmake ];
13131414- enableParallelBuilding = true;
1515-1616- cmakeFlags = []
1717- ++ stdenv.lib.optional (stdenv.hostPlatform != stdenv.buildPlatform)
1818- "-DMSGPACK_BUILD_EXAMPLES=OFF"
1919- ;
1414+ cmakeFlags = stdenv.lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) "-DMSGPACK_BUILD_EXAMPLES=OFF";
20152116 meta = with stdenv.lib; {
2217 description = "MessagePack implementation for C and C++";
-2
pkgs/development/libraries/ngt/default.nix
···1515 NIX_ENFORCE_NO_NATIVE=! enableAVX;
1616 __AVX2__ = if enableAVX then 1 else 0;
17171818- enableParallelBuilding = true;
1919-2018 meta = with stdenv.lib; {
2119 homepage = "https://github.com/yahoojapan/NGT";
2220 description = "Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data";
···3030 ]
3131 ++ lib.optionals stdenv.isDarwin [ Carbon Cocoa ];
32323333- enableParallelBuilding = true;
3434-3533 # The tests use cmake's findPackage to find the installed version of
3634 # pangolin, which isn't what we want (or available).
3735 doCheck = false;
···2020 # On 0.9.7, they do not even build with QT4
2121 cmakeFlags = stdenv.lib.optional (!doCheck) "-DENABLE_TESTS=OFF";
22222323- enableParallelBuilding = true;
2423 doCheck = false; # giving up for now
25242625 meta = with stdenv.lib; {
···23232424 cmakeFlags = [ "-DENABLE_TOOLS=${if enableTools then "ON" else "OFF"}" ];
25252626- enableParallelBuilding = true;
2727-2826 meta = with stdenv.lib; {
2927 description = "The Battle for Wesnoth, a free, turn-based strategy game with a fantasy theme";
3028 longDescription = ''
···3636 ++ lib.optional useClang [ llvmPackages.lld ];
37373838 separateDebugInfo = true;
3939- enableParallelBuilding = true;
4039 dontFixCmake = true;
41404241 cmakeFlags =
···6665 # fix up the use of the very weird and custom 'fdb_install' command by just
6766 # replacing it with cmake's ordinary version.
6867 postPatch = ''
6969- for x in bindings/c/CMakeLists.txt fdbserver/CMakeLists.txt fdbmonitor/CMakeLists.txt fdbbackup/CMakeLists.txt fdbcli/CMakeLists.txt; do
6868+ for x in bindings/c/CMakeLists.txt fdbserver/CMakeLists.txt fdbmonitor/CMakeLists.txt fdbbackup/CMakeLists.txt fdbcli/CMakeLists.txt; do
7069 substituteInPlace $x --replace 'fdb_install' 'install'
7170 done
7271 '';
···3636 "-DASM_OPTIMIZATIONS=${if stdenv.hostPlatform.sse4_2Support then "ON" else "OFF"}"
3737 ];
38383939- enableParallelBuilding = true;
4040-4139 meta = with lib; {
4240 homepage = "https://www.arangodb.com";
4341 description = "A native multi-model database with flexible data models for documents, graphs, and key-values";
···35353636 nativeBuildInputs = [ cmake makeWrapper pkgconfig ];
37373838- enableParallelBuilding = true;
3939-4038 NIX_CFLAGS_COMPILE = [ "-Wno-error=format-truncation" "-Wno-error=stringop-truncation" ];
41394240 # disable dvbscan, as having it enabled causes a network download which
···7371 meta = with stdenv.lib; {
7472 description = "TV streaming server";
7573 longDescription = ''
7676- Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android
7474+ Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android
7775 supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, SAT>IP and HDHomeRun as input sources.
7878- Tvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming.'';
7676+ Tvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming.'';
7977 homepage = "https://tvheadend.org";
8078 license = licenses.gpl3;
8179 platforms = platforms.unix;
-1
pkgs/servers/xmpp/biboumi/default.nix
···2727 cp $louiz_catch/single_include/catch.hpp tests/
2828 '';
29293030- enableParallelBuilding = true;
3130 doCheck = true;
32313332 meta = with stdenv.lib; {
···3131 --replace "LD_PRELOAD=libgefaker" "LD_PRELOAD=$out/lib/libgefaker"
3232 '';
33333434- enableParallelBuilding = true;
3535-3634 meta = with stdenv.lib; {
3735 homepage = "http://www.virtualgl.org/";
3836 description = "X11 GL rendering in a remote computer with full 3D hw acceleration";