treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -17,8 +17,6 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ fuse ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
inherit (src.meta) homepage;
|
||||
description = "Transparent encryption filesystem";
|
||||
|
||||
Reference in New Issue
Block a user