Merge pull request #140920 from felixsinger/pkgs/coreboot-tc/fix-pname

coreboot-toolchain: Set pname instead of name
This commit is contained in:
Bobby Rong 2021-10-08 22:07:19 +08:00 committed by GitHub
commit b8a36e9f69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ let
sha256 = "0viw2x4ckjwiylb92w85k06b0g9pmamjy2yqs7fxfqbmfadkf1yr";
};
in stdenvNoCC.mkDerivation rec {
name = "coreboot-toolchain";
pname = "coreboot-toolchain";
version = version_coreboot;
src = tar_coreboot;