Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
630 changes: 630 additions & 0 deletions pkgs/by-name/ce/ceph/package.nix

Large diffs are not rendered by default.

627 changes: 0 additions & 627 deletions pkgs/tools/filesystems/ceph/default.nix

This file was deleted.

20 changes: 1 addition & 19 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2346,25 +2346,7 @@ with pkgs;
cemu-ti = qt5.callPackage ../applications/science/math/cemu-ti { };

libceph = ceph.lib;
inherit
(callPackages ../tools/filesystems/ceph {
lua = lua5_4; # Ceph currently requires >= 5.3

# To see which `fmt` version Ceph upstream recommends, check its `src/fmt` submodule.
#
# Ceph does not currently build with `fmt_11`; see https://github.com/NixOS/nixpkgs/issues/281027#issuecomment-1899128557
# If we want to switch for that before upstream fixes it, use this patch:
# https://github.com/NixOS/nixpkgs/pull/281858#issuecomment-1899648638
fmt = fmt_9;

# Remove once Ceph supports arrow-cpp >= 20, see:
# * https://tracker.ceph.com/issues/71269
# * https://github.com/NixOS/nixpkgs/issues/406306
arrow-cpp = callPackage ../tools/filesystems/ceph/arrow-cpp-19.nix { };
})
ceph
ceph-client
;
ceph-client = ceph.client;
ceph-dev = ceph;

clementine = libsForQt5.callPackage ../applications/audio/clementine {
Expand Down
Loading