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 43 cmakeFlags = [ 44 44 "-DCRYFS_UPDATE_CHECKS=OFF" 45 45 "-DBoost_USE_STATIC_LIBS=OFF" # this option is case sensitive 46 - "-DBUILD_TESTING=ON" 46 + "-DBUILD_TESTING=OFF" 47 47 ]; 48 - 49 - doCheck = true; 50 48 51 49 meta = with stdenv.lib; { 52 50 description = "Cryptographic filesystem for the cloud";