Merge pull request #140920 from felixsinger/pkgs/coreboot-tc/fix-pname
coreboot-toolchain: Set pname instead of name
This commit is contained in:
commit
b8a36e9f69
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ let
|
|||
sha256 = "0viw2x4ckjwiylb92w85k06b0g9pmamjy2yqs7fxfqbmfadkf1yr";
|
||||
};
|
||||
in stdenvNoCC.mkDerivation rec {
|
||||
name = "coreboot-toolchain";
|
||||
pname = "coreboot-toolchain";
|
||||
version = version_coreboot;
|
||||
src = tar_coreboot;
|
||||
|
||||
|
|
Loading…
Reference in a new issue