nixpkgs/pkgs
Alyssa Ross 454b2058d4
rustc: fix name when cross compiled
I made a mistake when trying to add the target prefix to Rust cross
compilers: pkgsCross.aarch64-multiplatform.rustc ended up being called
"aarch64-unknown-linux-gnu-rustc-aarch64-unknown-linux-gnu-1.69.0",
which is a bit verbose.

With this change:

	nix-repl> rustc.name
	"rustc-1.69.0"

	nix-repl> pkgsCross.aarch64-multiplatform.buildPackages.rustc.name
	"aarch64-unknown-linux-gnu-rustc-1.69.0"

	nix-repl> pkgsCross.aarch64-multiplatform.rustc.name
	"rustc-aarch64-unknown-linux-gnu-1.69.0"

As intended.

Fixes: 57e73d23bb ("rustc,rustPlatform.buildRustPackage: broaden platforms")
2023-05-09 20:13:45 +00:00
..
applications gnvim: 0.1.6 -> 0.3.1 (#204082) 2023-05-09 13:16:59 +02:00
build-support cc-wrapper: when merging gcc32 and gcc64, merge libgcc as well 2023-05-09 00:16:24 -07:00
common-updater
data sarasa-gothic: 0.40.6 -> 0.40.7 2023-05-08 23:49:05 +00:00
desktops Merge pull request #230607 from bobby285271/upd/mate 2023-05-08 09:59:32 -03:00
development rustc: fix name when cross compiled 2023-05-09 20:13:45 +00:00
games jumpy: fix build on aarch64-linux 2023-05-08 10:52:00 -04:00
misc
os-specific Merge pull request #230762 from mweinelt/ipu6-drivers-6.3 2023-05-09 13:21:49 +02:00
pkgs-lib
servers Merge pull request #230840 from matthiasbeyer/remove-me-peertube-maintainer 2023-05-09 18:17:13 +08:00
shells
stdenv stdenv: fix inputDerivation with allowed refs 2023-05-08 12:02:59 +00:00
test
tools Merge pull request #230811 from r-ryantm/auto-update/hcxdumptool 2023-05-09 12:15:58 +03:00
top-level gnvim: 0.1.6 -> 0.3.1 (#204082) 2023-05-09 13:16:59 +02:00