Nixpkgs version
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
- Load radicale with radicale_infcloud configured
- No link to infcloud is available
Expected behaviour
- 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.
Nixpkgs version
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:
Steps to reproduce
Expected behaviour
Screenshots
No response
Relevant log output
Additional context
No response
System metadata
"x86_64-linux"Linux 6.12.11, NixOS, 25.05 (Warbler), 25.05.20250129.9d3ae80yesyesnix-env (Nix) 2.24.12/nix/store/pgg4vm83q0kr4hxzcwhdgdiv2yfnh3dw-sourceNotify 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.