From: Yureka Lilian <yureka@cyberchaos.dev>
To: devel@spectrum-os.org
Cc: Yureka Lilian <yureka@cyberchaos.dev>
Subject: [PATCH v4 03/10] pkgs: temporarily disable mailutils tests
Date: Sat, 29 Nov 2025 20:43:53 +0100 [thread overview]
Message-ID: <20251129194404.37773-4-yureka@cyberchaos.dev> (raw)
In-Reply-To: <20251129194404.37773-1-yureka@cyberchaos.dev>
pkgsMusl.mailutils fails to build, which has been tracked down to some impurity (fails to build on some systems consistently)
Signed-off-by: Yureka Lilian <yureka@cyberchaos.dev>
---
pkgs/overlay.nix | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix
index fdddae0..19a542c 100644
--- a/pkgs/overlay.nix
+++ b/pkgs/overlay.nix
@@ -11,4 +11,8 @@
);
skawarePackages = import ./skaware-packages { inherit final super; };
+
+ mailutils = super.mailutils.overrideAttrs (_: (
+ final.lib.optionalAttrs final.stdenv.hostPlatform.isMusl { doCheck = false; }
+ ));
})
--
2.51.2
next prev parent reply other threads:[~2025-11-29 19:47 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-29 19:43 [PATCH v4 00/10] spectrum-router Yureka Lilian
2025-11-29 19:43 ` [PATCH v4 01/10] release/checks/integration: temporarily disable networking tests Yureka Lilian
2025-11-30 16:08 ` Alyssa Ross
2025-11-29 19:43 ` [PATCH v4 02/10] vm/sys/net: remove connman Yureka Lilian
2025-11-30 16:08 ` Alyssa Ross
2025-11-29 19:43 ` Yureka Lilian [this message]
2025-11-30 16:08 ` [PATCH v4 03/10] pkgs: temporarily disable mailutils tests Alyssa Ross
2025-11-29 19:43 ` [PATCH v4 04/10] vm/sys/net: integrate xdp-forwarder Yureka Lilian
2025-11-30 16:08 ` Alyssa Ross
2025-11-29 19:43 ` [PATCH v4 05/10] vm/sys/net: add iwd Yureka Lilian
2025-11-30 16:08 ` Alyssa Ross
2025-11-29 19:43 ` [PATCH v4 06/10] tools: add spectrum-router Yureka Lilian
2025-11-30 16:08 ` Alyssa Ross
2025-11-29 19:43 ` [PATCH v4 07/10] host: integrate router Yureka Lilian
2025-11-30 16:08 ` Alyssa Ross
2025-11-29 19:43 ` [PATCH v4 08/10] img/app: change to ipv6 nameserver Yureka Lilian
2025-11-30 16:08 ` Alyssa Ross
2025-11-29 19:43 ` [PATCH v4 09/10] release/checks/integration: Adapt networking test for ipv6 Yureka Lilian
2025-11-30 16:08 ` Alyssa Ross
2025-11-29 19:44 ` [PATCH v4 10/10] release/checks/integration: reenable networking tests Yureka Lilian
2025-11-30 16:08 ` Alyssa Ross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251129194404.37773-4-yureka@cyberchaos.dev \
--to=yureka@cyberchaos.dev \
--cc=devel@spectrum-os.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://spectrum-os.org/git/crosvm
https://spectrum-os.org/git/doc
https://spectrum-os.org/git/mktuntap
https://spectrum-os.org/git/nixpkgs
https://spectrum-os.org/git/spectrum
https://spectrum-os.org/git/ucspi-vsock
https://spectrum-os.org/git/www
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).