From ccc1ccf983d672f4021539a138d13e4f999ab6f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Thu, 23 Apr 2015 21:45:13 +0200 Subject: [PATCH] ceph: fix eval because of typo --- pkgs/tools/filesystems/ceph/generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/filesystems/ceph/generic.nix b/pkgs/tools/filesystems/ceph/generic.nix index fe54922b0d0..825d14c9fb1 100644 --- a/pkgs/tools/filesystems/ceph/generic.nix +++ b/pkgs/tools/filesystems/ceph/generic.nix @@ -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;