lol

cryfs: disable testing as it does not work - I pushed the wrong branch earlier

+1 -3
+1 -3
pkgs/tools/filesystems/cryfs/default.nix
··· 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; 50 51 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 ]; 48 49 meta = with stdenv.lib; { 50 description = "Cryptographic filesystem for the cloud";