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:
@@ -62,7 +62,7 @@ let
|
||||
sha256 = "0viw2x4ckjwiylb92w85k06b0g9pmamjy2yqs7fxfqbmfadkf1yr";
|
||||
};
|
||||
in stdenvNoCC.mkDerivation rec {
|
||||
name = "coreboot-toolchain";
|
||||
pname = "coreboot-toolchain";
|
||||
version = version_coreboot;
|
||||
src = tar_coreboot;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user