coreboot-toolchain: Set pname instead of name

Set `pname` instead of `name` since `name` is derived from
`${pname}-${version}`.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2021-10-08 04:46:09 +02:00
parent a78bc17923
commit 6d7fd89453
@@ -62,7 +62,7 @@ let
sha256 = "0viw2x4ckjwiylb92w85k06b0g9pmamjy2yqs7fxfqbmfadkf1yr";
};
in stdenvNoCC.mkDerivation rec {
name = "coreboot-toolchain";
pname = "coreboot-toolchain";
version = version_coreboot;
src = tar_coreboot;