Skip to content

radicale_infcloud: Incompatible with radicale >=3.2 #378520

Description

@aqxa1

Nixpkgs version

  • Unstable (25.05)

Describe the bug

radicale_infcloud with radicale >=3.2 is missing the infcloud link in the interface for radicale. A PR for the issue was created here.

A fragment I used to workaround the issue locally:

(radicale_infcloud.overrideAttrs (finalAttrs: previousAttrs: {
patches = (previousAttrs.patches or [ ]) ++ [
  (pkgs.fetchpatch {
    url = "https://github.com/Unrud/RadicaleInfCloud/commit/c7487d34a544a499b751fdc92b01196edef599c6.patch";
    sha256 = "sha256-H5cSKFYQhC7+zpdbi0ojU8UlRJnldXtxv6d8gJ8D39w=";
  })
];}))

Steps to reproduce

  1. Load radicale with radicale_infcloud configured
  2. No link to infcloud is available

Expected behaviour

  1. A blue link to infcloud in the top left of the page

Screenshots

No response

Relevant log output

Additional context

No response

System metadata

  • system: "x86_64-linux"
  • host os: Linux 6.12.11, NixOS, 25.05 (Warbler), 25.05.20250129.9d3ae80
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.24.12
  • nixpkgs: /nix/store/pgg4vm83q0kr4hxzcwhdgdiv2yfnh3dw-source

Notify maintainers


Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE.)

I assert that this issue is relevant for Nixpkgs

Is this issue important to you?

Add a 👍 reaction to issues you find important.

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.kind: bugSomething is broken2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions