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 }:
|
{ stdenv, fetchurl, pkgconfig, mysql,
|
||||||
|
version = "2.1.9",
|
||||||
let
|
|
||||||
version = "2.1.9";
|
|
||||||
mainSrc = fetchurl {
|
mainSrc = fetchurl {
|
||||||
url = "http://sphinxsearch.com/files/sphinx-${version}-release.tar.gz";
|
url = "http://sphinxsearch.com/files/sphinx-${version}-release.tar.gz";
|
||||||
sha256 = "00vwxf3zr0g1fq9mls1z2rd8nxw74b76pkl1j466lig1qc5am2b2";
|
sha256 = "00vwxf3zr0g1fq9mls1z2rd8nxw74b76pkl1j466lig1qc5am2b2";
|
||||||
};
|
}
|
||||||
in
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "sphinxsearch-${version}";
|
name = "sphinxsearch-${version}";
|
||||||
@ -22,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Sphinx is an open source full text search server.";
|
description = "An open source full text search server";
|
||||||
homepage = http://sphinxsearch.com;
|
homepage = http://sphinxsearch.com;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user