diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-04 19:21:22 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-03-09 13:44:23 +0100 |
commit | 80fab76532b5b159cf0c9c910387b1c09907be30 (patch) | |
tree | a44b2662847ae6c712ef84e54f6c208444252eb6 /pkgs/by-name/st/stalwart-mail-free/patches/crates-main-Cargo.toml-Use-libre-features.patch | |
parent | modules/dns/dns/types/records/MTA-STS.nix: Init (diff) | |
download | nixos-server-80fab76532b5b159cf0c9c910387b1c09907be30.zip |
pkgs/stalwart-mail-free: Also patch to use the platform CA store
This is needed for the test. The general changes are caused by the requirement to update the `chargoHash`, which currently only works with this counter intuitive attribute overriding.
Diffstat (limited to '')
-rw-r--r-- | pkgs/by-name/st/stalwart-mail-free/patches/crates-main-Cargo.toml-Use-libre-features.patch (renamed from pkgs/by-name/st/stalwart-mail-free/patches/build-crates-main-Cargo.toml-Activate-appropriate-de.patch) | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/pkgs/by-name/st/stalwart-mail-free/patches/build-crates-main-Cargo.toml-Activate-appropriate-de.patch b/pkgs/by-name/st/stalwart-mail-free/patches/crates-main-Cargo.toml-Use-libre-features.patch index bfea568..5844793 100644 --- a/pkgs/by-name/st/stalwart-mail-free/patches/build-crates-main-Cargo.toml-Activate-appropriate-de.patch +++ b/pkgs/by-name/st/stalwart-mail-free/patches/crates-main-Cargo.toml-Use-libre-features.patch @@ -1,15 +1,14 @@ -From 42cbd55c21196bdb57ac9795a938b94a781bb1e9 Mon Sep 17 00:00:00 2001 +From 763d22e53a9c99addbd7f9ca84f0083733f3d10d Mon Sep 17 00:00:00 2001 From: Benedikt Peetz <benedikt.peetz@b-peetz.de> -Date: Sun, 9 Feb 2025 00:17:52 +0100 -Subject: [PATCH] build(crates/main/Cargo.toml): Activate appropriate default - features +Date: Tue, 4 Mar 2025 19:00:15 +0100 +Subject: [PATCH] crates/main/Cargo.toml: Use libre features --- - crates/main/Cargo.toml | 14 +++++++------- - 1 file changed, 7 insertions(+), 7 deletions(-) + crates/main/Cargo.toml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/main/Cargo.toml b/crates/main/Cargo.toml -index 036d2dcf..baa320ef 100644 +index 036d2dcf..709ae5da 100644 --- a/crates/main/Cargo.toml +++ b/crates/main/Cargo.toml @@ -35,7 +35,7 @@ jemallocator = "0.5.0" @@ -22,5 +21,5 @@ index 036d2dcf..baa320ef 100644 foundationdb = ["store/foundation", "common/foundation"] postgres = ["store/postgres"] -- -2.47.1 +2.47.2 |