Fix evaluation by re-adding ceph to bareos.
This commit is contained in:
parent
6e2dde7b78
commit
b8f33f1147
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user