treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -42,8 +42,6 @@ stdenv.mkDerivation rec {
|
||||
"-DUSE_NLS=${if withNLS then "ON" else "OFF"}"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Command-line package management tools used on Debian-based systems";
|
||||
homepage = "https://salsa.debian.org/apt-team/apt";
|
||||
|
||||
Reference in New Issue
Block a user