Updated definition file as per comments from the collaborator
This commit is contained in:
parent
518daa9660
commit
72df3f37e5
@ -1,12 +1,10 @@
|
||||
{ stdenv, fetchurl, pkgconfig, mysql }:
|
||||
|
||||
let
|
||||
version = "2.1.9";
|
||||
{ stdenv, fetchurl, pkgconfig, mysql,
|
||||
version = "2.1.9",
|
||||
mainSrc = fetchurl {
|
||||
url = "http://sphinxsearch.com/files/sphinx-${version}-release.tar.gz";
|
||||
sha256 = "00vwxf3zr0g1fq9mls1z2rd8nxw74b76pkl1j466lig1qc5am2b2";
|
||||
};
|
||||
in
|
||||
}
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "sphinxsearch-${version}";
|
||||
@ -22,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Sphinx is an open source full text search server.";
|
||||
description = "An open source full text search server";
|
||||
homepage = http://sphinxsearch.com;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
|
Loading…
Reference in New Issue
Block a user