Add rsyslog 7.2.6 and its dependencies

This commit is contained in:
Rob Vermaas
2013-03-14 14:13:55 +01:00
parent 0576a0054b
commit 4619675011
4 changed files with 49 additions and 0 deletions
@@ -0,0 +1,8 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation {
name = "libestr-0.1.4";
src = fetchurl {
url = http://libestr.adiscon.com/files/download/libestr-0.1.4.tar.gz;
sha256 = "1qw5vqryawdm434l9ql3r160ap2f5mmp7b6pciac7qli62y0a2z3";
};
}