···19 # version and remove fluidsynth 1.x from nixpkgs again.
20 version = "6.15.0";
2122- enableParallelBuilding = true;
23-24 hardeningDisable = [ "format" ];
2526 src = fetchFromGitHub {
···19 # version and remove fluidsynth 1.x from nixpkgs again.
20 version = "6.15.0";
210022 hardeningDisable = [ "format" ];
2324 src = fetchFromGitHub {
-2
pkgs/applications/audio/kid3/default.nix
···28 export DOCBOOKDIR="${docbook_xsl}/xml/xsl/docbook/"
29 '';
3031- enableParallelBuilding = true;
32-33 meta = with stdenv.lib; {
34 description = "A simple and powerful audio tag editor";
35 longDescription = ''
···28 export DOCBOOKDIR="${docbook_xsl}/xml/xsl/docbook/"
29 '';
300031 meta = with stdenv.lib; {
32 description = "A simple and powerful audio tag editor";
33 longDescription = ''
-1
pkgs/applications/audio/lmms/default.nix
···37 ];
3839 cmakeFlags = [ "-DWANT_QT5=ON" ];
40- enableParallelBuilding = true;
4142 meta = with stdenv.lib; {
43 description = "DAW similar to FL Studio (music production software)";
···37 ];
3839 cmakeFlags = [ "-DWANT_QT5=ON" ];
04041 meta = with stdenv.lib; {
42 description = "DAW similar to FL Studio (music production software)";
-2
pkgs/applications/audio/qmmp/default.nix
···51 libsamplerate
52 ];
5354- enableParallelBuilding = true;
55-56 meta = with stdenv.lib; {
57 description = "Qt-based audio player that looks like Winamp";
58 homepage = "http://qmmp.ylsoftware.com/";
···51 libsamplerate
52 ];
530054 meta = with stdenv.lib; {
55 description = "Qt-based audio player that looks like Winamp";
56 homepage = "http://qmmp.ylsoftware.com/";
-2
pkgs/applications/audio/radiotray-ng/default.nix
···80 "-DBUILD_TESTS=${if doCheck then "ON" else "OFF"}"
81 ];
8283- enableParallelBuilding = true;
84-85 checkInputs = [ gtest ];
86 doCheck = !stdenv.isAarch64; # single failure that I can't explain
87
···80 "-DBUILD_TESTS=${if doCheck then "ON" else "OFF"}"
81 ];
820083 checkInputs = [ gtest ];
84 doCheck = !stdenv.isAarch64; # single failure that I can't explain
85
-2
pkgs/applications/audio/rosegarden/default.nix
···33 alsaLib
34 ];
3536- enableParallelBuilding = true;
37-38 meta = with stdenv.lib; {
39 homepage = "https://www.rosegardenmusic.com/";
40 description = "Music composition and editing environment";
···33 alsaLib
34 ];
350036 meta = with stdenv.lib; {
37 homepage = "https://www.rosegardenmusic.com/";
38 description = "Music composition and editing environment";
···32 find ./. -type f -iname "*.sh" -exec chmod +x {} \;
33 '';
340035 meta = {
36 description = "Peer-to-peer electronic cash system (Cash client)";
37 longDescription= ''
-2
pkgs/applications/blockchains/dero.nix
···15 nativeBuildInputs = [ cmake pkgconfig ];
16 buildInputs = [ boost miniupnpc openssl lmdb unbound readline ];
1718- enableParallelBuilding = true;
19-20 meta = with lib; {
21 description = "Secure, private blockchain with smart contracts based on Monero";
22 homepage = "https://dero.io/";
···15 nativeBuildInputs = [ cmake pkgconfig ];
16 buildInputs = [ boost miniupnpc openssl lmdb unbound readline ];
170018 meta = with lib; {
19 description = "Secure, private blockchain with smart contracts based on Monero";
20 homepage = "https://dero.io/";
-2
pkgs/applications/blockchains/masari.nix
···15 nativeBuildInputs = [ cmake pkgconfig ];
16 buildInputs = [ boost miniupnpc openssl lmdb unbound readline ];
1718- enableParallelBuilding = true;
19-20 meta = with lib; {
21 description = "scalability-focused, untraceable, secure, and fungible cryptocurrency using the RingCT protocol";
22 homepage = "https://www.getmasari.org/";
···15 nativeBuildInputs = [ cmake pkgconfig ];
16 buildInputs = [ boost miniupnpc openssl lmdb unbound readline ];
170018 meta = with lib; {
19 description = "scalability-focused, untraceable, secure, and fungible cryptocurrency using the RingCT protocol";
20 homepage = "https://www.getmasari.org/";
-2
pkgs/applications/blockchains/sumokoin.nix
···23 "-DLMDB_INCLUDE=${lmdb}/include"
24 ];
2526- enableParallelBuilding = true;
27-28 meta = with lib; {
29 description = "A fork of Monero and a truely fungible cryptocurrency";
30 homepage = "https://www.sumokoin.org/";
···23 "-DLMDB_INCLUDE=${lmdb}/include"
24 ];
250026 meta = with lib; {
27 description = "A fork of Monero and a truely fungible cryptocurrency";
28 homepage = "https://www.sumokoin.org/";
···27 kconfig kinit kio kparts kwidgetsaddons
28 ];
2930- enableParallelBuilding = true;
31-32 meta = with stdenv.lib; {
33 description = "A Graphviz dot graph viewer for KDE";
34 license = licenses.gpl2;
···27 kconfig kinit kio kparts kwidgetsaddons
28 ];
290030 meta = with stdenv.lib; {
31 description = "A Graphviz dot graph viewer for KDE";
32 license = licenses.gpl2;
-2
pkgs/applications/graphics/meshlab/default.nix
···84 # |
85 hardeningDisable = [ "format" ];
8687- enableParallelBuilding = true;
88-89 meta = {
90 description = "A system for processing and editing 3D triangular meshes";
91 homepage = "https://www.meshlab.net/";
···84 # |
85 hardeningDisable = [ "format" ];
860087 meta = {
88 description = "A system for processing and editing 3D triangular meshes";
89 homepage = "https://www.meshlab.net/";
···1314 buildInputs = [ libusb-compat-0_1 ];
1516- enableParallelBuilding = true;
17-18 meta = with stdenv.lib; {
19 homepage = "http://www.qlandkarte.org/";
20 description = "Garmin Device Drivers for QlandkarteGT";
···1314 buildInputs = [ libusb-compat-0_1 ];
150016 meta = with stdenv.lib; {
17 homepage = "http://www.qlandkarte.org/";
18 description = "Garmin Device Drivers for QlandkarteGT";
-2
pkgs/applications/misc/qolibri/default.nix
···17 libeb lzo qtbase qtmultimedia qttools qtwebengine
18 ];
1920- enableParallelBuilding = true;
21-22 meta = with lib; {
23 homepage = "https://github.com/ludios/qolibri";
24 description = "EPWING reader for viewing Japanese dictionaries";
···17 libeb lzo qtbase qtmultimedia qttools qtwebengine
18 ];
190020 meta = with lib; {
21 homepage = "https://github.com/ludios/qolibri";
22 description = "EPWING reader for viewing Japanese dictionaries";
-2
pkgs/applications/misc/qsyncthingtray/default.nix
···53 runHook postInstall
54 '';
5556- enableParallelBuilding = true;
57-58 meta = with lib; {
59 homepage = "https://github.com/sieren/QSyncthingTray/";
60 description = "A Traybar Application for Syncthing written in C++";
···53 runHook postInstall
54 '';
550056 meta = with lib; {
57 homepage = "https://github.com/sieren/QSyncthingTray/";
58 description = "A Traybar Application for Syncthing written in C++";
···52 pcre xorg.libpthreadstubs xorg.libXdmcp util-linux libselinux libsepol epoxy at-spi2-core libXtst
53 ];
5455- enableParallelBuilding = true;
56-57 cmakeFlags = [
58 "-Ddisable_autoupdate=ON"
59 # We're allowed to used the API ID of the Snap package:
···52 pcre xorg.libpthreadstubs xorg.libXdmcp util-linux libselinux libsepol epoxy at-spi2-core libXtst
53 ];
540055 cmakeFlags = [
56 "-Ddisable_autoupdate=ON"
57 # We're allowed to used the API ID of the Snap package:
···21 "-DNO_SHIBBOLETH=1"
22 ];
2324- enableParallelBuilding = true;
25-26 meta = with stdenv.lib; {
27 description = "Synchronise your ownCloud with your computer using this desktop client";
28 homepage = "https://owncloud.org";
···21 "-DNO_SHIBBOLETH=1"
22 ];
230024 meta = with stdenv.lib; {
25 description = "Synchronise your ownCloud with your computer using this desktop client";
26 homepage = "https://owncloud.org";
···54 "-DWITH_LUASCRIPTS=ON"
55 ];
5657- enableParallelBuilding = true;
58-59 meta = with stdenv.lib; {
60 description = "A cross-platform program that uses the Direct Connect and ADC protocols";
61 homepage = "https://github.com/eiskaltdcpp/eiskaltdcpp";
···54 "-DWITH_LUASCRIPTS=ON"
55 ];
560057 meta = with stdenv.lib; {
58 description = "A cross-platform program that uses the Direct Connect and ADC protocols";
59 homepage = "https://github.com/eiskaltdcpp/eiskaltdcpp";
···27 done
28 '';
2930- enableParallelBuilding = true;
31-32 meta = with stdenv.lib; {
33 description = "Gnuradio block for ais";
34 homepage = "https://github.com/bistromath/gr-ais";
···27 done
28 '';
290030 meta = with stdenv.lib; {
31 description = "Gnuradio block for ais";
32 homepage = "https://github.com/bistromath/gr-ais";
-2
pkgs/applications/radio/gnuradio/gsm.nix
···27 done
28 '';
2930- enableParallelBuilding = true;
31-32 meta = with stdenv.lib; {
33 description = "Gnuradio block for gsm";
34 homepage = "https://github.com/ptrkrysik/gr-gsm";
···27 done
28 '';
290030 meta = with stdenv.lib; {
31 description = "Gnuradio block for gsm";
32 homepage = "https://github.com/ptrkrysik/gr-gsm";
-2
pkgs/applications/radio/gnuradio/limesdr.nix
···28 ] ++ stdenv.lib.optionals pythonSupport [ python ];
293031- enableParallelBuilding = true;
32-33 meta = with stdenv.lib; {
34 description = "Gnuradio source and sink blocks for LimeSDR";
35 homepage = "https://wiki.myriadrf.org/Gr-limesdr_Plugin_for_GNURadio";
···28 ] ++ stdenv.lib.optionals pythonSupport [ python ];
29300031 meta = with stdenv.lib; {
32 description = "Gnuradio source and sink blocks for LimeSDR";
33 homepage = "https://wiki.myriadrf.org/Gr-limesdr_Plugin_for_GNURadio";
-2
pkgs/applications/radio/gnuradio/nacl.nix
···27 done
28 '';
2930- enableParallelBuilding = true;
31-32 meta = with stdenv.lib; {
33 description = "Gnuradio block for encryption";
34 homepage = "https://github.com/stwunsch/gr-nacl";
···27 done
28 '';
290030 meta = with stdenv.lib; {
31 description = "Gnuradio block for encryption";
32 homepage = "https://github.com/stwunsch/gr-nacl";
-2
pkgs/applications/radio/gnuradio/osmosdr.nix
···35 done
36 '';
3738- enableParallelBuilding = true;
39-40 meta = with stdenv.lib; {
41 description = "Gnuradio block for OsmoSDR and rtl-sdr";
42 homepage = "https://sdr.osmocom.org/trac/wiki/GrOsmoSDR";
···35 done
36 '';
370038 meta = with stdenv.lib; {
39 description = "Gnuradio block for OsmoSDR and rtl-sdr";
40 homepage = "https://sdr.osmocom.org/trac/wiki/GrOsmoSDR";
-2
pkgs/applications/radio/gnuradio/rds.nix
···26 done
27 '';
2829- enableParallelBuilding = true;
30-31 meta = with stdenv.lib; {
32 description = "Gnuradio block for radio data system";
33 homepage = "https://github.com/bastibl/gr-rds";
···26 done
27 '';
280029 meta = with stdenv.lib; {
30 description = "Gnuradio block for radio data system";
31 homepage = "https://github.com/bastibl/gr-rds";
···26 done
27 '';
2829- enableParallelBuilding = true;
30-31 meta = with stdenv.lib; {
32 homepage = "https://github.com/BIC-MNI/minc-tools";
33 description = "Command-line utilities for working with MINC files";
···26 done
27 '';
280029 meta = with stdenv.lib; {
30 homepage = "https://github.com/BIC-MNI/minc-tools";
31 description = "Command-line utilities for working with MINC files";
···2627 doCheck = true;
2829- enableParallelBuilding = true;
30-31 meta = with stdenv.lib ; {
32 description = "Management of analyses and data in DNA metabarcoding";
33 homepage = "https://git.metabarcoding.org/obitools/obitools3";
···2627 doCheck = true;
280029 meta = with stdenv.lib ; {
30 description = "Management of analyses and data in DNA metabarcoding";
31 homepage = "https://git.metabarcoding.org/obitools/obitools3";
···34 python3
35 ];
3637- enableParallelBuilding = true;
38-39 meta = with lib; {
40 description = "A GUI program for supporting various instruments from DreamSourceLab, including logic analyzer, oscilloscope, etc";
41 homepage = "https://www.dreamsourcelab.com/";
···34 python3
35 ];
360037 meta = with lib; {
38 description = "A GUI program for supporting various instruments from DreamSourceLab, including logic analyzer, oscilloscope, etc";
39 homepage = "https://www.dreamsourcelab.com/";
···24 )
25 '';
2627- # seems to build fine now, may revert if concurrency does become an issue
28- enableParallelBuilding = true;
29-30 meta = with stdenv.lib; {
31 description = "Simple Theorem Prover";
32 maintainers = with maintainers; [ ];
···24 )
25 '';
2600027 meta = with stdenv.lib; {
28 description = "Simple Theorem Prover";
29 maintainers = with maintainers; [ ];
···88 (flag "OpenCV" opencvSupport)
89 ];
9091- enableParallelBuilding = true;
92-93 meta = with stdenv.lib; {
94 description = "A toolbox which offers a wide range of efficient and unified machine learning methods";
95 homepage = "http://shogun-toolbox.org/";
···88 (flag "OpenCV" opencvSupport)
89 ];
900091 meta = with stdenv.lib; {
92 description = "A toolbox which offers a wide range of efficient and unified machine learning methods";
93 homepage = "http://shogun-toolbox.org/";
···90 done
91 '';
9293- enableParallelBuilding = true;
94-95 meta = with lib; {
96 # Newer cub is included with cudatoolkit now and it breaks the build.
97 # https://github.com/Microsoft/CNTK/issues/3191
···90 done
91 '';
920093 meta = with lib; {
94 # Newer cub is included with cudatoolkit now and it breaks the build.
95 # https://github.com/Microsoft/CNTK/issues/3191
-2
pkgs/applications/science/math/mxnet/default.nix
···43 rm "$out"/lib/*.a
44 '';
4546- enableParallelBuilding = true;
47-48 meta = with stdenv.lib; {
49 description = "Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler";
50 homepage = "https://mxnet.incubator.apache.org/";
···43 rm "$out"/lib/*.a
44 '';
450046 meta = with stdenv.lib; {
47 description = "Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler";
48 homepage = "https://mxnet.incubator.apache.org/";
···5051 dontUseCmakeBuildDir = true;
5253- enableParallelBuilding = true;
54-55 meta = with stdenv.lib; {
56 description = "A library for computer-vision scientists and especially targeted to the Multi-View Stereo reconstruction community";
57 homepage = "http://cdcseacave.github.io/openMVS/";
···5051 dontUseCmakeBuildDir = true;
520053 meta = with stdenv.lib; {
54 description = "A library for computer-vision scientists and especially targeted to the Multi-View Stereo reconstruction community";
55 homepage = "http://cdcseacave.github.io/openMVS/";
···36 ./fix-cmake.patch
37 ];
3839- enableParallelBuilding = true;
40-41 meta = with stdenv.lib; {
42 homepage = "https://elmerfem.org/";
43 description = "A finite element software for multiphysical problems";
···36 ./fix-cmake.patch
37 ];
380039 meta = with stdenv.lib; {
40 homepage = "https://elmerfem.org/";
41 description = "A finite element software for multiphysical problems";
-3
pkgs/applications/video/kodi/default.nix
···83 repo = name;
84 inherit rev sha256;
85 };
86- enableParallelBuilding = true;
87 } // attrs');
8889 ffmpeg = kodiDependency rec {
···241 "-DCORE_PLATFORM_NAME=gbm"
242 "-DGBM_RENDER_SYSTEM=gles"
243 ];
244-245- enableParallelBuilding = true;
246247 # 14 tests fail but the biggest issue is that every test takes 30 seconds -
248 # I'm guessing there is a thing waiting to time out
···83 repo = name;
84 inherit rev sha256;
85 };
086 } // attrs');
8788 ffmpeg = kodiDependency rec {
···240 "-DCORE_PLATFORM_NAME=gbm"
241 "-DGBM_RENDER_SYSTEM=gles"
242 ];
00243244 # 14 tests fail but the biggest issue is that every test takes 30 seconds -
245 # I'm guessing there is a thing waiting to time out
···119 openspecfun pcre2 lapack
120 ];
121122- enableParallelBuilding = true;
123-124 # Other versions of Julia pass the tests, but we are not sure why these fail.
125 doCheck = false;
126 checkTarget = "testall";
···119 openspecfun pcre2 lapack
120 ];
12100122 # Other versions of Julia pass the tests, but we are not sure why these fail.
123 doCheck = false;
124 checkTarget = "testall";
···19 substituteInPlace test/buffertest.cc --replace "BOOST_MESSAGE" "BOOST_TEST_MESSAGE"
20 '';
2122- enableParallelBuilding = true;
23-24 meta = {
25 description = "A C++ library which implements parts of the Avro Specification";
26 homepage = "https://avro.apache.org/";
···19 substituteInPlace test/buffertest.cc --replace "BOOST_MESSAGE" "BOOST_TEST_MESSAGE"
20 '';
210022 meta = {
23 description = "A C++ library which implements parts of the Avro Specification";
24 homepage = "https://avro.apache.org/";
-2
pkgs/development/libraries/avro-c/default.nix
···1920 buildInputs = [ jansson zlib ];
2122- enableParallelBuilding = true;
23-24 meta = with stdenv.lib; {
25 description = "A C library which implements parts of the Avro Specification";
26 homepage = "https://avro.apache.org/";
···1920 buildInputs = [ jansson zlib ];
210022 meta = with stdenv.lib; {
23 description = "A C library which implements parts of the Avro Specification";
24 homepage = "https://avro.apache.org/";
···42 "-DBUILD_UNIT_TESTS=OFF"
43 ];
4445- enableParallelBuilding = true;
46-47 meta = with stdenv.lib; {
48 description = "A professional free 3D Game Multiphysics Library";
49 longDescription = ''
···42 "-DBUILD_UNIT_TESTS=OFF"
43 ];
440045 meta = with stdenv.lib; {
46 description = "A professional free 3D Game Multiphysics Library";
47 longDescription = ''
-2
pkgs/development/libraries/c-blosc/default.nix
···1314 nativeBuildInputs = [ cmake ];
1516- enableParallelBuilding = true;
17-18 meta = with stdenv.lib; {
19 description = "A blocking, shuffling and loss-less compression library";
20 homepage = "https://www.blosc.org";
···1314 nativeBuildInputs = [ cmake ];
150016 meta = with stdenv.lib; {
17 description = "A blocking, shuffling and loss-less compression library";
18 homepage = "https://www.blosc.org";
-2
pkgs/development/libraries/cpp-hocon/default.nix
···1718 buildInputs = [ boost curl leatherman ];
1920- enableParallelBuilding = true;
21-22 meta = with stdenv.lib; {
23 inherit (src.meta) homepage;
24 description = "A C++ port of the Typesafe Config library";
···1718 buildInputs = [ boost curl leatherman ];
190020 meta = with stdenv.lib; {
21 inherit (src.meta) homepage;
22 description = "A C++ port of the Typesafe Config library";
···35 "-DENABLE_ECCODES_OMP_THREADS=${if enableOpenMPThreads then "ON" else "OFF"}"
36 ];
3738- enableParallelBuilding = true;
39-40 doCheck = true;
4142 # Only do tests that don't require downloading 120MB of testdata
···35 "-DENABLE_ECCODES_OMP_THREADS=${if enableOpenMPThreads then "ON" else "OFF"}"
36 ];
370038 doCheck = true;
3940 # Only do tests that don't require downloading 120MB of testdata
-2
pkgs/development/libraries/fcppt/default.nix
···1516 cmakeFlags = [ "-DCMAKE_SKIP_BUILD_RPATH=false" "-DENABLE_BOOST=true" "-DENABLE_EXAMPLES=true" "-DENABLE_CATCH=true" "-DENABLE_TEST=true" ];
1718- enableParallelBuilding = true;
19-20 meta = with stdenv.lib; {
21 description = "Freundlich's C++ toolkit";
22 longDescription = ''
···1516 cmakeFlags = [ "-DCMAKE_SKIP_BUILD_RPATH=false" "-DENABLE_BOOST=true" "-DENABLE_EXAMPLES=true" "-DENABLE_CATCH=true" "-DENABLE_TEST=true" ];
170018 meta = with stdenv.lib; {
19 description = "Freundlich's C++ toolkit";
20 longDescription = ''
···23 "-DFREEGLUT_BUILD_STATIC:BOOL=OFF"
24 ];
2526- enableParallelBuilding = true;
27-28 meta = with stdenv.lib; {
29 description = "Create and manage windows containing OpenGL contexts";
30 longDescription = ''
···23 "-DFREEGLUT_BUILD_STATIC:BOOL=OFF"
24 ];
250026 meta = with stdenv.lib; {
27 description = "Create and manage windows containing OpenGL contexts";
28 longDescription = ''
-2
pkgs/development/libraries/freetds/default.nix
···2122 nativeBuildInputs = [ autoreconfHook pkgconfig ];
2324- enableParallelBuilding = true;
25-26 meta = with stdenv.lib; {
27 description = "Libraries to natively talk to Microsoft SQL Server and Sybase databases";
28 homepage = "https://www.freetds.org";
···2122 nativeBuildInputs = [ autoreconfHook pkgconfig ];
230024 meta = with stdenv.lib; {
25 description = "Libraries to natively talk to Microsoft SQL Server and Sybase databases";
26 homepage = "https://www.freetds.org";
···2425 nativeBuildInputs = [ extra-cmake-modules ];
2627- enableParallelBuilding = true;
28-29 meta = with stdenv.lib; {
30 maintainers = with lib.maintainers; [ peterhoeg ];
31 # The build requires at least Qt 5.14:
···2425 nativeBuildInputs = [ extra-cmake-modules ];
260027 meta = with stdenv.lib; {
28 maintainers = with lib.maintainers; [ peterhoeg ];
29 # The build requires at least Qt 5.14:
-2
pkgs/development/libraries/leatherman/default.nix
···16 nativeBuildInputs = [ cmake ];
17 buildInputs = [ boost curl ruby ];
1819- enableParallelBuilding = true;
20-21 meta = with stdenv.lib; {
22 homepage = "https://github.com/puppetlabs/leatherman/";
23 description = "A collection of C++ and CMake utility libraries";
···16 nativeBuildInputs = [ cmake ];
17 buildInputs = [ boost curl ruby ];
180019 meta = with stdenv.lib; {
20 homepage = "https://github.com/puppetlabs/leatherman/";
21 description = "A collection of C++ and CMake utility libraries";
···1112 nativeBuildInputs = [ cmake ];
1314- enableParallelBuilding = true;
15-16 meta = with stdenv.lib; {
17 homepage = "https://github.com/selmf/unarr";
18 description = "A lightweight decompression library with support for rar, tar and zip archives";
···1112 nativeBuildInputs = [ cmake ];
130014 meta = with stdenv.lib; {
15 homepage = "https://github.com/selmf/unarr";
16 description = "A lightweight decompression library with support for rar, tar and zip archives";
···1718 buildInputs = [ boost curl leatherman ];
1920- enableParallelBuilding = true;
21-22 meta = with stdenv.lib; {
23 inherit (src.meta) homepage;
24 description = "Library to report hypervisor information from inside a VM";
···1718 buildInputs = [ boost curl leatherman ];
190020 meta = with stdenv.lib; {
21 inherit (src.meta) homepage;
22 description = "Library to report hypervisor information from inside a VM";
···1213 nativeBuildInputs = [ cmake ];
1415- enableParallelBuilding = true;
16-17 meta = with stdenv.lib; {
18 description = "Single-header C++11 library designed to make you love template metaprogramming";
19 homepage = "https://github.com/brunocodutra/metal";
···1213 nativeBuildInputs = [ cmake ];
140015 meta = with stdenv.lib; {
16 description = "Single-header C++11 library designed to make you love template metaprogramming";
17 homepage = "https://github.com/brunocodutra/metal";
···1112 nativeBuildInputs = [ cmake ];
1314- enableParallelBuilding = true;
15-16- cmakeFlags = []
17- ++ stdenv.lib.optional (stdenv.hostPlatform != stdenv.buildPlatform)
18- "-DMSGPACK_BUILD_EXAMPLES=OFF"
19- ;
2021 meta = with stdenv.lib; {
22 description = "MessagePack implementation for C and C++";
···1112 nativeBuildInputs = [ cmake ];
1314+ cmakeFlags = stdenv.lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) "-DMSGPACK_BUILD_EXAMPLES=OFF";
000001516 meta = with stdenv.lib; {
17 description = "MessagePack implementation for C and C++";
-2
pkgs/development/libraries/ngt/default.nix
···15 NIX_ENFORCE_NO_NATIVE=! enableAVX;
16 __AVX2__ = if enableAVX then 1 else 0;
1718- enableParallelBuilding = true;
19-20 meta = with stdenv.lib; {
21 homepage = "https://github.com/yahoojapan/NGT";
22 description = "Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data";
···15 NIX_ENFORCE_NO_NATIVE=! enableAVX;
16 __AVX2__ = if enableAVX then 1 else 0;
170018 meta = with stdenv.lib; {
19 homepage = "https://github.com/yahoojapan/NGT";
20 description = "Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data";
···37 moveToOutput lib "$lib"
38 '';
3940- enableParallelBuilding = true;
41-42 meta = with stdenv.lib; {
43 description = "A set of cuda-enabled texture tools and compressors";
44 homepage = "https://github.com/castano/nvidia-texture-tools";
···37 moveToOutput lib "$lib"
38 '';
390040 meta = with stdenv.lib; {
41 description = "A set of cuda-enabled texture tools and compressors";
42 homepage = "https://github.com/castano/nvidia-texture-tools";
···30 ]
31 ++ lib.optionals stdenv.isDarwin [ Carbon Cocoa ];
3233- enableParallelBuilding = true;
34-35 # The tests use cmake's findPackage to find the installed version of
36 # pangolin, which isn't what we want (or available).
37 doCheck = false;
···30 ]
31 ++ lib.optionals stdenv.isDarwin [ Carbon Cocoa ];
320033 # The tests use cmake's findPackage to find the installed version of
34 # pangolin, which isn't what we want (or available).
35 doCheck = false;
···21 "-DPOCO_UNBUNDLED=ON"
22 ];
2324- enableParallelBuilding = true;
25-26 meta = with stdenv.lib; {
27 homepage = "https://pocoproject.org/";
28 description = "Cross-platform C++ libraries with a network/internet focus";
···21 "-DPOCO_UNBUNDLED=ON"
22 ];
230024 meta = with stdenv.lib; {
25 homepage = "https://pocoproject.org/";
26 description = "Cross-platform C++ libraries with a network/internet focus";
···13 buildInputs = [ openssl qt ]
14 ++ stdenv.lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security;
1516- enableParallelBuilding = true;
17-18 # tells CMake to use this CA bundle file if it is accessible
19 preConfigure = ''
20 export QC_CERTSTORE_PATH=/etc/ssl/certs/ca-certificates.crt
···13 buildInputs = [ openssl qt ]
14 ++ stdenv.lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security;
150016 # tells CMake to use this CA bundle file if it is accessible
17 preConfigure = ''
18 export QC_CERTSTORE_PATH=/etc/ssl/certs/ca-certificates.crt
···20 # On 0.9.7, they do not even build with QT4
21 cmakeFlags = stdenv.lib.optional (!doCheck) "-DENABLE_TESTS=OFF";
2223- enableParallelBuilding = true;
24 doCheck = false; # giving up for now
2526 meta = with stdenv.lib; {
···20 # On 0.9.7, they do not even build with QT4
21 cmakeFlags = stdenv.lib.optional (!doCheck) "-DENABLE_TESTS=OFF";
22023 doCheck = false; # giving up for now
2425 meta = with stdenv.lib; {
···30 sed -i '/TrueFalseTest/d' tests/CMakeLists.txt
31 '';
3233- enableParallelBuilding = true;
34-35 meta = with stdenv.lib; {
36 description = "Command line parser for C++11";
37 homepage = "https://github.com/CLIUtils/CLI11";
···30 sed -i '/TrueFalseTest/d' tests/CMakeLists.txt
31 '';
320033 meta = with stdenv.lib; {
34 description = "Command line parser for C++11";
35 homepage = "https://github.com/CLIUtils/CLI11";
···32 ln -s $out/stepmania-5.1/stepmania $out/bin/stepmania
33 '';
3435- enableParallelBuilding = true;
36-37 meta = with lib; {
38 homepage = "https://www.stepmania.com/";
39 description = "Free dance and rhythm game for Windows, Mac, and Linux";
···32 ln -s $out/stepmania-5.1/stepmania $out/bin/stepmania
33 '';
340035 meta = with lib; {
36 homepage = "https://www.stepmania.com/";
37 description = "Free dance and rhythm game for Windows, Mac, and Linux";
-2
pkgs/games/super-tux-kart/default.nix
···76 wrapProgram $out/bin/supertuxkart --set-default SUPERTUXKART_ASSETS_DIR "${assets}"
77 '';
7879- enableParallelBuilding = true;
80-81 meta = with lib; {
82 description = "A Free 3D kart racing game";
83 longDescription = ''
···76 wrapProgram $out/bin/supertuxkart --set-default SUPERTUXKART_ASSETS_DIR "${assets}"
77 '';
780079 meta = with lib; {
80 description = "A Free 3D kart racing game";
81 longDescription = ''
···2324 cmakeFlags = [ "-DENABLE_TOOLS=${if enableTools then "ON" else "OFF"}" ];
2526- enableParallelBuilding = true;
27-28 meta = with stdenv.lib; {
29 description = "The Battle for Wesnoth, a free, turn-based strategy game with a fantasy theme";
30 longDescription = ''
···2324 cmakeFlags = [ "-DENABLE_TOOLS=${if enableTools then "ON" else "OFF"}" ];
250026 meta = with stdenv.lib; {
27 description = "The Battle for Wesnoth, a free, turn-based strategy game with a fantasy theme";
28 longDescription = ''
···36 ++ lib.optional useClang [ llvmPackages.lld ];
3738 separateDebugInfo = true;
39- enableParallelBuilding = true;
40 dontFixCmake = true;
4142 cmakeFlags =
···66 # fix up the use of the very weird and custom 'fdb_install' command by just
67 # replacing it with cmake's ordinary version.
68 postPatch = ''
69- for x in bindings/c/CMakeLists.txt fdbserver/CMakeLists.txt fdbmonitor/CMakeLists.txt fdbbackup/CMakeLists.txt fdbcli/CMakeLists.txt; do
70 substituteInPlace $x --replace 'fdb_install' 'install'
71 done
72 '';
···36 ++ lib.optional useClang [ llvmPackages.lld ];
3738 separateDebugInfo = true;
039 dontFixCmake = true;
4041 cmakeFlags =
···65 # fix up the use of the very weird and custom 'fdb_install' command by just
66 # replacing it with cmake's ordinary version.
67 postPatch = ''
68+ for x in bindings/c/CMakeLists.txt fdbserver/CMakeLists.txt fdbmonitor/CMakeLists.txt fdbbackup/CMakeLists.txt fdbcli/CMakeLists.txt; do
69 substituteInPlace $x --replace 'fdb_install' 'install'
70 done
71 '';
···36 "-DASM_OPTIMIZATIONS=${if stdenv.hostPlatform.sse4_2Support then "ON" else "OFF"}"
37 ];
3839- enableParallelBuilding = true;
40-41 meta = with lib; {
42 homepage = "https://www.arangodb.com";
43 description = "A native multi-model database with flexible data models for documents, graphs, and key-values";
···36 "-DASM_OPTIMIZATIONS=${if stdenv.hostPlatform.sse4_2Support then "ON" else "OFF"}"
37 ];
380039 meta = with lib; {
40 homepage = "https://www.arangodb.com";
41 description = "A native multi-model database with flexible data models for documents, graphs, and key-values";
···196 tee -a $out/share/fish/__fish_build_paths.fish < ${fishPreInitHooks}
197 '';
198199- enableParallelBuilding = true;
200-201 meta = with lib; {
202 description = "Smart and user-friendly command line shell";
203 homepage = "http://fishshell.com/";
···196 tee -a $out/share/fish/__fish_build_paths.fish < ${fishPreInitHooks}
197 '';
19800199 meta = with lib; {
200 description = "Smart and user-friendly command line shell";
201 homepage = "http://fishshell.com/";
···31 --replace "LD_PRELOAD=libgefaker" "LD_PRELOAD=$out/lib/libgefaker"
32 '';
3334- enableParallelBuilding = true;
35-36 meta = with stdenv.lib; {
37 homepage = "http://www.virtualgl.org/";
38 description = "X11 GL rendering in a remote computer with full 3D hw acceleration";
···31 --replace "LD_PRELOAD=libgefaker" "LD_PRELOAD=$out/lib/libgefaker"
32 '';
330034 meta = with stdenv.lib; {
35 homepage = "http://www.virtualgl.org/";
36 description = "X11 GL rendering in a remote computer with full 3D hw acceleration";
···22 cp $src/src/zopfli/*.h $dev/include/
23 '';
2425- enableParallelBuilding = true;
26-27 meta = with stdenv.lib; {
28 inherit (src.meta) homepage;
29 description = "Very good, but slow, deflate or zlib compression";
···22 cp $src/src/zopfli/*.h $dev/include/
23 '';
240025 meta = with stdenv.lib; {
26 inherit (src.meta) homepage;
27 description = "Very good, but slow, deflate or zlib compression";
-2
pkgs/tools/filesystems/ceph/default.nix
···195 test -f $out/bin/ceph-volume
196 '';
197198- enableParallelBuilding = true;
199-200 outputs = [ "out" "lib" "dev" "doc" "man" ];
201202 doCheck = false; # uses pip to install things from the internet
···195 test -f $out/bin/ceph-volume
196 '';
19700198 outputs = [ "out" "lib" "dev" "doc" "man" ];
199200 doCheck = false; # uses pip to install things from the internet
-2
pkgs/tools/filesystems/cryfs/default.nix
···4849 buildInputs = [ boost cryptopp curl fuse openssl ];
5051- enableParallelBuilding = true;
52-53 cmakeFlags = [
54 "-DCRYFS_UPDATE_CHECKS:BOOL=FALSE"
55 "-DBoost_USE_STATIC_LIBS:BOOL=FALSE" # this option is case sensitive
···4849 buildInputs = [ boost cryptopp curl fuse openssl ];
500051 cmakeFlags = [
52 "-DCRYFS_UPDATE_CHECKS:BOOL=FALSE"
53 "-DBoost_USE_STATIC_LIBS:BOOL=FALSE" # this option is case sensitive
-2
pkgs/tools/filesystems/encfs/default.nix
···23 "-DINSTALL_LIBENCFS=ON"
24 ];
2526- enableParallelBuilding = true;
27-28 meta = with stdenv.lib; {
29 description = "An encrypted filesystem in user-space via FUSE";
30 homepage = "https://vgough.github.io/encfs";
···23 "-DINSTALL_LIBENCFS=ON"
24 ];
250026 meta = with stdenv.lib; {
27 description = "An encrypted filesystem in user-space via FUSE";
28 homepage = "https://vgough.github.io/encfs";
···22 --replace ${fcitx} $out
23 '';
240025 meta = with stdenv.lib; {
26 isFcitxEngine = true;
27 homepage = "https://github.com/fcitx/fcitx-rime";
-2
pkgs/tools/misc/flameshot/default.nix
···14 nativeBuildInputs = [ cmake qttools qtsvg ];
15 buildInputs = [ qtbase ];
1617- enableParallelBuilding = true;
18-19 meta = with lib; {
20 description = "Powerful yet simple to use screenshot software";
21 homepage = "https://github.com/flameshot-org/flameshot";
···14 nativeBuildInputs = [ cmake qttools qtsvg ];
15 buildInputs = [ qtbase ];
160017 meta = with lib; {
18 description = "Powerful yet simple to use screenshot software";
19 homepage = "https://github.com/flameshot-org/flameshot";
-2
pkgs/tools/misc/fltrdr/default.nix
···1920 buildInputs = [ icu openssl ];
2122- enableParallelBuilding = true;
23-24 meta = with stdenv.lib; {
25 homepage = "https://octobanana.com/software/fltrdr";
26 description = "A TUI text reader for the terminal";
···1920 buildInputs = [ icu openssl ];
210022 meta = with stdenv.lib; {
23 homepage = "https://octobanana.com/software/fltrdr";
24 description = "A TUI text reader for the terminal";
-2
pkgs/tools/misc/heimdall/default.nix
···39 install -m644 ../OSX/README.txt $out/share/doc/heimdall/README.osx
40 '';
4142- enableParallelBuilding = true;
43-44 meta = with stdenv.lib; {
45 homepage = "http://www.glassechidna.com.au/products/heimdall/";
46 description = "A cross-platform tool suite to flash firmware onto Samsung Galaxy S devices";
···39 install -m644 ../OSX/README.txt $out/share/doc/heimdall/README.osx
40 '';
410042 meta = with stdenv.lib; {
43 homepage = "http://www.glassechidna.com.au/products/heimdall/";
44 description = "A cross-platform tool suite to flash firmware onto Samsung Galaxy S devices";
-2
pkgs/tools/misc/partition-manager/default.nix
···15 sha256 = "0jhggb4xksb0k0mj752n6pz0xmccnbzlp984xydqbz3hkigra1si";
16 };
1718- enableParallelBuilding = true;
19-20 nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook wrapQtAppsHook ];
2122 # refer to kpmcore for the use of eject
···15 sha256 = "0jhggb4xksb0k0mj752n6pz0xmccnbzlp984xydqbz3hkigra1si";
16 };
170018 nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook wrapQtAppsHook ];
1920 # refer to kpmcore for the use of eject