treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -195,8 +195,6 @@ in rec {
|
||||
test -f $out/bin/ceph-volume
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
outputs = [ "out" "lib" "dev" "doc" "man" ];
|
||||
|
||||
doCheck = false; # uses pip to install things from the internet
|
||||
|
||||
@@ -48,8 +48,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ boost cryptopp curl fuse openssl ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
cmakeFlags = [
|
||||
"-DCRYFS_UPDATE_CHECKS:BOOL=FALSE"
|
||||
"-DBoost_USE_STATIC_LIBS:BOOL=FALSE" # this option is case sensitive
|
||||
|
||||
@@ -23,8 +23,6 @@ stdenv.mkDerivation rec {
|
||||
"-DINSTALL_LIBENCFS=ON"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "An encrypted filesystem in user-space via FUSE";
|
||||
homepage = "https://vgough.github.io/encfs";
|
||||
|
||||
@@ -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