treewide: remove unnecessary enableParallelBuilding when using cmake

This commit is contained in:
Ben Siraphob 2021-07-19 19:50:58 +07:00
parent 914b93541e
commit 1e2484a27c
4 changed files with 0 additions and 6 deletions

View File

@ -110,8 +110,6 @@ mkDerivation rec {
wavpack
];
enableParallelBuilding = true;
qtWrapperArgs = [
"--set LOCALE_ARCHIVE ${glibcLocales}/lib/locale/locale-archive"
];

View File

@ -45,8 +45,6 @@ stdenv.mkDerivation rec {
tagparser
];
enableParallelBuilding = true;
meta = with pkgs.lib; {
homepage = "https://github.com/Martchus/tageditor";
description = "A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska";

View File

@ -50,7 +50,6 @@ in stdenv.mkDerivation rec {
] ++ lib.optional enableCUDA "-DTERRA_ENABLE_CUDA=ON";
doCheck = true;
enableParallelBuilding = true;
hardeningDisable = [ "fortify" ];
outputs = [ "bin" "dev" "out" "static" ];

View File

@ -16,7 +16,6 @@ let
version = lib.strings.substring 0 7 rev + "-" + lib.versions.majorMinor cudatoolkit.version;
nativeBuildInputs = [ cmake addOpenGLRunpath ];
buildInputs = [ cudatoolkit ];
enableParallelBuilding = true;
postFixup = ''
for exe in $out/bin/*; do
addOpenGLRunpath $exe