summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/search/recoll
diff options
context:
space:
mode:
authorndowens <ndowens04@gmail.com>2017-03-22 17:14:30 -0500
committerndowens <ndowens04@gmail.com>2017-03-22 17:14:30 -0500
commitc9bcbaa75aa6a418f81b71b2ce6a927568cf982e (patch)
tree2f467344ba383ef64c8cf9e7a18393f7a2f2e992 /pkgs/applications/search/recoll
parent040b86a96e8cc5125762f2b026734e9c760caad9 (diff)
recoll: 1.21.3 -> 1.23.1
Diffstat (limited to 'pkgs/applications/search/recoll')
-rw-r--r--pkgs/applications/search/recoll/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/applications/search/recoll/default.nix b/pkgs/applications/search/recoll/default.nix
index 345b1341c0f4..649b34e75692 100644
--- a/pkgs/applications/search/recoll/default.nix
+++ b/pkgs/applications/search/recoll/default.nix
@@ -7,16 +7,14 @@
assert stdenv.system != "powerpc-linux";
stdenv.mkDerivation rec {
- ver = "1.21.3";
+ ver = "1.23.1";
name = "recoll-${ver}";
src = fetchurl {
url = "http://www.lesbonscomptes.com/recoll/${name}.tar.gz";
- sha256 = "66f039f08b149d5e4840664d4a636f6b55145b02072f87aab83282ebe0cd593a";
+ sha256 = "0si407qm47ndy0l6zv57lqb5za4aiv0lyghnzb211g03szjkfpg8";
};
- patches = [ ./nodeblayout.patch ./versionawk.patch ];
-
configureFlags = [ "--with-inotify" ];
buildInputs = [ qt4 xapian file python bison];
@@ -61,6 +59,6 @@ stdenv.mkDerivation rec {
homepage = http://www.lesbonscomptes.com/recoll/;
license = licenses.gpl2;
platforms = platforms.unix;
- maintainers = with maintainers; [ jcumming ];
+ maintainers = [ maintainers.jcumming ];
};
}