perlPackages.SearchXapian: remove at 1.2.25.5
Not sure to what extent we can expect maintenance going forward.
This commit is contained in:
parent
1fc3696792
commit
f5090d4920
@ -12,6 +12,9 @@
|
|||||||
The hook can be disabled by providing `dontCheckForBrokenSymlinks = true;` as an argument to `mkDerivation`.
|
The hook can be disabled by providing `dontCheckForBrokenSymlinks = true;` as an argument to `mkDerivation`.
|
||||||
For more information, [check the docs](https://nixos.org/manual/nixpkgs/unstable/#no-broken-symlinks.sh) or [see this PR](https://github.com/NixOS/nixpkgs/pull/370750).
|
For more information, [check the docs](https://nixos.org/manual/nixpkgs/unstable/#no-broken-symlinks.sh) or [see this PR](https://github.com/NixOS/nixpkgs/pull/370750).
|
||||||
|
|
||||||
|
- The hand written `perlPackages.SearchXapian` bindings have been dropped in favor of the (mostly compatible)
|
||||||
|
`perlPackages.Xapian`.
|
||||||
|
|
||||||
- The `nixLog*` family of functions made available through the standard environment have been rewritten to prefix messages with both the debug level and the function name of the caller.
|
- The `nixLog*` family of functions made available through the standard environment have been rewritten to prefix messages with both the debug level and the function name of the caller.
|
||||||
The `nixLog` function, which logs unconditionally, was also re-introduced and modified to prefix messages with the function name of the caller.
|
The `nixLog` function, which logs unconditionally, was also re-introduced and modified to prefix messages with the function name of the caller.
|
||||||
For more information, [see this PR](https://github.com/NixOS/nixpkgs/pull/370742).
|
For more information, [see this PR](https://github.com/NixOS/nixpkgs/pull/370742).
|
||||||
|
@ -47,7 +47,7 @@ let
|
|||||||
|
|
||||||
passthru.tests = {
|
passthru.tests = {
|
||||||
inherit mu xapian-omega;
|
inherit mu xapian-omega;
|
||||||
inherit (perlPackages) SearchXapian Xapian;
|
inherit (perlPackages) Xapian;
|
||||||
python-xapian = python3.pkgs.xapian;
|
python-xapian = python3.pkgs.xapian;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -22487,21 +22487,6 @@ with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
SearchXapian = buildPerlPackage {
|
|
||||||
pname = "Search-Xapian";
|
|
||||||
version = "1.2.25.5";
|
|
||||||
src = fetchurl {
|
|
||||||
url = "mirror://cpan/authors/id/O/OL/OLLY/Search-Xapian-1.2.25.5.tar.gz";
|
|
||||||
hash = "sha256-IE+9xxLWcR/6tmjB9M/AB7Y5qftkrX4ZyyD8EKkQuos=";
|
|
||||||
};
|
|
||||||
buildInputs = [ pkgs.xapian DevelLeak ];
|
|
||||||
meta = {
|
|
||||||
description = "Perl XS frontend to the Xapian C++ search library";
|
|
||||||
homepage = "https://xapian.org";
|
|
||||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
SeleniumRemoteDriver = buildPerlPackage {
|
SeleniumRemoteDriver = buildPerlPackage {
|
||||||
pname = "Selenium-Remote-Driver";
|
pname = "Selenium-Remote-Driver";
|
||||||
version = "1.49";
|
version = "1.49";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user