From: Yureka Lilian <yureka@cyberchaos.dev>
To: devel@spectrum-os.org
Cc: Yureka Lilian <yureka@cyberchaos.dev>, Alyssa Ross <hi@alyssa.is>
Subject: [PATCH 1/2] vm/sys/net: build against pkgsMusl
Date: Mon, 13 Oct 2025 00:27:50 +0200 [thread overview]
Message-ID: <20251012222756.20947-1-yureka@cyberchaos.dev> (raw)
Some of the following changes do not work with pkgsStatic,
specifically it is difficult to link libbpf statically[1].
[1] https://lists.fedorahosted.org/archives/list/elfutils-devel@lists.fedorahosted.org/thread/CMDG6FPJGD4UWNQOFKZPCKUSZ4NSM7D5/
Signed-off-by: Yureka Lilian <yureka@cyberchaos.dev>
Reviewed-by: Alyssa Ross <hi@alyssa.is>
---
vm/sys/net/default.nix | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vm/sys/net/default.nix b/vm/sys/net/default.nix
index b8dc964..4cdb1c4 100644
--- a/vm/sys/net/default.nix
+++ b/vm/sys/net/default.nix
@@ -2,8 +2,8 @@
# SPDX-FileCopyrightText: 2021-2023 Alyssa Ross <hi@alyssa.is>
import ../../../lib/call-package.nix (
-{ spectrum-build-tools, src, terminfo, pkgsStatic }:
-pkgsStatic.callPackage (
+{ spectrum-build-tools, src, terminfo, pkgsMusl }:
+pkgsMusl.callPackage (
{ lib, stdenvNoCC, nixos, runCommand, writeClosure
, erofs-utils, jq, s6-rc, util-linux, xorg
--
2.51.0
next reply other threads:[~2025-10-12 22:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-12 22:27 Yureka Lilian [this message]
2025-10-12 22:27 ` [PATCH 2/2] lib/nixpkgs.default.nix: update to staging-next Yureka Lilian
2025-10-21 16:00 ` Alyssa Ross
2025-10-26 9:09 ` Alyssa Ross
2025-10-26 9:18 ` Demi Marie Obenour
2025-10-26 9:24 ` Alyssa Ross
2025-10-29 20:05 ` Alyssa Ross
2025-10-31 11:17 ` Alyssa Ross
2025-10-31 11:17 ` [PATCH 1/2] vm/sys/net: build against pkgsMusl 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=20251012222756.20947-1-yureka@cyberchaos.dev \
--to=yureka@cyberchaos.dev \
--cc=devel@spectrum-os.org \
--cc=hi@alyssa.is \
/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).