mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
groonga: 6.0.8 -> 6.0.9
This commit is contained in:
parent
cdec20ac58
commit
4a542031b2
1 changed files with 6 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
|||
stdenv.mkDerivation rec {
|
||||
|
||||
name = "groonga-${version}";
|
||||
version = "6.0.8";
|
||||
version = "6.0.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://packages.groonga.org/source/groonga/${name}.tar.gz";
|
||||
sha256 = "05mp6zkavxj87nbx0jr48rpjjcf7fzdczxa93sxp4zq2dsnn5s5r";
|
||||
sha256 = "1n7kf25yimgy9wy04hv5qvp4rzdzdr0ar92lhwms812qkhp3i4mq";
|
||||
};
|
||||
|
||||
buildInputs = with stdenv.lib; [ pkgconfig mecab kytea libedit ] ++
|
||||
|
@ -24,6 +24,10 @@ stdenv.mkDerivation rec {
|
|||
${optionalString lz4Support "--with-lz4"}
|
||||
'';
|
||||
|
||||
doInstallCheck = true;
|
||||
|
||||
installCheckPhase = "$out/bin/groonga --version";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://groonga.org/;
|
||||
description = "An open-source fulltext search engine and column store";
|
||||
|
|
Loading…
Reference in a new issue