···11-{lib, stdenv, fetchurl}:
22-33-stdenv.mkDerivation rec {
44- pname = "clucene-core";
55- version = "0.9.21b";
66-77- src = fetchurl {
88- url = "mirror://sourceforge/clucene/clucene-core-${version}.tar.bz2";
99- sha256 = "202ee45af747f18642ae0a088d7c4553521714a511a1a9ec99b8144cf9928317";
1010- };
1111-1212- patches = [ ./gcc6.patch ];
1313-1414- env.NIX_CFLAGS_COMPILE = toString [
1515- "-std=c++11"
1616- ];
1717-1818- meta = with lib; {
1919- broken = stdenv.isDarwin;
2020- description = "Core library for full-featured text search engine";
2121- longDescription = ''
2222- CLucene is a high-performance, scalable, cross platform, full-featured,
2323- open-source indexing and searching API. Specifically, CLucene is the guts
2424- of a search engine, the hard stuff. You write the easy stuff: the UI and
2525- the process of selecting and parsing your data files to pump them into
2626- the search engine yourself, and any specialized queries to pull it back
2727- for display or further processing.
2828-2929- CLucene is a port of the very popular Java Lucene text search engine API.
3030- '';
3131- homepage = "https://clucene.sourceforge.net";
3232- platforms = platforms.unix;
3333- license = with licenses; [ asl20 lgpl2 ];
3434- };
3535-}
···117117 preCheck = ''
118118 # For test_trash_file
119119 export HOME=$(mktemp -d)
120120+121121+ # Upstream disables a few tests in CI upstream as they are known to
122122+ # be flaky. Let's disable those downstream as hydra exhibits similar
123123+ # flakes:
124124+ # https://github.com/NixOS/nixpkgs/pull/270085#issuecomment-1840053951
125125+ export TEST_IN_CI=1
120126 '';
121127122128 passthru = {
···11111212rustPlatform.buildRustPackage rec {
1313 pname = "zenith";
1414- version = "0.14.0";
1414+ version = "0.14.0-unstable-2023-11-21";
15151616 src = fetchFromGitHub {
1717 owner = "bvaisvil";
1818 repo = pname;
1919- rev = version;
2020- sha256 = "sha256-GrrdE9Ih8x8N2HN+1NfxfthfHbufLAT/Ac+ZZWW5Zg8=";
1919+ rev = "0ed09e6a68c1517b4d050f5e3163421718226040";
2020+ hash = "sha256-vw/ar2Qi06HxPfPsfcxtfRhMTqY4FCE+7tCfe9sLEv0=";
2121 };
22222323 # remove cargo config so it can find the linker on aarch64-linux
···4848 + lib.optionalString nvidiaSupport ", and NVIDIA GPU usage";
4949 homepage = "https://github.com/bvaisvil/zenith";
5050 license = licenses.mit;
5151- maintainers = with maintainers; [ ];
5151+ maintainers = with maintainers; [ wegank ];
5252 platforms = platforms.unix;
5353 };
5454}
+3
pkgs/top-level/aliases.nix
···154154 clash = throw "'clash' has been removed, upstream gone. Consider using 'clash-meta' instead."; # added 2023-11-10
155155 clasp = clingo; # added 2022-12-22
156156 claws-mail-gtk3 = claws-mail; # Added 2021-07-10
157157+ clucene_core_1 = throw "'clucene_core_1' has been renamed to/replaced by 'clucene_core'"; # Added 2023-12-09
157158 cntk = throw "'cntk' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-10-09
158159 code-server = throw "'code-server' has been removed from nixpkgs, as it was depending on EOL Node.js and is unmaintained."; # Added 2023-10-30
159160 codimd = hedgedoc; # Added 2020-11-29
···270271 foundationdb61 = throw "foundationdb61 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06
271272 foxitreader = throw "foxitreader has been removed because it had vulnerabilities and was unmaintained"; # added 2023-02-20
272273 fractal-next = fractal; # added 2023-11-25
274274+ framework-system-tools = framework-tool; # added 2023-12-09
273275 fuse2fs = if stdenv.isLinux then e2fsprogs.fuse2fs else null; # Added 2022-03-27 preserve, reason: convenience, arch has a package named fuse2fs too.
274276 fx_cast_bridge = fx-cast-bridge; # added 2023-07-26
275277···687689 orchis = orchis-theme; # Added 2021-06-09
688690 oroborus = throw "oroborus was removed, because it was abandoned years ago."; #Added 2023-09-10
689691 osxfuse = macfuse-stubs; # Added 2021-03-20
692692+ oxen = throw "'oxen' has been removed, because it was broken, outdated and unmaintained"; # Added 2023-12-09
690693691694 ### P ###
692695