···43 cmakeFlags = [
44 "-DCRYFS_UPDATE_CHECKS=OFF"
45 "-DBoost_USE_STATIC_LIBS=OFF" # this option is case sensitive
46- "-DBUILD_TESTING=ON"
47 ];
48-49- doCheck = true;
5051 meta = with stdenv.lib; {
52 description = "Cryptographic filesystem for the cloud";
···43 cmakeFlags = [
44 "-DCRYFS_UPDATE_CHECKS=OFF"
45 "-DBoost_USE_STATIC_LIBS=OFF" # this option is case sensitive
46+ "-DBUILD_TESTING=OFF"
47 ];
004849 meta = with stdenv.lib; {
50 description = "Cryptographic filesystem for the cloud";