From 5f6d80c271428a9b4e9aa1d0026e21db788eb24a Mon Sep 17 00:00:00 2001 From: Daniel Barter Date: Sun, 7 Apr 2024 07:03:08 -0700 Subject: [PATCH 1/2] ceph: build broken with cython v3 --- pkgs/tools/filesystems/ceph/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/filesystems/ceph/default.nix b/pkgs/tools/filesystems/ceph/default.nix index 8f33527a56f43..d0369a23c7112 100644 --- a/pkgs/tools/filesystems/ceph/default.nix +++ b/pkgs/tools/filesystems/ceph/default.nix @@ -270,7 +270,8 @@ let ceph-common # build time - cython + # currently, building with cython v3 is broken + cython_0 # debian/control bcrypt From a15db4f879ed454a0c31427bddee4061b9cbb14b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 18 Apr 2024 11:08:03 +0200 Subject: [PATCH 2/2] Update pkgs/tools/filesystems/ceph/default.nix --- pkgs/tools/filesystems/ceph/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/filesystems/ceph/default.nix b/pkgs/tools/filesystems/ceph/default.nix index d0369a23c7112..6b01e22f61695 100644 --- a/pkgs/tools/filesystems/ceph/default.nix +++ b/pkgs/tools/filesystems/ceph/default.nix @@ -270,7 +270,6 @@ let ceph-common # build time - # currently, building with cython v3 is broken cython_0 # debian/control