Fix evaluation by re-adding ceph to bareos.

This commit is contained in:
Moritz Ulrich 2015-04-23 00:58:07 +02:00
parent 6e2dde7b78
commit b8f33f1147

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, pkgconfig, nettools, gettext, libtool
, readline ? null, openssl ? null, python ? null, ncurses ? null
, sqlite ? null, postgresql ? null, mysql ? null, zlib ? null, lzo ? null
, acl ? null, glusterfs ? null, libceph ? null, libcap ? null
, acl ? null, glusterfs ? null, libceph ? null, libcap ? null, ceph ? null
}:
assert sqlite != null || postgresql != null || mysql != null;