mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
cryfs: fix eval
This commit is contained in:
parent
1a9297102c
commit
a38c345989
@ -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 New Issue
Block a user