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

This commit is contained in:
Peter Hoeg 2017-10-13 20:49:54 +08:00
parent 6a807fe709
commit ea1a925a95

View file

@ -43,11 +43,9 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DCRYFS_UPDATE_CHECKS=OFF"
"-DBoost_USE_STATIC_LIBS=OFF" # this option is case sensitive
"-DBUILD_TESTING=ON"
"-DBUILD_TESTING=OFF"
];
doCheck = true;
meta = with stdenv.lib; {
description = "Cryptographic filesystem for the cloud";
homepage = https://www.cryfs.org;