Merge pull request #130638 from siraben/par-treewide

treewide: remove unnecessary enableParallelBuilding when using cmake, meson, qmake

authored by

Ben Siraphob and committed by
GitHub
e8599765 e86ff5c2

-76
-2
pkgs/applications/audio/dfasma/default.nix
··· 47 47 substituteInPlace dfasma.pro --replace "CONFIG += file_sdif" ""; 48 48 ''; 49 49 50 - enableParallelBuilding = true; 51 - 52 50 meta = with lib; { 53 51 description = "Analyse and compare audio files in time and frequency"; 54 52 longDescription = ''
-2
pkgs/applications/audio/fmit/default.nix
··· 38 38 PREFIXSHORTCUT=$out" 39 39 ''; 40 40 41 - enableParallelBuilding = true; 42 - 43 41 meta = { 44 42 description = "Free Musical Instrument Tuner"; 45 43 longDescription = ''
-2
pkgs/applications/audio/iannix/default.nix
··· 19 19 20 20 installFlags = [ "INSTALL_ROOT=$(out)" ]; 21 21 22 - enableParallelBuilding = true; 23 - 24 22 meta = with lib; { 25 23 description = "Graphical open-source sequencer"; 26 24 homepage = "https://www.iannix.org/";
-2
pkgs/applications/audio/mixxx/default.nix
··· 110 110 wavpack 111 111 ]; 112 112 113 - enableParallelBuilding = true; 114 - 115 113 qtWrapperArgs = [ 116 114 "--set LOCALE_ARCHIVE ${glibcLocales}/lib/locale/locale-archive" 117 115 ];
-2
pkgs/applications/audio/tageditor/default.nix
··· 45 45 tagparser 46 46 ]; 47 47 48 - enableParallelBuilding = true; 49 - 50 48 meta = with pkgs.lib; { 51 49 homepage = "https://github.com/Martchus/tageditor"; 52 50 description = "A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska";
-2
pkgs/applications/editors/focuswriter/default.nix
··· 12 12 nativeBuildInputs = [ pkg-config qmake qttools ]; 13 13 buildInputs = [ hunspell qtbase qtmultimedia ]; 14 14 15 - enableParallelBuilding = true; 16 - 17 15 qmakeFlags = [ "PREFIX=/" ]; 18 16 installFlags = [ "INSTALL_ROOT=$(out)" ]; 19 17
-2
pkgs/applications/editors/texmaker/default.nix
··· 19 19 "METAINFODIR=${placeholder "out"}/share/metainfo" 20 20 ]; 21 21 22 - enableParallelBuilding = true; 23 - 24 22 meta = with lib; { 25 23 description = "TeX and LaTeX editor"; 26 24 longDescription=''
-2
pkgs/applications/editors/tiled/default.nix
··· 15 15 nativeBuildInputs = [ pkg-config qmake ]; 16 16 buildInputs = [ python qtbase qttools ]; 17 17 18 - enableParallelBuilding = true; 19 - 20 18 meta = with lib; { 21 19 description = "Free, easy to use and flexible tile map editor"; 22 20 homepage = "https://www.mapeditor.org/";
-1
pkgs/applications/graphics/ktikz/default.nix
··· 47 47 QT_PLUGIN_PATH = "${qtbase}/${qtbase.qtPluginPrefix}"; 48 48 49 49 buildInputs = [ qtbase poppler ]; 50 - enableParallelBuilding = true; 51 50 52 51 qmakeFlags = [ 53 52 "DESKTOP_INSTALL_DIR=${placeholder "out"}/share/applications"
-2
pkgs/applications/graphics/yacreader/default.nix
··· 18 18 buildInputs = [ poppler libunarr libGLU qtmultimedia qtscript ]; 19 19 propagatedBuildInputs = [ qtquickcontrols qtgraphicaleffects qtdeclarative ]; 20 20 21 - enableParallelBuilding = true; 22 - 23 21 meta = { 24 22 description = "A comic reader for cross-platform reading and managing your digital comic collection"; 25 23 homepage = "http://www.yacreader.com";
-2
pkgs/applications/misc/nixnote2/default.nix
··· 14 14 15 15 buildInputs = [ boost qtbase qtwebkit poppler hunspell ]; 16 16 17 - enableParallelBuilding = true; 18 - 19 17 nativeBuildInputs = [ qmake ]; 20 18 21 19 postPatch = ''
-1
pkgs/applications/misc/openbrf/default.nix
··· 13 13 14 14 buildInputs = [ qtbase vcg glew ]; 15 15 16 - enableParallelBuilding = true; 17 16 nativeBuildInputs = [ qmake ]; 18 17 19 18 qmakeFlags = [ "openBrf.pro" ];
-2
pkgs/applications/misc/qlcplus/default.nix
··· 39 39 variables.pri 40 40 ''; 41 41 42 - enableParallelBuilding = true; 43 - 44 42 postInstall = '' 45 43 ln -sf $out/lib/*/libqlcplus* $out/lib 46 44 '';
-2
pkgs/applications/misc/qtpass/default.nix
··· 24 24 25 25 nativeBuildInputs = [ qmake qttools ]; 26 26 27 - enableParallelBuilding = true; 28 - 29 27 patches = [ 30 28 # Fix path to pass-otp plugin `/usr/lib/password-store/extensions/otp.bash` being hardcoded. 31 29 # TODO: Remove when https://github.com/IJHack/QtPass/pull/499 is merged and available.
-2
pkgs/applications/misc/subsurface/default.nix
··· 64 64 mv lib $out/ 65 65 ''; 66 66 67 - enableParallelBuilding = true; 68 - 69 67 meta = with lib; { 70 68 inherit (src.meta) homepage; 71 69 description = "QtLocation plugin for Google maps tile API";
-1
pkgs/applications/networking/browsers/qtchan/default.nix
··· 11 11 sha256 = "1x11m1kwqindzc0dkpfifcglsb362impaxs85kgzx50p898sz9ll"; 12 12 }; 13 13 14 - enableParallelBuilding = true; 15 14 nativeBuildInputs = [ qmake ]; 16 15 buildInputs = [ qtbase ]; 17 16 qmakeFlags = [ "CONFIG-=app_bundle" ];
-2
pkgs/applications/networking/instant-messengers/tensor/default.nix
··· 15 15 fetchSubmodules = true; 16 16 }; 17 17 18 - enableParallelBuilding = true; 19 - 20 18 buildInputs = [ qtbase qtquickcontrols ]; 21 19 nativeBuildInputs = [ qmake ]; 22 20
-2
pkgs/applications/networking/irc/communi/default.nix
··· 16 16 17 17 buildInputs = [ libcommuni qtbase ]; 18 18 19 - enableParallelBuilding = true; 20 - 21 19 dontWrapQtApps = true; 22 20 23 21 preConfigure = ''
-2
pkgs/applications/networking/remote/x2goclient/default.nix
··· 24 24 25 25 makeFlags = [ "PREFIX=$(out)" "ETCDIR=$(out)/etc" "build_client" "build_man" ]; 26 26 27 - enableParallelBuilding = true; 28 - 29 27 installTargets = [ "install_client" "install_man" ]; 30 28 31 29 qtWrapperArgs = [ "--suffix PATH : ${nx-libs}/bin:${openssh}/libexec" ];
-2
pkgs/applications/radio/qradiolink/default.nix
··· 68 68 gnuradio3_8.qt.wrapQtAppsHook 69 69 ]; 70 70 71 - enableParallelBuilding = true; 72 - 73 71 meta = with lib; { 74 72 description = "SDR transceiver application for analog and digital modes"; 75 73 homepage = "http://qradiolink.org/";
-2
pkgs/applications/radio/qsstv/default.nix
··· 10 10 sha256 = "0f9hx6sy418cb23fadll298pqbc5l2lxsdivi4vgqbkvx7sw58zi"; 11 11 }; 12 12 13 - enableParallelBuilding = true; 14 - 15 13 nativeBuildInputs = [ 16 14 qmake 17 15 pkg-config
-2
pkgs/applications/science/physics/xflr5/default.nix
··· 9 9 sha256 = "02x3r9iv3ndwxa65mxn9m5dlhcrnjiq7cffi6rmb456gs3v3dnav"; 10 10 }; 11 11 12 - enableParallelBuilding = true; 13 - 14 12 nativeBuildInputs = [ qmake ]; 15 13 16 14 meta = with lib; {
-2
pkgs/applications/science/robotics/apmplanner2/default.nix
··· 30 30 --replace /usr $out 31 31 ''; 32 32 33 - enableParallelBuilding = true; 34 - 35 33 meta = { 36 34 description = "Ground station software for autonomous vehicles"; 37 35 longDescription = ''
-1
pkgs/applications/science/robotics/qgroundcontrol/default.nix
··· 17 17 gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad wayland 18 18 ]; 19 19 20 - enableParallelBuilding = true; 21 20 buildInputs = [ SDL2 ] ++ gstInputs ++ qtInputs; 22 21 nativeBuildInputs = [ pkg-config qmake qttools ]; 23 22
-2
pkgs/applications/terminal-emulators/cool-retro-term/default.nix
··· 29 29 ln -s $out/bin/cool-retro-term.app/Contents/MacOS/cool-retro-term $out/bin/cool-retro-term 30 30 ''; 31 31 32 - enableParallelBuilding = true; 33 - 34 32 meta = { 35 33 description = "Terminal emulator which mimics the old cathode display"; 36 34 longDescription = ''
-1
pkgs/applications/video/shotcut/default.nix
··· 34 34 sha256 = "UdeHbNkJ0U9FeTmpbcU4JxiyIHkrlC8ErhtY6zdCZEk="; 35 35 }; 36 36 37 - enableParallelBuilding = true; 38 37 nativeBuildInputs = [ pkg-config qmake ]; 39 38 buildInputs = [ 40 39 SDL2
-1
pkgs/development/compilers/terra/default.nix
··· 50 50 ] ++ lib.optional enableCUDA "-DTERRA_ENABLE_CUDA=ON"; 51 51 52 52 doCheck = true; 53 - enableParallelBuilding = true; 54 53 hardeningDisable = [ "fortify" ]; 55 54 outputs = [ "bin" "dev" "out" "static" ]; 56 55
-1
pkgs/development/libraries/qmlbox2d/default.nix
··· 9 9 rev = "b7212d5640701f93f0cd88fbd3a32c619030ae62"; 10 10 }; 11 11 12 - enableParallelBuilding = true; 13 12 dontWrapQtApps = true; 14 13 nativeBuildInputs = [ qmake ]; 15 14
-2
pkgs/development/libraries/qmltermwidget/default.nix
··· 30 30 31 31 installFlags = [ "INSTALL_ROOT=$(out)" ]; 32 32 33 - enableParallelBuilding = true; 34 - 35 33 dontWrapQtApps = true; 36 34 37 35 meta = {
-1
pkgs/development/libraries/qscintilla/default.nix
··· 34 34 ln -s $out/lib/libqscintilla2_qt?.so $out/lib/libqscintilla2.so 35 35 ''; 36 36 37 - enableParallelBuilding = true; 38 37 dontWrapQtApps = true; 39 38 40 39 postPatch = ''
-1
pkgs/development/libraries/qtinstaller/default.nix
··· 16 16 outputs = [ "out" "dev" "doc" ]; 17 17 18 18 setOutputFlags = false; 19 - enableParallelBuilding = true; 20 19 NIX_QT_SUBMODULE = true; 21 20 dontWrapQtApps = true; 22 21
-2
pkgs/development/tools/build-managers/qbs/default.nix
··· 20 20 21 21 buildInputs = [ qtbase qtscript ]; 22 22 23 - enableParallelBuilding = true; 24 - 25 23 meta = with lib; { 26 24 description = "A tool that helps simplify the build process for developing projects across multiple platforms"; 27 25 homepage = "https://wiki.qt.io/Qbs";
-1
pkgs/development/tools/minizinc/ide.nix
··· 16 16 17 17 sourceRoot = "source/MiniZincIDE"; 18 18 19 - enableParallelBuilding = true; 20 19 dontWrapQtApps = true; 21 20 22 21 postInstall = ''
-2
pkgs/development/tools/phantomjs2/default.nix
··· 75 75 76 76 __impureHostDeps = lib.optional stdenv.isDarwin "/usr/lib/libicucore.dylib"; 77 77 78 - enableParallelBuilding = true; 79 - 80 78 dontWrapQtApps = true; 81 79 82 80 installPhase = ''
-2
pkgs/development/tools/qtcreator/default.nix
··· 45 45 46 46 doCheck = true; 47 47 48 - enableParallelBuilding = true; 49 - 50 48 buildFlags = optional withDocumentation "docs"; 51 49 52 50 installFlags = [ "INSTALL_ROOT=$(out)" ] ++ optional withDocumentation "install_docs";
-2
pkgs/games/pokerth/default.nix
··· 61 61 62 62 NIX_CFLAGS_COMPILE = "-I${SDL.dev}/include/SDL"; 63 63 64 - enableParallelBuilding = true; 65 - 66 64 meta = with lib; { 67 65 homepage = "https://www.pokerth.net"; 68 66 description = "Poker game ${target}";
-2
pkgs/games/qgo/default.nix
··· 43 43 ''; 44 44 nativeBuildInputs = [ qmake ]; 45 45 buildInputs = [ qtbase qtmultimedia qttranslations ]; 46 - enableParallelBuilding = true; 47 - 48 46 }
-2
pkgs/games/the-powder-toy/default.nix
··· 22 22 23 23 propagatedBuildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Cocoa ]; 24 24 25 - enableParallelBuilding = true; 26 - 27 25 meta = with lib; { 28 26 description = "A free 2D physics sandbox game"; 29 27 homepage = "http://powdertoy.co.uk/";
-2
pkgs/misc/emulators/firebird-emu/default.nix
··· 12 12 fetchSubmodules = true; 13 13 }; 14 14 15 - enableParallelBuilding = true; 16 - 17 15 nativeBuildInputs = [ qmake ]; 18 16 19 17 buildInputs = [ qtbase qtdeclarative ];
-1
pkgs/test/cuda/cuda-library-samples/generic.nix
··· 16 16 version = lib.strings.substring 0 7 rev + "-" + lib.versions.majorMinor cudatoolkit.version; 17 17 nativeBuildInputs = [ cmake addOpenGLRunpath ]; 18 18 buildInputs = [ cudatoolkit ]; 19 - enableParallelBuilding = true; 20 19 postFixup = '' 21 20 for exe in $out/bin/*; do 22 21 addOpenGLRunpath $exe
-2
pkgs/tools/graphics/nifskope/default.nix
··· 35 35 done 36 36 ''; 37 37 38 - enableParallelBuilding = true; 39 - 40 38 # Inspired by install/linux-install/nifskope.spec.in. 41 39 installPhase = '' 42 40 runHook preInstall
-2
pkgs/tools/misc/qt5ct/default.nix
··· 20 20 "PLUGINDIR=${placeholder "out"}/${qtbase.qtPluginPrefix}" 21 21 ]; 22 22 23 - enableParallelBuilding = true; 24 - 25 23 meta = with lib; { 26 24 description = "Qt5 Configuration Tool"; 27 25 homepage = "https://www.opendesktop.org/content/show.php?content=168066";
-2
pkgs/tools/networking/cmst/default.nix
··· 15 15 16 16 buildInputs = [ qtbase ]; 17 17 18 - enableParallelBuilding = true; 19 - 20 18 postPatch = '' 21 19 for f in $(find . -name \*.cpp -o -name \*.pri -o -name \*.pro); do 22 20 substituteInPlace $f --replace /etc $out/etc --replace /usr $out
-1
pkgs/tools/text/glogg/default.nix
··· 20 20 buildInputs = [ boost ]; 21 21 22 22 qmakeFlags = [ "VERSION=${version}" ]; 23 - enableParallelBuilding = true; 24 23 25 24 postInstall = lib.optionalString stdenv.isDarwin '' 26 25 mkdir -p $out/Applications