summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/cryfs
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2017-10-13 20:49:54 +0800
committerPeter Hoeg <peter@hoeg.com>2017-10-13 20:49:54 +0800
commitea1a925a95493e5e3122f0bb714d7b5f1392265a (patch)
treebafb7721d272369a22776ba907503af115751523 /pkgs/tools/filesystems/cryfs
parent6a807fe709c58a0e6d8ac70afc205fcdfbd9d371 (diff)
cryfs: disable testing as it does not work - I pushed the wrong branch earlier
Diffstat (limited to 'pkgs/tools/filesystems/cryfs')
-rw-r--r--pkgs/tools/filesystems/cryfs/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/tools/filesystems/cryfs/default.nix b/pkgs/tools/filesystems/cryfs/default.nix
index 07b077b9289c..5d5d23d4ed3e 100644
--- a/pkgs/tools/filesystems/cryfs/default.nix
+++ b/pkgs/tools/filesystems/cryfs/default.nix
@@ -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;