Skip to content

Commit a38c345

Browse files
committed
cryfs: fix eval
1 parent 1a92971 commit a38c345

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5074,9 +5074,7 @@ with pkgs;
50745074

50755075
ericw-tools = callPackage ../applications/misc/ericw-tools { };
50765076

5077-
cryfs = callPackage ../tools/filesystems/cryfs {
5078-
boost = boost175;
5079-
};
5077+
cryfs = callPackage ../tools/filesystems/cryfs { };
50805078

50815079
encfs = callPackage ../tools/filesystems/encfs {
50825080
tinyxml2 = tinyxml-2;

0 commit comments

Comments
 (0)