cryfs: fix eval
This commit is contained in:
parent
1a9297102c
commit
a38c345989
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue