rspamd: typo

This commit is contained in:
Alexander V. Nikolaev
2016-04-28 14:21:17 +03:00
parent c84c174eb2
commit 5d26e80645
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake, perl
, file, glib, gmime, libevent, luajit, openssl, pcre, pkgconfig, sqlite }:
let libmagic = file; # libmagic provided buy file package ATM
let libmagic = file; # libmagic provided by file package ATM
in
stdenv.mkDerivation rec {