nixpkgs/pkgs/stdenv/generic
sternenseemann b0c26d2c40 pkgs/stdenv/make-derivation: move hostSuffix before the version
Adding the hostSuffix to the end of the derivation's name is problematic
since some stuff, including user facing programs like nix-env rely on
the behavior of parseDrvName instead of pname and version.
builtins.parseDrvName currently thinks that the cross compilation target
added via hostSuffix is part of the version. This has the practical
consequence for example that nix-env would think a cross compiled
derivation would be an updated version of a native derivation of the
same package and version — breaking user's profiles.

We can easily prevent this by moving the hostSuffix in between pname and
version. In case name is passed to mkDerivation this is of course not
possible and we are forced to fall back to the old behavior.

This change could serve as a replacement for the migitation we
introduced with the -static appendix to pname in order to avoid
confusion between nix and nixStatic as outlined in the comment added
with this commit.
2021-04-26 20:40:52 +02:00
..
builder.sh stdenvs: Distinguish between extraBuildInputs and extraNativeBuildInputs 2017-08-18 12:02:13 -04:00
check-meta.nix stdenv: support mainProgram in meta 2021-04-25 21:19:49 -07:00
default-builder.sh
default.nix Merge master into staging-next 2021-04-19 18:11:51 +00:00
make-derivation.nix pkgs/stdenv/make-derivation: move hostSuffix before the version 2021-04-26 20:40:52 +02:00
setup.sh stdenv: ignore duplicates in addToSearchPath (#113800) 2021-03-13 13:58:21 -05:00