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 = [
|
cmakeFlags = [
|
||||||
"-DCRYFS_UPDATE_CHECKS=OFF"
|
"-DCRYFS_UPDATE_CHECKS=OFF"
|
||||||
"-DBoost_USE_STATIC_LIBS=OFF" # this option is case sensitive
|
"-DBoost_USE_STATIC_LIBS=OFF" # this option is case sensitive
|
||||||
"-DBUILD_TESTING=ON"
|
"-DBUILD_TESTING=OFF"
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = true;
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Cryptographic filesystem for the cloud";
|
description = "Cryptographic filesystem for the cloud";
|
||||||
homepage = https://www.cryfs.org;
|
homepage = https://www.cryfs.org;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user