mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 14:53:52 +00:00
35759160d6
The default value of INSTALLFLAGS is "-m 555 -s", -s being the option to run the "strip" program on the installed files. When cross-compiling, we don't have a strip program (we have "${stdenv.cc.targetPrefix}strip"), so install fails. The simplest fix for this is to just remove -s from INSTALLFLAGS, since stdenv will automatically strip all installed binaries at the end anyway. |
||
---|---|---|
.. | ||
admin | ||
archivers | ||
audio | ||
backup | ||
bluetooth | ||
bootloaders/refind | ||
cd-dvd | ||
compression | ||
filesystems | ||
games | ||
graphics | ||
inputmethods | ||
misc | ||
networking | ||
nix | ||
package-management | ||
security | ||
system | ||
text | ||
toml2nix | ||
typesetting | ||
video | ||
virtualization | ||
wayland | ||
X11 |