···1-{lib, stdenv, fetchurl}:
2-3-stdenv.mkDerivation rec {
4- pname = "clucene-core";
5- version = "0.9.21b";
6-7- src = fetchurl {
8- url = "mirror://sourceforge/clucene/clucene-core-${version}.tar.bz2";
9- sha256 = "202ee45af747f18642ae0a088d7c4553521714a511a1a9ec99b8144cf9928317";
10- };
11-12- patches = [ ./gcc6.patch ];
13-14- env.NIX_CFLAGS_COMPILE = toString [
15- "-std=c++11"
16- ];
17-18- meta = with lib; {
19- broken = stdenv.isDarwin;
20- description = "Core library for full-featured text search engine";
21- longDescription = ''
22- CLucene is a high-performance, scalable, cross platform, full-featured,
23- open-source indexing and searching API. Specifically, CLucene is the guts
24- of a search engine, the hard stuff. You write the easy stuff: the UI and
25- the process of selecting and parsing your data files to pump them into
26- the search engine yourself, and any specialized queries to pull it back
27- for display or further processing.
28-29- CLucene is a port of the very popular Java Lucene text search engine API.
30- '';
31- homepage = "https://clucene.sourceforge.net";
32- platforms = platforms.unix;
33- license = with licenses; [ asl20 lgpl2 ];
34- };
35-}
···117 preCheck = ''
118 # For test_trash_file
119 export HOME=$(mktemp -d)
120+121+ # Upstream disables a few tests in CI upstream as they are known to
122+ # be flaky. Let's disable those downstream as hydra exhibits similar
123+ # flakes:
124+ # https://github.com/NixOS/nixpkgs/pull/270085#issuecomment-1840053951
125+ export TEST_IN_CI=1
126 '';
127128 passthru = {
···25 homepage = "https://github.com/cloudishBenne/protonup-ng";
26 description = "CLI program and API to automate the installation and update of GloriousEggroll's Proton-GE";
27 license = licenses.gpl3Only;
28- maintainers = with maintainers; [ Madouura ];
029 };
30}
···25 homepage = "https://github.com/cloudishBenne/protonup-ng";
26 description = "CLI program and API to automate the installation and update of GloriousEggroll's Proton-GE";
27 license = licenses.gpl3Only;
28+ maintainers = with maintainers; [ Madouura cafkafk ];
29+ mainProgram = "protonup";
30 };
31}
···47 description = "A Python wrapper for Ofir Pele and Michael Werman's implementation of the Earth Mover's Distance";
48 homepage = "https://github.com/wmayner/pyemd";
49 license = licenses.mit;
50- maintainers = with maintainers; [ rvl ];
51 };
52}
···47 description = "A Python wrapper for Ofir Pele and Michael Werman's implementation of the Earth Mover's Distance";
48 homepage = "https://github.com/wmayner/pyemd";
49 license = licenses.mit;
050 };
51}
···1112rustPlatform.buildRustPackage rec {
13 pname = "zenith";
14- version = "0.14.0";
1516 src = fetchFromGitHub {
17 owner = "bvaisvil";
18 repo = pname;
19- rev = version;
20- sha256 = "sha256-GrrdE9Ih8x8N2HN+1NfxfthfHbufLAT/Ac+ZZWW5Zg8=";
21 };
2223 # remove cargo config so it can find the linker on aarch64-linux
···48 + lib.optionalString nvidiaSupport ", and NVIDIA GPU usage";
49 homepage = "https://github.com/bvaisvil/zenith";
50 license = licenses.mit;
51- maintainers = with maintainers; [ ];
52 platforms = platforms.unix;
53 };
54}
···1112rustPlatform.buildRustPackage rec {
13 pname = "zenith";
14+ version = "0.14.0-unstable-2023-11-21";
1516 src = fetchFromGitHub {
17 owner = "bvaisvil";
18 repo = pname;
19+ rev = "0ed09e6a68c1517b4d050f5e3163421718226040";
20+ hash = "sha256-vw/ar2Qi06HxPfPsfcxtfRhMTqY4FCE+7tCfe9sLEv0=";
21 };
2223 # remove cargo config so it can find the linker on aarch64-linux
···48 + lib.optionalString nvidiaSupport ", and NVIDIA GPU usage";
49 homepage = "https://github.com/bvaisvil/zenith";
50 license = licenses.mit;
51+ maintainers = with maintainers; [ wegank ];
52 platforms = platforms.unix;
53 };
54}
+3
pkgs/top-level/aliases.nix
···154 clash = throw "'clash' has been removed, upstream gone. Consider using 'clash-meta' instead."; # added 2023-11-10
155 clasp = clingo; # added 2022-12-22
156 claws-mail-gtk3 = claws-mail; # Added 2021-07-10
0157 cntk = throw "'cntk' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-10-09
158 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
159 codimd = hedgedoc; # Added 2020-11-29
···270 foundationdb61 = throw "foundationdb61 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06
271 foxitreader = throw "foxitreader has been removed because it had vulnerabilities and was unmaintained"; # added 2023-02-20
272 fractal-next = fractal; # added 2023-11-25
0273 fuse2fs = if stdenv.isLinux then e2fsprogs.fuse2fs else null; # Added 2022-03-27 preserve, reason: convenience, arch has a package named fuse2fs too.
274 fx_cast_bridge = fx-cast-bridge; # added 2023-07-26
275···687 orchis = orchis-theme; # Added 2021-06-09
688 oroborus = throw "oroborus was removed, because it was abandoned years ago."; #Added 2023-09-10
689 osxfuse = macfuse-stubs; # Added 2021-03-20
0690691 ### P ###
692
···154 clash = throw "'clash' has been removed, upstream gone. Consider using 'clash-meta' instead."; # added 2023-11-10
155 clasp = clingo; # added 2022-12-22
156 claws-mail-gtk3 = claws-mail; # Added 2021-07-10
157+ clucene_core_1 = throw "'clucene_core_1' has been renamed to/replaced by 'clucene_core'"; # Added 2023-12-09
158 cntk = throw "'cntk' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-10-09
159 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
160 codimd = hedgedoc; # Added 2020-11-29
···271 foundationdb61 = throw "foundationdb61 is no longer maintained, use foundationdb71 instead"; # added 2023-06-06
272 foxitreader = throw "foxitreader has been removed because it had vulnerabilities and was unmaintained"; # added 2023-02-20
273 fractal-next = fractal; # added 2023-11-25
274+ framework-system-tools = framework-tool; # added 2023-12-09
275 fuse2fs = if stdenv.isLinux then e2fsprogs.fuse2fs else null; # Added 2022-03-27 preserve, reason: convenience, arch has a package named fuse2fs too.
276 fx_cast_bridge = fx-cast-bridge; # added 2023-07-26
277···689 orchis = orchis-theme; # Added 2021-06-09
690 oroborus = throw "oroborus was removed, because it was abandoned years ago."; #Added 2023-09-10
691 osxfuse = macfuse-stubs; # Added 2021-03-20
692+ oxen = throw "'oxen' has been removed, because it was broken, outdated and unmaintained"; # Added 2023-12-09
693694 ### P ###
695