From ec03fd92dbd64e0bff1ba405dd2391332d228b74 Mon Sep 17 00:00:00 2001 From: Domen Kožar Date: Mon, 13 Oct 2014 15:22:49 +0200 Subject: Revert "xapian: update from 1.2.8 to 1.3.1" This reverts commit b76e8417b3ec2dd1809cd4660f60a6f6c49e42bc. Breaks recoll, since bindings also need to be updated. --- pkgs/development/libraries/xapian/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pkgs/development/libraries/xapian/default.nix b/pkgs/development/libraries/xapian/default.nix index 2fa3a58e8fb3..d74a85a9162d 100644 --- a/pkgs/development/libraries/xapian/default.nix +++ b/pkgs/development/libraries/xapian/default.nix @@ -1,17 +1,15 @@ { stdenv, fetchurl, libuuid, zlib }: stdenv.mkDerivation { - name = "xapian-1.3.1"; + name = "xapian-1.2.8"; src = fetchurl { - url = http://oligarchy.co.uk/xapian/1.3.1/xapian-core-1.3.1.tar.gz; - sha256 = "03z31z0xpj9a4aryr5hcq3y8wwv8qc1dn487ahzkfgir7rv0zvk4"; + url = http://oligarchy.co.uk/xapian/1.2.8/xapian-core-1.2.8.tar.gz; + sha256 = "00411ebac66a5592b87fc57ccfeb234c84b929ed23c185befb5df9929df3d4f9"; }; buildInputs = [ libuuid zlib ]; - configureFlags = [ "--program-suffix=" ]; - meta = { description = "Search engine library"; homepage = "http://xapian.org"; -- cgit 1.4.1