-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pkgsStatic.busybox no longer builds #52074
Comments
Yeah what's happening is that the musl hacks get in the way of an actual musl build. I think the solution is just to remove the musl hacks and use |
This should work:
|
The |
The buildInputs thing would still be needed if you are building static with glibc (see #51966). |
Fair. But now that #51966 is merged, isn't that again not needed? |
Should this be made a PR? Still fails to build, FWIW. |
For anyone looking, this seems to work:
|
Fixes NixOS#52074 (cherry picked from commit b4f6931)
Issue description
On Nixpkgs
f2f805d6d8a370379d89972d45b16d008112b56a
,pkgsStatic.busybox
does not build. ThebuildPhase
seems fine and the issue seems to be in theinstallPhase
.Steps to reproduce
Technical details
"x86_64-linux"
Linux 4.19.4, NixOS, 18.09.1420.5d4a1a3897e (Jellyfish)
yes
yes
nix-env (Nix) 2.1.3
"nixos-18.09.1420.5d4a1a3897e"
/nix/var/nix/profiles/per-user/root/channels/nixos
The text was updated successfully, but these errors were encountered: