mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ceph: fuse3 (#529717)
This commit is contained in:
commit
efe7aba94c
1 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@
|
|||
# Optional Dependencies
|
||||
curl,
|
||||
expat,
|
||||
fuse,
|
||||
fuse3,
|
||||
libatomic_ops,
|
||||
libedit,
|
||||
libs3,
|
||||
|
|
@ -106,7 +106,7 @@ let
|
|||
optYasm = shouldUsePkg yasm;
|
||||
optExpat = shouldUsePkg expat;
|
||||
optCurl = shouldUsePkg curl;
|
||||
optFuse = shouldUsePkg fuse;
|
||||
optFuse = shouldUsePkg fuse3;
|
||||
optLibedit = shouldUsePkg libedit;
|
||||
optLibatomic_ops = shouldUsePkg libatomic_ops;
|
||||
optLibs3 = shouldUsePkg libs3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue