Add almir and it's dependencies.

This commit is contained in:
Domen Kozar
2013-03-27 02:30:07 +01:00
parent f1dcd8c11f
commit c07d0b9b78
2 changed files with 557 additions and 19 deletions
+5
View File
@@ -15,6 +15,11 @@ stdenv.mkDerivation rec {
"--with-postgresql=${postgresql}"
];
postInstall = ''
mkdir -p $out/bin
ln -s $out/sbin/* $out/bin
'';
meta = {
description = "Enterprise ready, Network Backup Tool";
homepage = http://bacula.org/;