Unverified Commit 69ae3ba1 authored by oddlama's avatar oddlama
Browse files

stalwart-mail: 0.11.8 -> 0.12.2

parent bdc995d3
Loading
Loading
Loading
Loading
+10 −5
Original line number Diff line number Diff line
@@ -21,17 +21,17 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "stalwart-mail" + (lib.optionalString stalwartEnterprise "-enterprise");
  version = "0.11.8";
  version = "0.12.2";

  src = fetchFromGitHub {
    owner = "stalwartlabs";
    repo = "mail-server";
    repo = "stalwart";
    tag = "v${finalAttrs.version}";
    hash = "sha256-VqGosbSQxNeOS+kGtvXAmz6vyz5mJlXvKZM57B1Xue4=";
    hash = "sha256-P19jeEzFE8Gu6hqHZJiPoJ70r+zOmzOpEwfFqPQczZY=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-iheURWxO0cOvO+FV01l2Vmo0B+S2mXzue6mx3gapftQ=";
  cargoHash = "sha256-WVvDapCA9pTgOtPpbsK78u2AC2hUfo3sOejZ6pJSlQk=";

  nativeBuildInputs = [
    pkg-config
@@ -47,7 +47,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    rust-jemalloc-sys
  ] ++ lib.optionals (stdenv.hostPlatform.isLinux && withFoundationdb) [ foundationdb ];

  # Issue: https://github.com/stalwartlabs/mail-server/issues/1104
  # Issue: https://github.com/stalwartlabs/stalwart/issues/1104
  buildNoDefaultFeatures = true;
  buildFeatures =
    [
@@ -118,6 +118,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
    "--skip=smtp::queue::retry::queue_retry"
    # Missing store type. Try running `STORE=<store_type> cargo test`: NotPresent
    "--skip=store::store_tests"
    # Missing store type. Try running `STORE=<store_type> cargo test`: NotPresent
    "--skip=cluster::cluster_tests"
    # Missing store type. Try running `STORE=<store_type> cargo test`: NotPresent
    "--skip=webdav::webdav_tests"
    # thread 'config::parser::tests::toml_parse' panicked at crates/utils/src/config/parser.rs:463:58:
    # called `Result::unwrap()` on an `Err` value: "Expected ['\\n'] but found '!' in value at line 70."
    "--skip=config::parser::tests::toml_parse"
@@ -174,6 +178,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
        }
      ];

    mainProgram = "stalwart";
    maintainers = with lib.maintainers; [
      happysalada
      onny