rspamd: typo

This commit is contained in:
Alexander V. Nikolaev 2016-02-12 18:11:56 +02:00
parent c84c174eb2
commit 5d26e80645

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 {