patches and low-level development discussion
 help / color / mirror / code / Atom feed
* [PATCH 1/2] vm/sys/net: build against pkgsMusl
@ 2025-10-12 22:27 Yureka Lilian
  2025-10-12 22:27 ` [PATCH 2/2] lib/nixpkgs.default.nix: update to staging-next Yureka Lilian
  2025-10-31 11:17 ` [PATCH 1/2] vm/sys/net: build against pkgsMusl Alyssa Ross
  0 siblings, 2 replies; 9+ messages in thread
From: Yureka Lilian @ 2025-10-12 22:27 UTC (permalink / raw)
  To: devel; +Cc: Yureka Lilian, Alyssa Ross

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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-10-31 11:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-12 22:27 [PATCH 1/2] vm/sys/net: build against pkgsMusl Yureka Lilian
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

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).