Skip to content

Commit

Permalink
cryfs: disable testing as it does not work - I pushed the wrong branc…
Browse files Browse the repository at this point in the history
…h earlier
  • Loading branch information
peterhoeg committed Oct 13, 2017
1 parent 6a807fe commit ea1a925
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/tools/filesystems/cryfs/default.nix
Expand Up @@ -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;
Expand Down

0 comments on commit ea1a925

Please sign in to comment.