summary refs log tree commit diff
path: root/pkgs/tools/backup/bareos
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2015-04-23 00:58:07 +0200
committerMoritz Ulrich <moritz@tarn-vedra.de>2015-04-23 00:58:07 +0200
commitb8f33f11475090e84c14c25ecc5f56ebefb87704 (patch)
treecc104d024633577a3ba02acbfa3a0bde45028c40 /pkgs/tools/backup/bareos
parent6e2dde7b78200995e224b4b639632506b1c70367 (diff)
downloadnixpkgs-b8f33f11475090e84c14c25ecc5f56ebefb87704.tar
nixpkgs-b8f33f11475090e84c14c25ecc5f56ebefb87704.tar.gz
nixpkgs-b8f33f11475090e84c14c25ecc5f56ebefb87704.tar.bz2
nixpkgs-b8f33f11475090e84c14c25ecc5f56ebefb87704.tar.lz
nixpkgs-b8f33f11475090e84c14c25ecc5f56ebefb87704.tar.xz
nixpkgs-b8f33f11475090e84c14c25ecc5f56ebefb87704.tar.zst
nixpkgs-b8f33f11475090e84c14c25ecc5f56ebefb87704.zip
Fix evaluation by re-adding ceph to bareos.
Diffstat (limited to 'pkgs/tools/backup/bareos')
-rw-r--r--pkgs/tools/backup/bareos/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/bareos/default.nix b/pkgs/tools/backup/bareos/default.nix
index 8433a67c5c4..9b3926fccba 100644
--- a/pkgs/tools/backup/bareos/default.nix
+++ b/pkgs/tools/backup/bareos/default.nix
@@ -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;