ceph: fix eval because of typo

This commit is contained in:
Vladimír Čunát 2015-04-23 21:45:13 +02:00
parent e928311fe1
commit ccc1ccf983

View File

@ -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;