mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
ceph: Xio is only supported in 0.94 and newer
This commit is contained in:
parent
5a573862a2
commit
96101d07db
@ -45,6 +45,7 @@ let
|
||||
hasRadosgw = fcgi != null && expat != null && curl != null && libedit != null;
|
||||
|
||||
hasXio = (stdenv.isLinux || stdenv.isFreebsd) &&
|
||||
stdenv.lib.versionAtLeast version "0.94" &&
|
||||
accelio != null && libibverbs != null && librdmacm != null;
|
||||
|
||||
# Malloc implementation (can be jemalloc, tcmalloc or null)
|
||||
|
Loading…
Reference in New Issue
Block a user