treewide: remove enableParallelBuilding = true if using cmake

This commit is contained in:
Ben Siraphob 2021-01-03 16:43:56 +07:00
parent fb2311d430
commit 3ae5e6ce03
378 changed files with 15 additions and 724 deletions

View File

@ -75,8 +75,6 @@ in mkDerivation {
nativeBuildInputs = [ cmake pkgconfig qttools ];
enableParallelBuilding = true;
cmakeFlags = lib.flatten [
(fstats withTaglib [ "TAGLIB" "TAGLIB_EXTRAS" ])
(fstats withReplaygain [ "FFMPEG" "MPG123" "SPEEXDSP" ])

View File

@ -79,8 +79,6 @@ let
"-DSPOTIFY_BLOB=OFF"
];
enableParallelBuilding = true;
passthru.unfree = unfree;
postInstall = ''
@ -122,7 +120,7 @@ let
ln -s "${free}/share/$dir" "$out/share/$dir"
done
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = "https://www.clementine-player.org";
description = "Spotify integration for Clementine";

View File

@ -19,8 +19,6 @@ stdenv.mkDerivation rec {
# version and remove fluidsynth 1.x from nixpkgs again.
version = "6.15.0";
enableParallelBuilding = true;
hardeningDisable = [ "format" ];
src = fetchFromGitHub {

View File

@ -28,8 +28,6 @@ stdenv.mkDerivation rec {
export DOCBOOKDIR="${docbook_xsl}/xml/xsl/docbook/"
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "A simple and powerful audio tag editor";
longDescription = ''

View File

@ -37,7 +37,6 @@ mkDerivation rec {
];
cmakeFlags = [ "-DWANT_QT5=ON" ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "DAW similar to FL Studio (music production software)";

View File

@ -51,8 +51,6 @@ mkDerivation rec {
libsamplerate
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Qt-based audio player that looks like Winamp";
homepage = "http://qmmp.ylsoftware.com/";

View File

@ -80,8 +80,6 @@ stdenv.mkDerivation rec {
"-DBUILD_TESTS=${if doCheck then "ON" else "OFF"}"
];
enableParallelBuilding = true;
checkInputs = [ gtest ];
doCheck = !stdenv.isAarch64; # single failure that I can't explain

View File

@ -33,8 +33,6 @@ stdenv.mkDerivation (rec {
alsaLib
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = "https://www.rosegardenmusic.com/";
description = "Music composition and editing environment";

View File

@ -62,7 +62,7 @@ mkDerivation rec {
stripLen = 1;
})
];
enableParallelBuilding = true;
nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig kdelibs4support makeWrapper ];
propagatedBuildInputs = [ libkcddb kconfig kconfigwidgets ki18n kdelibs4support kio solid kwidgetsaddons kxmlgui qtbase phonon];
buildInputs = [ taglib ] ++ runtimeDeps;

View File

@ -18,7 +18,6 @@ mkDerivation {
cmakeFlags = [ "-DWANT_PORTAUDIO=1" "-DWANT_PULSEAUDIO=1" "-DWANT_MP3_ENCODE=1" "-DWANT_LV2=0" ];
enableParallelBuilding = true;
hardeningDisable = [ "format" ];
meta = with stdenv.lib; {

View File

@ -32,8 +32,6 @@ mkDerivation rec {
find ./. -type f -iname "*.sh" -exec chmod +x {} \;
'';
enableParallelBuilding = true;
meta = {
description = "Peer-to-peer electronic cash system (Cash client)";
longDescription= ''

View File

@ -15,8 +15,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ boost miniupnpc openssl lmdb unbound readline ];
enableParallelBuilding = true;
meta = with lib; {
description = "Secure, private blockchain with smart contracts based on Monero";
homepage = "https://dero.io/";

View File

@ -15,8 +15,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ boost miniupnpc openssl lmdb unbound readline ];
enableParallelBuilding = true;
meta = with lib; {
description = "scalability-focused, untraceable, secure, and fungible cryptocurrency using the RingCT protocol";
homepage = "https://www.getmasari.org/";

View File

@ -23,8 +23,6 @@ stdenv.mkDerivation rec {
"-DLMDB_INCLUDE=${lmdb}/include"
];
enableParallelBuilding = true;
meta = with lib; {
description = "A fork of Monero and a truely fungible cryptocurrency";
homepage = "https://www.sumokoin.org/";

View File

@ -96,8 +96,6 @@ stdenv.mkDerivation rec {
rm -rf "$out"/include "$out"/lib
'';
enableParallelBuilding = true;
passthru = { inherit skia; };
meta = with lib; {

View File

@ -48,7 +48,6 @@ in
];
dontFixCmake = true;
enableParallelBuilding = true;
buildInputs = [
gperf

View File

@ -27,8 +27,6 @@ let
nativeBuildInputs = [ cmake doxygen ];
enableParallelBuilding = true;
preCheck = ''
# The GUI tests require a running X server, disable them
sed -i ../test/CMakeLists.txt \

View File

@ -109,8 +109,6 @@ mkDerivation rec {
popd
'';
enableParallelBuilding = true;
cmakeFlags = [ "-DRSTUDIO_TARGET=Desktop" "-DQT_QMAKE_EXECUTABLE=$NIX_QT5_TMP/bin/qmake" ];
desktopItem = makeDesktopItem {

View File

@ -36,8 +36,6 @@ mkDerivation rec {
''${qtWrapperArgs[@]}
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Free, open source, multi-platform ebook (ePub) editor";
homepage = "https://github.com/Sigil-Ebook/Sigil/";

View File

@ -31,8 +31,6 @@ mkDerivation {
sha256 = "04585hdh98fvyhj4wsxf69xal2wvfa6lg76gad8pr6ww9abi5105";
};
enableParallelBuilding = true;
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [
guile_1_8

View File

@ -40,8 +40,6 @@ in
"-DGITBRANCH=${gitBranch}"
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "A computer-aided design (CAD) tool from a parallel universe";
homepage = "https://github.com/mkeeter/antimony";

View File

@ -109,8 +109,6 @@ mkDerivation rec {
threadweaver
];
enableParallelBuilding = true;
cmakeFlags = [
"-DENABLE_MYSQLSUPPORT=1"
"-DENABLE_INTERNALMYSQL=1"

View File

@ -31,8 +31,6 @@ stdenv.mkDerivation rec {
# disable installation of the python scripting interface
cmakeFlags = [ "-DBUILD_HSI:BOOl=OFF" ];
enableParallelBuilding = true;
NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR";
postInstall = ''

View File

@ -27,8 +27,6 @@ mkDerivation rec {
kconfig kinit kio kparts kwidgetsaddons
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "A Graphviz dot graph viewer for KDE";
license = licenses.gpl2;

View File

@ -84,8 +84,6 @@ mkDerivation rec {
# |
hardeningDisable = [ "format" ];
enableParallelBuilding = true;
meta = {
description = "A system for processing and editing 3D triangular meshes";
homepage = "https://www.meshlab.net/";

View File

@ -27,8 +27,6 @@ mkDerivation rec {
sha256 = "1bq7bv4p7w67172y893lvpk90d6fgdpnylynbj2kn8m2hs6khya4";
};
enableParallelBuilding = true;
setSourceRoot = ''
sourceRoot=$(echo */ImageLounge)
'';

View File

@ -32,8 +32,6 @@ stdenv.mkDerivation {
buildInputs = [ qt4 fftw graphicsmagick_q16 lcms2 lensfun libjpeg exiv2 liblqr1 ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
platforms = platforms.linux;
license = licenses.gpl3;

View File

@ -37,8 +37,6 @@ mkDerivation rec {
export MAGICK_LOCATION="${graphicsmagick}/include/GraphicsMagick"
'';
enableParallelBuilding = true;
meta = {
homepage = "https://photoqt.org/";
description = "Simple, yet powerful and good looking image viewer";

View File

@ -32,8 +32,6 @@ stdenv.mkDerivation rec {
echo "set(HG_VERSION $version)" > $sourceRoot/ReleaseInfo.cmake
'';
enableParallelBuilding = true;
meta = {
description = "RAW converter and digital photo processing software";
homepage = "http://www.rawtherapee.com/";

View File

@ -61,8 +61,6 @@ mkDerivation rec {
addOpenGLRunpath $out/lib/librenderdoc.so
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "A single-frame graphics debugger";
homepage = "https://renderdoc.org/";

View File

@ -11,8 +11,6 @@ stdenv.mkDerivation {
nativeBuildInputs = [ cmake ];
buildInputs = [ qt4 libjpeg libtiff boost ];
enableParallelBuilding = true;
meta = {
homepage = "http://scantailor.org/";
description = "Interactive post-processing tool for scanned pages";

View File

@ -20,7 +20,6 @@ stdenv.mkDerivation rec {
json_c fontconfig gtkmm3 pangomm glew libGLU
xorg.libpthreadstubs xorg.libXdmcp pcre
];
enableParallelBuilding = true;
preConfigure = ''
patch CMakeLists.txt <<EOF

View File

@ -18,8 +18,6 @@ mkDerivation rec {
buildInputs = [ qtbase qtdeclarative qtsvg qtx11extras muparser python3 qtcharts ];
enableParallelBuilding = true;
# We don't have virtualbox sdk so disable plugin
cmakeFlags = [ "-DBUILD_VIRTUALBOX=OFF" "-DCMAKE_INSTALL_LIBDIR=libs" ];

View File

@ -119,8 +119,6 @@ stdenv.mkDerivation rec {
# libstdc++ in our RPATH. Sigh.
NIX_LDFLAGS = optionalString cudaSupport "-rpath ${stdenv.cc.cc.lib}/lib";
enableParallelBuilding = true;
blenderExecutable =
placeholder "out" + (if stdenv.isDarwin then "/Blender.app/Contents/MacOS/Blender" else "/bin/blender");
# --python-expr is used to workaround https://developer.blender.org/T74304

View File

@ -15,8 +15,6 @@ mkDerivation rec {
buildInputs = [ kitemmodels libiberty libelf libdwarf libopcodes ];
enableParallelBuilding = true;
meta = with lib; {
homepage = "https://invent.kde.org/sdk/elf-dissector";
description = "Tools for inspecting, analyzing and optimizing ELF files";

View File

@ -76,8 +76,6 @@ stdenv.mkDerivation rec {
stripDebugList = [ "bin" "share" ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "An orthodox file manager";
homepage = "https://github.com/elfmz/far2l";

View File

@ -25,8 +25,6 @@ stdenv.mkDerivation rec {
++ optionals dbiSupport [ libdbi libdbiDrivers ]
++ optionals postgresSupport [ postgresql ];
enableParallelBuilding = true;
meta = {
homepage = "https://wammu.eu/gammu/";
description = "Command line utility and library to control mobile phones";

View File

@ -16,8 +16,6 @@ stdenv.mkDerivation rec {
sha256 = "1n639xr1qxx6rhqs0c6sjxp3bv8cwkmw1vfk1cji7514gj2a9v3p";
};
enableParallelBuilding = true;
patches = [
(fetchpatch {
url = "https://github.com/lenmus/lenmus/commit/421760d84694a0e6e72d0e9b1d4fd30a7e129c6f.patch";

View File

@ -15,8 +15,6 @@ mkDerivation rec {
sha256 = "1pp3k1802gl1rji98clv17wj0619dliq821mpi4446lk22q692yq";
};
enableParallelBuilding = true;
nativeBuildInputs = [ cmake gcc-arm-embedded python3Packages.pillow ];
buildInputs = [ qtbase qtmultimedia qttranslations SDL ];

View File

@ -7,8 +7,6 @@ stdenv.mkDerivation rec {
pname = "prusa-slicer";
version = "2.2.0";
enableParallelBuilding = true;
nativeBuildInputs = [
cmake
pkgconfig

View File

@ -29,7 +29,6 @@ stdenv.mkDerivation rec {
"-DNO_GTEST=ON"
"-DCMAKE_CXX_FLAGS=-I${yubikey-personalization}/include/ykpers-1"
];
enableParallelBuilding = true;
postPatch = ''
# Fix perl scripts used during the build.

View File

@ -63,8 +63,6 @@ mkDerivation rec {
"-DEXIF_INCLUDE_DIRS=${libexif}/include"
];
enableParallelBuilding = true;
postPatch = ''
substituteInPlace ConfigureChecks.cmake \
--replace \$\{PLUGIN_INSTALL_DIR\} "${garmindev}/lib/qlandkartegt"

View File

@ -13,8 +13,6 @@ stdenv.mkDerivation rec {
buildInputs = [ libusb-compat-0_1 ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = "http://www.qlandkarte.org/";
description = "Garmin Device Drivers for QlandkarteGT";

View File

@ -17,8 +17,6 @@ mkDerivation {
libeb lzo qtbase qtmultimedia qttools qtwebengine
];
enableParallelBuilding = true;
meta = with lib; {
homepage = "https://github.com/ludios/qolibri";
description = "EPWING reader for viewing Japanese dictionaries";

View File

@ -53,8 +53,6 @@ mkDerivation rec {
runHook postInstall
'';
enableParallelBuilding = true;
meta = with lib; {
homepage = "https://github.com/sieren/QSyncthingTray/";
description = "A Traybar Application for Syncthing written in C++";

View File

@ -14,8 +14,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkgconfig zip ];
buildInputs = [ wxGTK gtk2 sfml fluidsynth curl freeimage ftgl glew ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Doom editor";
homepage = "http://slade.mancubus.net/";

View File

@ -14,8 +14,6 @@ stdenv.mkDerivation {
nativeBuildInputs = [ cmake pkgconfig zip ];
buildInputs = [ wxGTK gtk2 sfml fluidsynth curl freeimage ftgl glew ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Doom editor";
homepage = "http://slade.mancubus.net/";

View File

@ -91,8 +91,6 @@ in stdenv.mkDerivation {
"-DNO_PRINTING=OFF"
];
enableParallelBuilding = true;
passthru = { inherit version libdc googlemaps; };
meta = with stdenv.lib; {

View File

@ -4,8 +4,6 @@ stdenv.mkDerivation rec {
pname = "tasksh";
version = "1.2.0";
enableParallelBuilding = true;
src = fetchurl {
url = "https://taskwarrior.org/download/${pname}-${version}.tar.gz";
sha256 = "1z8zw8lld62fjafjvy248dncjk0i4fwygw0ahzjdvyyppx4zjhkf";

View File

@ -4,8 +4,6 @@ stdenv.mkDerivation rec {
pname = "timewarrior";
version = "1.4.2";
enableParallelBuilding = true;
src = fetchFromGitHub {
owner = "GothenburgBitFactory";
repo = "timewarrior";

View File

@ -19,8 +19,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkgconfig makeWrapper ];
buildInputs = [ glib libwnck3 ];
enableParallelBuilding = true;
postInstall = ''
wrapProgram $out/bin/xsuspender \
--prefix PATH : "${makeBinPath [ procps ]}"

View File

@ -47,8 +47,6 @@ mkDerivation rec {
wrapQtAppsHook
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "QtWebEngine based cross-platform web browser";
homepage = "https://community.kde.org/Incubator/Projects/Falkon";

View File

@ -35,8 +35,6 @@ stdenv.mkDerivation rec {
#see issue https://github.com/zeek/zeek/issues/804 to modify hardlinking duplicate files.
inherit preConfigure;
enableParallelBuilding = true;
patches = stdenv.lib.optionals stdenv.cc.isClang [
# Fix pybind c++17 build with Clang. See: https://github.com/pybind/pybind11/issues/1604
(fetchpatch {

View File

@ -21,7 +21,6 @@ mkDerivation rec {
qtbase qtmultimedia qtx11extras qtwebengine
libidn qca-qt5 libXScrnSaver hunspell
];
enableParallelBuilding = true;
meta = with lib; {
homepage = "https://psi-im.org";

View File

@ -52,8 +52,6 @@ in mkDerivation rec {
pcre xorg.libpthreadstubs xorg.libXdmcp util-linux libselinux libsepol epoxy at-spi2-core libXtst
];
enableParallelBuilding = true;
cmakeFlags = [
"-Ddisable_autoupdate=ON"
# We're allowed to used the API ID of the Snap package:

View File

@ -49,8 +49,6 @@ in (if !buildClient then stdenv.mkDerivation else mkDerivation) rec {
./0001-common-Disable-enum-type-stream-operators-for-Qt-5.1.patch
];
enableParallelBuilding = true;
# Prevent ``undefined reference to `qt_version_tag''' in SSL check
NIX_CFLAGS_COMPILE = "-DQT_NO_VERSION_TAGGING=1";

View File

@ -21,8 +21,6 @@ mkDerivation rec {
"-DNO_SHIBBOLETH=1"
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Synchronise your ownCloud with your computer using this desktop client";
homepage = "https://owncloud.org";

View File

@ -54,8 +54,6 @@ stdenv.mkDerivation rec {
"-DWITH_LUASCRIPTS=ON"
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "A cross-platform program that uses the Direct Connect and ADC protocols";
homepage = "https://github.com/eiskaltdcpp/eiskaltdcpp";

View File

@ -22,8 +22,6 @@ mkDerivation rec {
libktorrent taglib libgcrypt kplotting
];
enableParallelBuilding = true;
meta = with lib; {
description = "KDE integrated BtTorrent client";
homepage = "https://www.kde.org/applications/internet/ktorrent/";

View File

@ -44,8 +44,6 @@ mkDerivation rec {
else "qbittorrent-nox"
} --prefix PATH : ${makeBinPath [ python3 ]}";
enableParallelBuilding = true;
meta = {
description = "Featureful free software BitTorrent client";
homepage = "https://www.qbittorrent.org/";

View File

@ -93,8 +93,6 @@ in stdenv.mkDerivation {
cp ../wiretap/*.h $dev/include/wiretap
'');
enableParallelBuilding = true;
dontFixCmake = true;
shellHook = ''

View File

@ -82,8 +82,6 @@ stdenv.mkDerivation rec {
'';
doCheck = false;
enableParallelBuilding = true;
meta = {
description = "Personal and small-business financial-accounting application";

View File

@ -25,8 +25,6 @@ stdenv.mkDerivation rec {
# Hidden dependency that wasn't included in CMakeLists.txt:
NIX_CFLAGS_COMPILE = "-I${kitemmodels.dev}/include/KF5";
enableParallelBuilding = true;
nativeBuildInputs = [
doxygen extra-cmake-modules graphviz kdoctools python2
python3Packages.wrapPython wrapQtAppsHook

View File

@ -21,8 +21,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake texinfo ];
enableParallelBuilding = true;
cmakeFlags = [
"-DCMAKE_INSTALL_LIBDIR=lib"
"-DBUILD_DOCS:BOOL=ON"

View File

@ -18,8 +18,6 @@ in stdenv.mkDerivation rec {
sha256 = "0bq433myw6h1siqlsakxv6ghb002rp3mfz5k12bg68s0k6skn992";
};
enableParallelBuilding = true;
nativeBuildInputs = [ pkgconfig cmake ];
buildInputs = with xorg;
[ freetype lcms libtiff libxml2 libart_lgpl qt4

View File

@ -43,8 +43,6 @@ mkDerivation rec {
sha256 = "sha256-1CV2lVOc+kDerYq9rwTFHjTU10vK1aLJNNCObp1Dt6s=";
};
enableParallelBuilding = true;
nativeBuildInputs = [
cmake
pkgconfig

View File

@ -21,8 +21,6 @@ stdenv.mkDerivation rec {
mbelib libsndfile itpp
] ++ stdenv.lib.optionals portaudioSupport [ portaudio ];
enableParallelBuilding = true;
doCheck = true;
preCheck = ''
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH''${LD_LIBRARY_PATH:+:}$PWD

View File

@ -8,7 +8,7 @@
, gflags
, gnuradio
, orc
, pkgconfig
, pkg-config
, pythonPackages
, uhd
, log4cpp
@ -29,17 +29,16 @@ stdenv.mkDerivation rec {
sha256 = "0a3k47fl5dizzhbqbrbmckl636lznyjby2d2nz6fz21637hvrnby";
};
nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [
armadillo
boost.dev
cmake
glog
gmock
openssl.dev
gflags
gnuradio
orc
pkgconfig
pythonPackages.Mako
pythonPackages.six
@ -53,8 +52,6 @@ stdenv.mkDerivation rec {
protobuf
];
enableParallelBuilding = true;
cmakeFlags = [
"-DGFlags_ROOT_DIR=${gflags}/lib"
"-DGLOG_INCLUDE_DIR=${glog}/include"

View File

@ -27,8 +27,6 @@ stdenv.mkDerivation {
done
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Gnuradio block for ais";
homepage = "https://github.com/bistromath/gr-ais";

View File

@ -27,8 +27,6 @@ stdenv.mkDerivation {
done
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Gnuradio block for gsm";
homepage = "https://github.com/ptrkrysik/gr-gsm";

View File

@ -28,8 +28,6 @@ in stdenv.mkDerivation {
] ++ stdenv.lib.optionals pythonSupport [ python ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Gnuradio source and sink blocks for LimeSDR";
homepage = "https://wiki.myriadrf.org/Gr-limesdr_Plugin_for_GNURadio";

View File

@ -27,8 +27,6 @@ stdenv.mkDerivation {
done
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Gnuradio block for encryption";
homepage = "https://github.com/stwunsch/gr-nacl";

View File

@ -35,8 +35,6 @@ stdenv.mkDerivation rec {
done
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Gnuradio block for OsmoSDR and rtl-sdr";
homepage = "https://sdr.osmocom.org/trac/wiki/GrOsmoSDR";

View File

@ -26,8 +26,6 @@ stdenv.mkDerivation rec {
done
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Gnuradio block for radio data system";
homepage = "https://github.com/bastibl/gr-rds";

View File

@ -23,8 +23,6 @@ mkDerivation rec {
qtbase qtsvg gnuradio boost gr-osmosdr rtl-sdr hackrf
] ++ stdenv.lib.optionals pulseaudioSupport [ libpulseaudio ];
enableParallelBuilding = true;
postInstall = ''
install -vD $src/gqrx.desktop -t "$out/share/applications/"
install -vD $src/resources/icons/gqrx.svg -t "$out/share/pixmaps/"

View File

@ -29,7 +29,6 @@ in stdenv.mkDerivation rec {
"-DRTLSDR_INCLUDE_DIRS=${rtl-sdr}/include"
"../src"
];
enableParallelBuilding = true;
dontWrapQtApps = true;
nativeBuildInputs = [ cmake pkgconfig doxygen groff wrapQtAppsHook ];

View File

@ -54,8 +54,6 @@ stdenv.mkDerivation rec {
sha256 = "1fir1a13ac07mqhm4sr34cixiqj2difxq0870qv1wr7a7cbfw6vp";
};
enableParallelBuilding = true;
cmakeFlags = [
"-DENABLE_LIBUHD=ON"
"-DENABLE_USB=ON"

View File

@ -39,8 +39,6 @@ in mkDerivation {
"-DRTLSDR=true" "-DSOAPYSDR=true"
];
enableParallelBuilding = true;
meta = with lib; {
description = "A DAB/DAB+ Software Radio";
homepage = "https://www.welle.io/";

View File

@ -19,8 +19,6 @@ stdenv.mkDerivation rec {
"-DEZMINC_BUILD_MRFSEG=TRUE"
"-DEZMINC_BUILD_DD=TRUE" ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = "https://github.com/BIC-MNI/${pname}";
description = "Collection of Perl and shell scripts for processing MINC files";

View File

@ -24,8 +24,6 @@ stdenv.mkDerivation rec {
cmakeFlags = [ "-DANTS_SUPERBUILD=FALSE" "-DUSE_VTK=TRUE" ];
enableParallelBuilding = true;
postInstall = ''
for file in $out/bin/*; do
wrapProgram $file --set ANTSPATH "$out/bin"

View File

@ -16,7 +16,6 @@ stdenv.mkDerivation rec {
sha256 = "1cncfwhyhmg18n970lkn6yvp0i74ajznsl8dqz00asqfzmg681n1";
};
enableParallelBuilding = true;
nativeBuildInputs = [ cmake git ];
buildInputs = [ libyamlcpp ];

View File

@ -14,8 +14,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
buildInputs = [ zlib ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "An ultra-fast single-node solution for large and complex metagenomics assembly via succinct de Bruijn graph";
license = licenses.gpl3;

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, cmake, gcc, gcc-unwrapped }:
stdenv.mkDerivation rec {
version = "3.2.1";
version = "3.2.1";
pname = "messer-slim";
src = fetchurl {
@ -9,11 +9,9 @@ stdenv.mkDerivation rec {
sha256 = "1j3ssjvxpsc21mmzj59kwimglz8pdazi5w6wplmx11x744k77wa1";
};
enableParallelBuilding = true;
nativeBuildInputs = [ cmake gcc gcc-unwrapped ];
cmakeFlags = [ "-DCMAKE_AR=${gcc-unwrapped}/bin/gcc-ar"
cmakeFlags = [ "-DCMAKE_AR=${gcc-unwrapped}/bin/gcc-ar"
"-DCMAKE_RANLIB=${gcc-unwrapped}/bin/gcc-ranlib" ];
meta = {
@ -24,4 +22,3 @@ stdenv.mkDerivation rec {
platforms = stdenv.lib.platforms.all;
};
}

View File

@ -26,8 +26,6 @@ stdenv.mkDerivation rec {
done
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = "https://github.com/BIC-MNI/minc-tools";
description = "Command-line utilities for working with MINC files";

View File

@ -13,7 +13,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
buildInputs = [ zlib ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = "http://cmictig.cs.ucl.ac.uk/wiki/index.php/NiftyReg";

View File

@ -10,7 +10,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
buildInputs = [ eigen zlib ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = "http://cmictig.cs.ucl.ac.uk/research/software/software-nifty/niftyseg";

View File

@ -26,8 +26,6 @@ pythonPackages.buildPythonApplication rec {
doCheck = true;
enableParallelBuilding = true;
meta = with stdenv.lib ; {
description = "Management of analyses and data in DNA metabarcoding";
homepage = "https://git.metabarcoding.org/obitools/obitools3";

View File

@ -12,7 +12,6 @@ clangStdenv.mkDerivation rec {
sha256 = "03zhhl9vhi3rhc3qz1g3zb89jksgpdlrk15fcr8xcz8pkj6r5b1i";
};
enableParallelBuilding = true;
nativeBuildInputs = [ cmake lua luaPackages.luafilesystem ];
buildInputs = [ fmt rang libyamlcpp eigen catch2 boost gsl liblapack blas ];

View File

@ -38,8 +38,6 @@ in stdenv.mkDerivation {
openssh
];
enableParallelBuilding = true;
cmakeFlags = [
"-DOPENMP=ON"
"-DGA=ON"

View File

@ -45,8 +45,6 @@ mkDerivation {
rm $out/bin/AppCSXCAD.sh
'';
enableParallelBuilding = true;
meta = with lib; {
description = "Minimal Application using the QCSXCAD library";
homepage = "https://github.com/thliebig/AppCSXCAD";

View File

@ -14,8 +14,6 @@ mkDerivation rec {
nativeBuildInputs = [ cmake ];
buildInputs = [ qtbase qttools qtsvg qwt ];
enableParallelBuilding = true;
meta = {
description = "Open source EDA software focused on easy of use and portability";
homepage = "http://caneda.org";

View File

@ -37,8 +37,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "A C++ library to describe geometrical objects";
homepage = "https://github.com/thliebig/CSXCAD";

View File

@ -34,8 +34,6 @@ mkDerivation rec {
python3
];
enableParallelBuilding = true;
meta = with lib; {
description = "A GUI program for supporting various instruments from DreamSourceLab, including logic analyzer, oscilloscope, etc";
homepage = "https://www.dreamsourcelab.com/";

View File

@ -63,8 +63,6 @@ stdenv.mkDerivation {
-o $out/share/openEMS/matlab/h5readatt_octave.oct
'';
enableParallelBuilding = true;
meta = with lib; {
description = "Open Source Electromagnetic Field Solver";
homepage = "http://openems.de/index.php/Main_Page.html";

View File

@ -16,7 +16,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
buildInputs = [ readline ];
enableParallelBuilding = true;
installPhase = "mkdir -p $out/bin && mv abc $out/bin";
# needed by yosys

View File

@ -35,9 +35,6 @@ stdenv.mkDerivation rec {
"-DCMAKE_BUILD_TYPE=Production"
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "A high-performance theorem prover and SMT solver";
homepage = "http://cvc4.cs.stanford.edu/web/";

View File

@ -16,8 +16,6 @@ stdenv.mkDerivation {
cmakeFlags =
lib.optional osi.withCplex [ "-DDOWNWARD_CPLEX_ROOT=${cplex}/cplex" ];
enableParallelBuilding = true;
configurePhase = ''
python build.py release
'';

View File

@ -13,7 +13,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
buildInputs = [ gmp ];
enableParallelBuilding = true;
cmakeDir = "../src";

View File

@ -24,9 +24,6 @@ stdenv.mkDerivation rec {
)
'';
# seems to build fine now, may revert if concurrency does become an issue
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Simple Theorem Prover";
maintainers = with maintainers; [ ];

View File

@ -88,8 +88,6 @@ stdenv.mkDerivation rec {
(flag "OpenCV" opencvSupport)
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "A toolbox which offers a wide range of efficient and unified machine learning methods";
homepage = "http://shogun-toolbox.org/";

Some files were not shown because too many files have changed in this diff Show More