treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -20,8 +20,6 @@ stdenv.mkDerivation rec {
|
||||
rm BUILD
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Binary-decimal and decimal-binary routines for IEEE doubles";
|
||||
homepage = "https://github.com/google/double-conversion";
|
||||
|
||||
Reference in New Issue
Block a user