stalwart: add patches

This commit is contained in:
eyjhb 2025-05-31 20:38:46 +02:00
parent fcd61fad16
commit c06d0844cd
Signed by: eyjhb
GPG key ID: 609F508E3239F920

View file

@ -8,19 +8,21 @@ in sources // {
src = sources.nixpkgs; src = sources.nixpkgs;
name = "nixpkgs-patched"; name = "nixpkgs-patched";
patches = [ patches = [
# # tmp - lldap: 0.5.1-unstable-2024-10-30 -> 0.6.1 # stalwart-mail: 0.11.8 -> 0.12.0
# (pkgs.fetchpatch { (pkgs.fetchpatch {
# url = "https://github.com/NixOS/nixpkgs/pull/359835.patch"; url = "https://github.com/NixOS/nixpkgs/pull/409178.patch";
# sha256 = "sha256-2C9l4v9MaUJyiaB+kslTsSjsqTZ7RlcfMNlRzZblMik="; sha256 = "sha256-06J8pTjqeWTL6MJqVq17r3eelL5p/AfvUsPye5icVUg=";
# }) })
# tmp - stalwart-mail.webadmin: pin wasm-bindgen-cli version # nixos/stalwart-mail: fix incorrect config for webadmin and spam-filter
# (pkgs.fetchpatch { (pkgs.fetchpatch {
# url = "https://github.com/NixOS/nixpkgs/pull/353360.patch"; url = "https://github.com/NixOS/nixpkgs/pull/412054.patch";
# sha256 = "sha256-WPNnvVmtySyEk58kVIYWVx3VN8MhX4v2ITLLnUGhpz4="; sha256 = "sha256-OExslGsrGGPWSJJFPkZgYV8DaPKq9YDlmozPf/bV6dE=";
# }) })
]; ];
}; };
# nixpkgs = pkgs.lib.cleanSource /state/home/projects/nixos/nixpkgs;
drasl = pkgs.applyPatches { drasl = pkgs.applyPatches {
src = sources.drasl; src = sources.drasl;
name = "drasl-patched"; name = "drasl-patched";