ceph: fix eval because of typo
This commit is contained in:
parent
e928311fe1
commit
ccc1ccf983
@ -41,7 +41,7 @@ let
|
||||
hasOsd = hasServer;
|
||||
hasRadosgw = fcgi != null && expat != null && curl != null && libedit != null;
|
||||
|
||||
hasXio = (stdenv.isLinux || stdenv.isFreebsd) &&
|
||||
hasXio = (stdenv.isLinux || stdenv.isFreeBSD) &&
|
||||
versionAtLeast version "0.95" &&
|
||||
accelio != null && libibverbs != null && librdmacm != null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user