cryfs: fix eval

This commit is contained in:
Dmitry Kalinkin 2021-12-23 16:59:27 -05:00
parent 1a9297102c
commit a38c345989
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -5074,9 +5074,7 @@ with pkgs;
ericw-tools = callPackage ../applications/misc/ericw-tools { };
cryfs = callPackage ../tools/filesystems/cryfs {
boost = boost175;
};
cryfs = callPackage ../tools/filesystems/cryfs { };
encfs = callPackage ../tools/filesystems/encfs {
tinyxml2 = tinyxml-2;