nixpkgs/pkgs/os-specific/linux/busybox
Alyssa Ross 89f4dd9602
busybox-sandbox-shell: fix eval for musl
Setting useMusl all the time to a condition dependent on isGnu meant
that for musl platforms, useMusl ended up being set to false, tripping
the assertion in the busybox expression.  The correct thing to do is
to leave useMusl at its default value, except for in the specific case
where we want to force it to true.

Fixes: 11472f0d1b ("busybox-sandbox-shell: replace pkgsStatic with useMusl")
2024-12-03 00:57:57 +01:00
..
busybox-in-store.patch
clang-cross.patch
default.nix busybox: apply patches for CVE-2022-48174, CVE-2023-42366, CVE-2023-42363, CVE-2023-42364 and CVE-2023-42365 2024-08-17 16:52:17 +02:00
sandbox-shell.nix busybox-sandbox-shell: fix eval for musl 2024-12-03 00:57:57 +01:00