forked from mirrors/nixpkgs
cryfs: disable testing as it does not work - I pushed the wrong branch earlier
This commit is contained in:
parent
6a807fe709
commit
ea1a925a95
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue